tracker issue : CF-3864467

select a category, or use search below
(searches all categories and all time range)
Title:

PDFs created by cfhtmltopdf are not accessible

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/Duplicate

Reporter/Name(from Bugbase): / ext-user (Nimit Sharma)

Created: 12/08/2014

Components: Document Management, PDFg Service

Versions: 11.0

Failure Type: Enhancement Request

Found In Build/Fixed In Build: 292480 /

Priority/Frequency: Major / Most users will encounter

Locale/System: English / Mac 10 All,Win XP All

Vote Count: 1

Duplicate ID:	CF-3910367

Problem:
Problem Description:
The US Federal Government requires that any PDF that will be posted on a government website must be an accessible document, according to Section 508 guidelines. For most agencies, this means the document must be able to pass Adobe's own accessibility check, which is part of the Adobe Acrobat tools. Many authoring tools will automatically tag PDFs they create with proper structure (headings, paragraphs, tables) and meta-data (alt text from images, etc.). Certainly, that should be an easy thing to do when generating from well-formed HTML. Unfortunately, the PDF engine in CF11 and all prior versions produce documents with no tags and retain no meta-data from the source. As a result, there is an enormous amount of manual tweaking of the files that has to happen before they can be posted on a government website. This removes a lot of the value of being able to produce PDFs on the fly for government customers and, in many cases, producing the PDF from other offline tools (like Microsoft Office) ends up being the better option.
Steps to Reproduce:
1. Produce a PDF using any version of ColdFusion
2. Run the PDF through Adobe Acrobat accessibility checker
3. View the resulting accessibility report and recommendations
Actual Result:
All PDFs created by ColdFusion are not accessible

Expected Result:
The PDF creation engine should retain structure and meta-data from the source.

Any Workarounds:
Only workarounds are to manually add the tags and structure to the document using Adobe Acrobat tools. If you don't have a full install of Adobe Acrobat, there are no workarounds that I know of.
Method:

Result:

Expected:

Workaround:

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3864467

External Customer Info:
External Company:  
External Customer Name:  
External Customer Email:

Attachments:

Comments:

+1 - Thanks Nimit for filing this!
Vote by External U.
9579 | December 09, 2014 01:42:48 AM GMT
[Comment by Avinash] : PDF tagging is working. To get the alternate text working, the image width and height should be considerably large so that the text is visible. Also, when alt attribute is set for img tag, the Text-to-Speech feature of Acrobat reads out the alt text correctly. However, when we run accessibility check, Alternate Text test is failing. We have escalated this issue to Acrobat team.
Comment by Rupesh K.
9578 | January 07, 2015 09:50:58 AM GMT