Click here to Skip to main content
15,901,373 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a .Net program that includes several Crystal Reports. (Using VS 2005) The program uses Crystal to generate a report and then immediately export it to a PDF format which is saved and used through out the company. Recently we've been doing checks and it was discovered that these PDFs are not compliant with Section 508.[^]

The two main issues discovered in the check were:

- This document is not tagged[^]; the reading order of the contents may be incorrect
- None of the images in this document that need alternate text have it

Are there settings or properties that can be set in the Crystal Report document that would solve these issues when exporting the document to a PDF? If not, is there a third party component I could use to solve these issues? I already use PDFSharp[^] to merge PDFs with different orientations (landscape/portriat) and to add security and set document properties like Title, Author, Description, etc. But am unable to figure out how to add tagging at that point.

I've posted this same question[^] on the SAP Business Objects forum, but if anyone here has any advice on the subject I would greatly appreciate it.
Posted
Updated 4-May-10 6:00am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900