Please help ,
   My requirement is - I need to create a PDF file from gif, jpg, png, word
and pdf.

I able to create PDF taking gif, jpg, png.
but when I tried to create for word it is not output word file content to
PDF.
Sample code I Used.

<cfdocument format="PDF" >
          <cfdocumentsection mimetype = "image/jpeg" srcfile = "C:\a.jpg">
          </cfdocumentsection>

           <cfdocumentsection mimetype = "image/gif" srcfile = "C:\b.gif">
           </cfdocumentsection>

           <cfdocumentsection mimetype = "image/png" srcfile = "C:\c.png">
           </cfdocumentsection>

           <cfdocumentsection mimetype = "application/msword" srcfile =
"C:\mydoc.doc">
           </cfdocumentsection>

           <cfdocumentsection mimetype = "application/pdf" srcfile =
"C:\mypdf.pdf">
           </cfdocumentsection>
</cfdocument>

The last two part for Word and Pdf is not working....


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:300719
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to