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

How to use cfdocument create a PDF file and save the file in server?

New Here ,
Mar 06, 2008 Mar 06, 2008

Copy link to clipboard

Copied

Hi,

I want to use cfdocument to create a PDF file and save it in the server for other people to download,can you give me a idea how to do this.Thanks.

<cfdocument format = "PDF" pagetype="A4" orientation="portrait">
......
</cfdocument>

Mark
TOPICS
Advanced techniques , Reporting

Views

5.9K

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 ,
Mar 06, 2008 Mar 06, 2008

Copy link to clipboard

Copied

Give it a filename attribute.

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
New Here ,
Mar 24, 2008 Mar 24, 2008

Copy link to clipboard

Copied

LATEST
Hi
<cfdocument filename="" format = "PDF" pagetype="A4" orientation="portrait">
......
</cfdocument>

Give the physical path to the filename. You have write permission for this folder to create a PDF file.

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