This content has been marked as final.
Show 1 reply
-
1. Re: cfdocument invalid token format pdf
BKBK Nov 23, 2014 8:14 AM (in response to Karolus)A first guess is that it has to be something other than the attribute, format = "PDF", as that is frequently trodden ground. To debug this, start with the following, simpler code:
<cfdocument
format = "PDF"
backgroundVisible = "no"
filename = "test.pdf"> Some text </cfdocument>
If it fails, then the likely cause is that Coldfusion is unable to access the directory /CFIDE/scripts/. If works, then continue adding attributes, one by one, and testing.


