Hi,
I have used ASPOSE PDF to convert a word document (.docx) to PDF & then converted it to PDF/A. In the PDF/A file the text is overlapping. Can you please help me resolve this issue, so that text doesn’t overlap & i see clear text.
I am using Aspose.Pdf.17.2.0, Aspose.Words.17.2.0, Aspose.Cells.17.2.0 & ASPOSE total license
Please see the attachments for finding the pdf file which is being used to convert to PDF/A.Input.pdf (193.5 KB)
Code Snippet used to convert PDF to PDF/A is as below.
var ir = new AsposePdf.Document(irpath);
ir.Convert(“D:\somefolder_log.txt”, AsposePdf.PdfFormat.PDF_A_1A, AsposePdf.ConvertErrorAction.Delete);
Please help.
Thanks
Kabir