Pdf to tiff will loose the bold text

We are using Aspose.Pdf 7.0.0.0 for .NET to convert the attached pdf file into a tif file. The lines which are printed in bold in the pdf are no longer bold in the resulting tif. The trial of version 7.4.0.0 leads to the same result (please see the attached tif file).

Is there anything else we have to do in order to get the proper result?

using (MemoryStream input = new MemoryStream(pdfData))

{

using (MemoryStream output = new MemoryStream())

{

PdfConverter pdfConverter = new PdfConverter();

pdfConverter.BindPdf(input);

pdfConverter.DoConvert();

pdfConverter.Resolution = new Resolution(300);

pdfConverter.SaveAsTIFF(output, CompressionType.None);

pdfConverter.Close();

return output.ToArray();

}

}

Hi Andreas,


Thanks
for using our products.

I
have tested the scenario and I am able to reproduce the same problem. For the
sake of correction, I have logged it in our issue tracking system as PDFNEWNET-34469. We
will investigate this issue in details and will keep you updated on the status
of a correction.

We
apologize for your inconvenience.

Hi,


This issue becomes critical for our customer.
Do you have news about it?
Will it be fixed in a new release?
Btw, how can i access the issue PDFNEWNET-34469?

cheers


Hi Andreas,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

Thank you for being patient.

I have requested the development team to share an ETA regarding the resolution of your reported issue. As soon as I get a feedback, I will update you via this forum thread.

Sorry for the inconvenience,

The issues you have found earlier (filed as PDFNEWNET-34469) have been fixed in Aspose.Pdf for .NET 8.3.0.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.