Skip to main content
Participating Frequently
March 15, 2013
Question

Adobe ColdFusion9 * CFPDF issue

  • March 15, 2013
  • 1 reply
  • 478 views

I cannot get a pdf variable stored into my database if the pdf file was created by ColdFusion9 itself.  I can if the pdf file was created by some other application.  My cf generated pdf file opens in adobe readrer just fine, writes to the dis just fine etc.

Is there some difference in the way cfpdf works in cf10 vice cf9 which resolves that or am I the only one having this trouble?

Thanks

Mike Besemer

    This topic has been closed for replies.

    1 reply

    Tim Cunningham
    Participating Frequently
    March 15, 2013

    have you tried converting the variable to BASE64 and writing it to SQL?

    Mike_B_Author
    Participating Frequently
    March 15, 2013

    I did base64 and toBinary and no joy.  ColdFusion Debugger2 does not show the value but it does for the non cf files.  I noticed the non cf files I can do it with are version 1.4 but one of my files is 1.5 and the other 1.6