The cfpdf tag has no wiki summary.
6
votes
3answers
1k views
Is it possible to convert a Microsoft Word document to PDF with ColdFusion?
The above question says it all. I know you can create a PDF from an image file or HTML in ColdFusion 8 using CFPDF, but I'm wondering if it's possible to create a PDF from a MS Word document directly ...
3
votes
3answers
317 views
Saving the modified contents of a pdf
I've got a form that I downloaded, I'd like to prefill some content on the form (this is easy using cfpdfform).
Where it gets tricky is I would like to allow the user to modify the contents of that ...
2
votes
1answer
227 views
Adding a text watermark
I've learned how to add a watermark to a pdf.
<cfpdf action="addwatermark" image="NoteToSelf.png"
pages="1"
position="0,0"
showOnPrint="no"
source="my.pdf"
...
1
vote
1answer
120 views
Dimensions of a pdf page
I'm adding a watermark to pdf document, but position 0,0 is the bottom left-hand corner.
I need to put the watermark at the top left-hand corner.
Q: Using version 8 of ColdFusion, how do I determine ...
1
vote
1answer
402 views
Can you split a PDF 'package' into separate files with CF8 or CF9?
The cfpdf tag has lots of options but I can't seem to find one for splitting apart a PDF package into separate files which can be saved to the file system.
Is this possible?
0
votes
2answers
41 views
Coldfusion cfpdf thumbnail plus preview?
we have a great deal of PDF content on our site. I have some perfectly usable CFPDF thumbnails generated from Page 1 of each PDF. I thought it would be nice to have the thumbnail jpg be a link such ...
0
votes
0answers
47 views
CFPDForm and CFDocument
For some reason, I can't get CFDocument/CFPDFForm to work as advertised on the adobe website.
I have a PDF Form created in LiveCycle Designer, and when trying to embed this in a cfdocument, all I get ...
0
votes
0answers
27 views
Blank page at beginning of of .pdf report generated in Cold Fusion
I am generating a .pdf report from a cold fusion program. The report is fine but I always get an extra blank page at the beginning. Any ideas what I'm doing wrong or missing?
<cfdocument ...
0
votes
2answers
124 views
Closing cfpdf tag with </cfpdf> causes error
If I use the following code in my component:
<cfpdf action="merge" name="tender">
</cfpdf>
I get the following error:
Closing tag '' does not match the current parent item:
...
0
votes
1answer
70 views
How can I pass an array to CFPDFFORM and have it fill the PDF inputs with the key/values in my array?
I have a script that retrieves values from the database and fills them into a PDF form. Is there any way I can pass a single array to CFPDFFORM and have it set all the params at once, without ...
0
votes
1answer
1k views
Sizing image probleme in PDF whis iText or cfPDF in Coldfusion 8
WHen I insert a Image into a existing PDF whis CFPDF or directely whis iText, the size of my image is increased by 1.5.
How to control the image size ?
my code are inspired from :
...
0
votes
1answer
481 views
CFPDF thumbnail problem not showing background/images
I have 2 pdf's i'm running through CFPDF action="thumbnail".
The first pdf returns a perfect looking thumb.
The second returns a thumb with only the text and background colors, but NO background or ...