CFDocument and trouble converting to pdf
Hello,
I'm simply trying to convert a word doc to .pdf using CF9. But when I try it, I get the following error...
500 - Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed.
Also, coldfusion services seem to go down for a few moments (i can't render any coldfusion pages on the server) and then after a few moments the CF services are back.
What could be causing this???
Here is the simple code I am using...
<cfdocument format="pdf" srcfile="\\srvTestServer\wwwroot\officetopdf\worddocs\Infograms Inventory.doc" filename="\\srvTestServer\wwwroot\officetopdf\pdfdocs\test.pdf"></cfdocument>
Now if I take out the srcfile section of the tag and hard code text into the cfdocument, it works with no problem???
example
<cfdocument format="pdf" filename="\\srvTestServer\wwwroot\officetopdf\pdfdocs\test.pdf">This is a test message for my pdf file</cfdocument>
I hope someone can shead some light on this?
Thanks In Advance,
Cedric Gaines
