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

Exporting ColdFusion to PDF

New Here ,
Oct 16, 2006 Oct 16, 2006

Copy link to clipboard

Copied

Hello All,
Is there a way to export ColdFusion data fields (such as text boxes) into a PDF that already has created text fields? (Example: I have a user who is trying to use a ColdFusion form to fill out employee information. They want their PDF forms to automatically fill-in with the information that was created on the ColdFusion form.) Is this possible? If so, please help.

Thanks a bunch!
TOPICS
Advanced techniques

Views

226

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
LEGEND ,
Oct 16, 2006 Oct 16, 2006

Copy link to clipboard

Copied

Yes it is possible, no I can't tell you exactly how to do it, it has
been too long for me. But in essence you use the Adobe FDF to populate
PDF forms with data, and it is possible to use ColdFusion to dynamically
create the FDF data.

You can also create PDF files on the fly, with some limitations, within
the latest version of CF using <cfdocument...> tags. But you would need
to recreate the PDF form inside of ColdFusion to use this method at this
time.

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
Contributor ,
Oct 17, 2006 Oct 17, 2006

Copy link to clipboard

Copied

LATEST
Randy Brown has a Powerpoint Presentation describing how to use Acrobat FDF with CF to create populated PDFs.

You can also use iText to read and populate PDF files using CF and Java.

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