• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Tagged PDF files from ColdFusion.

LEGEND ,
Nov 14, 2007 Nov 14, 2007

Copy link to clipboard

Copied

Does anybody know about the current -- and maybe future -- capabilities
of ColdFusion tools that generate PDF files, such as <cfreport...> and
<cfdcoument...> tags, to create 'tagged' PDF files?

Tagged PDF files are PDF documents that have structural markup
information along the lines of HTML to give accessibility aids, such as
screen readers, more information on what content the PDF document contains.

I have been looking high and low for information on how one may create
tagged PDF's -- or add tag markup to a created PDF -- with ColdFusion.
I'm getting a sinking feeling this is just beyond the capability of our
beloved tool!
TOPICS
Advanced techniques

Views

473

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 30, 2017 Oct 30, 2017

Copy link to clipboard

Copied

LATEST

Another unanswered question.  This one from 10 years ago.

There are currently two tags for converting HTML to PDF.  CFdocument and CFHTMLtoPDF.

CFdocument will not generate a tagged PDF.  Adobe doesn't plan on fixing that.

CFHTMLtoPDF was introduced in ColdFusion 11.  It generates a tagged PDF --- except the image descriptions (ALT attribute values) are not being exported to the PDF.  As of this reply the Adobe intends to fix that in the next release.

I suggest using CFHTMLtoPDF but avoid using images.  If images must be included, you might caption the images with plain text (in the manner of newspapers or news magazine) and use the aria-describedby and id attrbutes to anchor the captions to the images.

Note that you must start with an accessible HTML document with strict (semantic) HTML and perhaps some ARIA.

I hope this suggestion helps someone.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation