0
How to use cfdocument create a PDF file and save the file in server?
New Here
,
/t5/coldfusion-discussions/how-to-use-cfdocument-create-a-pdf-file-and-save-the-file-in-server/td-p/966276
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
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
/t5/coldfusion-discussions/how-to-use-cfdocument-create-a-pdf-file-and-save-the-file-in-server/m-p/966277#M88302
Mar 06, 2008
Mar 06, 2008
Copy link to clipboard
Copied
Give it a filename attribute.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
LATEST
/t5/coldfusion-discussions/how-to-use-cfdocument-create-a-pdf-file-and-save-the-file-in-server/m-p/966278#M88303
Mar 24, 2008
Mar 24, 2008
Copy link to clipboard
Copied
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.
<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.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

