Re: PDF Manipulation
Rob Parkhill wrote: > Quick question, someone at my workplace has suggested that we provide our PDF > forms auto filled with user information (based on login). We already have > all of the forms with user enterable data (you know what I mean, you can type > information into the PDF) is there anyway using the new PDF manipulation > tools to pass the required information to the PDF to pre-populate those user > entered areas? Look into the populate action of cfpdfform (CF 8). Jochem ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303361 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Re: PDF Manipulation
I am still on version 7, so I don't know if there is a new way to do this, but I made use of a tag that Ben Forta put together a while back to achieve this. Unfortunately I cannot come up with the name of the tag, but a quick search of the Adobe developers exchange should find it for you in short order. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303330 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
PDF Manipulation
Good Day, Quick question, someone at my workplace has suggested that we provide our PDF forms auto filled with user information (based on login). We already have all of the forms with user enterable data (you know what I mean, you can type information into the PDF) is there anyway using the new PDF manipulation tools to pass the required information to the PDF to pre-populate those user entered areas? Or do I have to do what I think is required, and re-code the forms into ColdFusion Report Builder so that they are totally in sync with my on-line delivery? Thanks, Rob ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303326 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Re: PDF Manipulation
Cutter (CF-Talk) wrote: > feature? I did look at iText, but haven't found anything within it that > I might convert a PDF to an image. I'll take another look, but if anyone > already has some insight please share. TIA see http://sourceforge.net/mailarchive/message.php?msg_id=13827688 ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227107 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Re: PDF Manipulation
While I appreciate everyone's input, I thought CFDocument was a MX 7 feature? I did look at iText, but haven't found anything within it that I might convert a PDF to an image. I'll take another look, but if anyone already has some insight please share. TIA Cutter Paul Hastings wrote: >Robertson-Ravo, Neil (RX) wrote: > > >>Yep, indeed it is; I am not sure if it's restricted in anyway. >> >> > >the cf version is older than the latest & greatest BUT cfdocument is >world's easier to use in 90% of the situations you'd need it. the cf >team did a bang up job simplifying iText. > > ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227095 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Re: PDF Manipulation
Robertson-Ravo, Neil (RX) wrote: > Yep, indeed it is; I am not sure if it's restricted in anyway. the cf version is older than the latest & greatest BUT cfdocument is world's easier to use in 90% of the situations you'd need it. the cf team did a bang up job simplifying iText. ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227088 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
RE: PDF Manipulation
Yep, indeed it is; I am not sure if it's restricted in anyway. -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: 15 December 2005 13:25 To: CF-Talk Subject: RE: PDF Manipulation And just so u realise, this is already installed with CFMX and is what CFDocument uses, you just have more control if you use it directly rather than via cfdocument. Russ -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 15 December 2005 11:56 To: CF-Talk Subject: RE: PDF Manipulation http://www.lowagie.com/iText/ -Original Message- From: Cutter [mailto:[EMAIL PROTECTED] Sent: 15 December 2005 11:57 To: CF-Talk Subject: PDF Manipulation So, trying to find a more effective solution for converting uploaded PDFs to images. Started looking for a Java library for PDF manipulation. Found one in PDFBox (sourceforge), but it's PDFToImage() needs work and hasn't really matured enough yet (still new and basically in testing). Just trying to move off of this old COM object we're currently using that keeps giving us issues. BTW, we're using MX 6.1. Any Suggestions? Cutter ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227087 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
RE: PDF Manipulation
And just so u realise, this is already installed with CFMX and is what CFDocument uses, you just have more control if you use it directly rather than via cfdocument. Russ -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 15 December 2005 11:56 To: CF-Talk Subject: RE: PDF Manipulation http://www.lowagie.com/iText/ -Original Message- From: Cutter [mailto:[EMAIL PROTECTED] Sent: 15 December 2005 11:57 To: CF-Talk Subject: PDF Manipulation So, trying to find a more effective solution for converting uploaded PDFs to images. Started looking for a Java library for PDF manipulation. Found one in PDFBox (sourceforge), but it's PDFToImage() needs work and hasn't really matured enough yet (still new and basically in testing). Just trying to move off of this old COM object we're currently using that keeps giving us issues. BTW, we're using MX 6.1. Any Suggestions? Cutter ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227084 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
RE: PDF Manipulation
http://www.lowagie.com/iText/ -Original Message- From: Cutter [mailto:[EMAIL PROTECTED] Sent: 15 December 2005 11:57 To: CF-Talk Subject: PDF Manipulation So, trying to find a more effective solution for converting uploaded PDFs to images. Started looking for a Java library for PDF manipulation. Found one in PDFBox (sourceforge), but it's PDFToImage() needs work and hasn't really matured enough yet (still new and basically in testing). Just trying to move off of this old COM object we're currently using that keeps giving us issues. BTW, we're using MX 6.1. Any Suggestions? Cutter ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227083 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
PDF Manipulation
So, trying to find a more effective solution for converting uploaded PDFs to images. Started looking for a Java library for PDF manipulation. Found one in PDFBox (sourceforge), but it's PDFToImage() needs work and hasn't really matured enough yet (still new and basically in testing). Just trying to move off of this old COM object we're currently using that keeps giving us issues. BTW, we're using MX 6.1. Any Suggestions? Cutter ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227080 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54