DEV Community

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

Posted on

1

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

Sentry blog image

How I fixed 20 seconds of lag for every user in just 20 minutes.

Our AI agent was running 10-20 seconds slower than it should, impacting both our own developers and our early adopters. See how I used Sentry Profiling to fix it in record time.

Read more

Top comments (0)

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay