Is there any way to convert the existing PDF with all accessibility featrues?

Hello,

Is there any way to add logical reading order and alternative text to an existing PDF?

Thanks & Regards

@siriussynoptek

For an existing PDF document, you can please use following code snippet to convert it into an accessible PDF file.

Document pdf = new Document(dataDir + "input.pdf");
pdf.Convert(dataDir + "out.log", PdfFormat.PDF_UA_1, ConvertErrorAction.Delete);
pdf.Save(dataDir + "output.pdf");

I tried this but it didn’t set the logical reading order to existing PDF automatically.

@siriussynoptek

Would you please share your sample PDF source document with us? We will test the scenario in our environment and address it accordingly.

@asad.ali Please find the sample PDF here. test_accessibility.pdf (131.3 KB)

@siriussynoptek

We have logged an issue as PDFNET-49648 in our issue tracking system for this case. We will further look into its details and keep you posted with the status of its correction. Please be patient and spare us some time.

We are sorry for the inconvenience.

any ETA for this?

Thanks & Regards

@siriussynoptek

The ticket has just been logged in our issue tracking system. It will be investigated and fixed on a first come first serve basis. We may not be able to share any ETA before it is fully reviewed and analyzed. As soon as we have some definite updates regarding its resolution, we will inform you. Please spare us little time.

We apologize for the inconvenience.