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

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

New Here ,
Mar 06, 2008 Mar 06, 2008
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
6.1K
Translate
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
Give it a filename attribute.
Translate
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
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.
Translate
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