Page 1 of 1
PDF/A
Posted: Fri Apr 13, 2012 3:30 pm
by cvreeland
We are developing a wpf application that uses Stimulsoft Reports, and outputs a report as a PDF/A file. The report looks good - we are not experiencing any formatting problems. But we haven't been able to figure out a way to create a PDF/A report that contains alternative text for the images (describing what the image looks like) and has a structure tree, where the contents are tagged in the PDF, both of which are part of the requirements. Is there a way to do this programmatically in the c# code or otherwise? Thanks.
PDF/A
Posted: Mon Apr 16, 2012 7:32 am
by HighAley
cvreeland wrote:We are developing a wpf application that uses Stimulsoft Reports, and outputs a report as a PDF/A file. The report looks good - we are not experiencing any formatting problems. But we haven't been able to figure out a way to create a PDF/A report that contains alternative text for the images (describing what the image looks like)
Please, try to set the Tool Tip property of the Image then this text will be shown on mouse over image.
cvreeland wrote: and has a structure tree, where the contents are tagged in the PDF, both of which are part of the requirements. Is there a way to do this programmatically in the c# code or otherwise?
If we clearly understood you, you want to get bookmarks tree in the PDF viewer. This tree you'll see if you set the Bookmark property in the Interaction section.
Thank you.