How do I populate PDF Image from ColdFusion?


i created simple livecycle pdf has 1 image , 3 textfields. using coldfusion code below, able pass data coldfusion form. however, can't figure out how dynamically populate image. when run code, image empty.

 

does know how this? of image paths stored in database , need dynamic.

 

 

 

coldfusion code

---------------------------------------------------------------------

<cfpdfform source="c:\webs\testpdf.pdf" destination="c:\webs\result.pdf" action="populate" overwrite="true">      <cfpdfsubform name="form1">          <cfpdfformparam name="img1" value="c:\webs\jellyfish.jpg"/>         <cfpdfformparam name="txt1" value="swatch 1"/>         <cfpdfformparam name="txt2" value="orange"/>         <cfpdfformparam name="txt3" value="summer 13"/>     </cfpdfsubform>  </cfpdfform> 

 

 

note: using coldfusion 9

are running query in qa make sure recordset being returned , in right format?

 

are sure image exists , in folder being returned in recordset?

 

^_^



More discussions in ColdFusion


adobe

Comments

Popular posts from this blog

How to change text Component easybook reloaded *newbee* - Joomla! Forum - community, help and support

After Effect warning: A problem occurred when processing OpenGL commands

Preconditions Failed. - Joomla! Forum - community, help and support