Pdf/a(converted from pdf) text is blurry when zoomed

Hi~

I’m using Aspose PDF for .net 18.12.

Text in pdf/a (converted from pdf) is blurry when zoomed.
this is not for all pdf/a document.

below is my test code

string src = “pdf.pdf”;
string dst = “pdfa1b.pdf”;
string log = “log.txt”;

Document pdfDocument = new Document(src);
pdfDocument.Convert(log, PdfFormat.PDF_A_1B, ConvertErrorAction.Delete);
pdfDocument.Save(dst);

test.zip (97.6 KB)

@hj.alio

We were able to notice similar issue while testing the scenario with Aspose.PDF for .NET 20.9 and have logged it as PDFNET-48820 in our issue tracking system. We will further investigate it in details and keep you posted with the status of its rectification. Please be patient and spare us some time.

We are sorry for the inconvenience.