DEV Community

Cover image for How to Create Accessible PDF Documents in .NET using the PDF Library
Arun for Syncfusion, Inc.

Posted on

How to Create Accessible PDF Documents in .NET using the PDF Library

Learn how to create accessible PDF documents in a console app using the Syncfusion .NET PDF Library. This video also demonstrates how to auto tag elements in a PDF document, order the tagged elements, and add a tag to an image.

The Syncfusion .NET PDF Library allows you to create accessible PDF documents and convert Word and HTML content to a tagged PDF document. An accessible or tagged PDF is one that includes structure tags that define the document reading order and instructions that identify significant elements such as figures, images, lists, tables, and so on. Accessible PDFs make content accessible to users who use assistive technology.

The Syncfusion PDF Library helps create PDF/UA-format documents, otherwise known as accessible PDFs. PDF documents created using the PDF Library are compliant with Section 508. In addition, the PDF Library provides many customization options like marking content as an artifact, alternate text, tag order, etc.

Explore our tutorial videos: https://www.syncfusion.com/tutorial-videos

Example project: https://github.com/SyncfusionExamples/how-to-create-accessible-PDF-documents-in-net

Top comments (0)