Quantcast
Channel: Aspose.Pdf Product Family
Viewing all articles
Browse latest Browse all 3131

Converting PDF to PDFA makes distorded text

$
0
0
Hello,
Using Aspose.Pdf.dll version 17.1.0.0.

Converting each pdf file in attachment with this code:

PdfFormatConversionOptions opts = new PdfFormatConversionOptions("d:\\report.xml", PdfFormat.PDF_A_2A, ConvertErrorAction.Delete);
bool converted = inputDocument.Convert(opts);
inputDocument.Save(outputFilePath);

brings corrupted and distorted text.

Changing conversion format or other options are helpless.

Assuming that something with the rendering engine, because letters are correct in total, but their positioning is corrupted. See attachment.

Thank you.
Konstantin.

Viewing all articles
Browse latest Browse all 3131

Trending Articles