CF11 cannot validate default PDF Service Manager
Not sure where to look with this one, would appreciate any thoughts: Am using a freshly installed CF11 Enterprise box and cannot generate PDFs. Simple tests with cfdocument led to my finding that in the CF admin I cannot validate the default PDF Service Manager. Settings look the same as a different machine that validates as expected. On the bad box the validate request just runs on and on, never seems to time out, though all other CF features seems to be working fine. Logs show nothing of interest. Would appreciate any thoughts, tia. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:360229 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: Determine if PDF previously flattened
Also, I should have said that we are on CF9 for this. thank you. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:360192 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Determine if PDF previously flattened
We have a process where some PDFs are flattened and some are not. They'll be flattened later. We use cfpdf for this. Is there a test that we can do to determine if a PDF has been flattened already? Currently we're trying to insert a watermark and if it fails, we suspect it's been flattened. However, I'd like a real test, like a function call that can determine it. All my searches for "flatten" or "flattened" right now bring back links to "how to flatten" or "was is flattening". Anyone know of a way to tell, outside of using failure as a tool? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:360191 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
RE: Embedding files in a PDF
Thanks guys - you're right - file types are quite arbitrary, most likely office documents I would expect. Thank you for your help! ++ Kevin Parker ++ -Original Message- From: Mark A Kruger [mailto:mkru...@cfwebtools.com] Sent: Thursday, 26 February 2015 1:49 AM To: cf-talk Subject: RE: Embedding files in a PDF Yes but he's talking about arbitrary files I think - supporting documents. I think the first step is to identify what document types you wish to support. If you can specify only PDF's and images for example, you could make this work with CF natively. If you have to do (for example) word doc conversions, then you will need to use a 3rd party jar file or tool to do the conversion to PDF and then merge the results. Doable, but a lot trickier :) -Original Message- From: Michael Grant [mailto:mgr...@modus.bz] Sent: Wednesday, February 25, 2015 8:34 AM To: cf-talk Subject: Re: Embedding files in a PDF Hi Kevin, The CF8 documentation seems to indicate that PDF merging is supported with cfpdf. http://help.adobe.com/livedocs/coldfusion/8/htmldocs/help.html?content=Tags_ p-q_02.html >From the docs: *Merge PDF documents into an output PDF file* *required if directory is specified:* order = "name|time" *one of the following if is specified:* name = "*PDF document variable name*" destination = "*PDF output file pathname*"*optional* ascending = "yes|no" keepBookmark = "yes|no" overwrite = "yes|no" pages = "*pages to merge in PDF source file*" password = "*PDF source file password*" stopOnError = "yes|no"*one of the following:* destination = "*PDF output file pathname*" name = "*PDF document variable name*"> On Wed, Feb 25, 2015 at 6:07 AM, Kevin Parker wrote: > > Be grateful for a little advice or confirmation please. > > > > Putting together a little award nomination system. User submits the > nomination via a web form and attaches any supporting documents to the > nomination. I then need to produce a PDF of the nomination which in itself > is not an issue e.g. cfdocument. However, I was looking for a way to embed > the submitted documents in the PDF version of the nomination. While > embedding other (types of) files is supported in Acrobat there appears to > be > no way to do this via CF be it cfdocument or even cfpdf (platform is CF8) - > is my summation correct. > > > > Thank you > > > > > > ++ > > Kevin Parker > > > > ++ > > > > > > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:360153 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
RE: Embedding files in a PDF
Yes but he's talking about arbitrary files I think - supporting documents. I think the first step is to identify what document types you wish to support. If you can specify only PDF's and images for example, you could make this work with CF natively. If you have to do (for example) word doc conversions, then you will need to use a 3rd party jar file or tool to do the conversion to PDF and then merge the results. Doable, but a lot trickier :) -Original Message- From: Michael Grant [mailto:mgr...@modus.bz] Sent: Wednesday, February 25, 2015 8:34 AM To: cf-talk Subject: Re: Embedding files in a PDF Hi Kevin, The CF8 documentation seems to indicate that PDF merging is supported with cfpdf. http://help.adobe.com/livedocs/coldfusion/8/htmldocs/help.html?content=Tags_ p-q_02.html >From the docs: *Merge PDF documents into an output PDF file* *required if directory is specified:* order = "name|time" *one of the following if is specified:* name = "*PDF document variable name*" destination = "*PDF output file pathname*"*optional* ascending = "yes|no" keepBookmark = "yes|no" overwrite = "yes|no" pages = "*pages to merge in PDF source file*" password = "*PDF source file password*" stopOnError = "yes|no"*one of the following:* destination = "*PDF output file pathname*" name = "*PDF document variable name*"> On Wed, Feb 25, 2015 at 6:07 AM, Kevin Parker wrote: > > Be grateful for a little advice or confirmation please. > > > > Putting together a little award nomination system. User submits the > nomination via a web form and attaches any supporting documents to the > nomination. I then need to produce a PDF of the nomination which in itself > is not an issue e.g. cfdocument. However, I was looking for a way to embed > the submitted documents in the PDF version of the nomination. While > embedding other (types of) files is supported in Acrobat there appears to > be > no way to do this via CF be it cfdocument or even cfpdf (platform is CF8) - > is my summation correct. > > > > Thank you > > > > > > ++ > > Kevin Parker > > > > ++ > > > > > > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:360152 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: Embedding files in a PDF
Hi Kevin, The CF8 documentation seems to indicate that PDF merging is supported with cfpdf. http://help.adobe.com/livedocs/coldfusion/8/htmldocs/help.html?content=Tags_p-q_02.html >From the docs: *Merge PDF documents into an output PDF file* *required if directory is specified:* order = "name|time" *one of the following if is specified:* name = "*PDF document variable name*" destination = "*PDF output file pathname*"*optional* ascending = "yes|no" keepBookmark = "yes|no" overwrite = "yes|no" pages = "*pages to merge in PDF source file*" password = "*PDF source file password*" stopOnError = "yes|no"* one of the following:* destination = "*PDF output file pathname*" name = "*PDF document variable name*"> On Wed, Feb 25, 2015 at 6:07 AM, Kevin Parker wrote: > > Be grateful for a little advice or confirmation please. > > > > Putting together a little award nomination system. User submits the > nomination via a web form and attaches any supporting documents to the > nomination. I then need to produce a PDF of the nomination which in itself > is not an issue e.g. cfdocument. However, I was looking for a way to embed > the submitted documents in the PDF version of the nomination. While > embedding other (types of) files is supported in Acrobat there appears to > be > no way to do this via CF be it cfdocument or even cfpdf (platform is CF8) - > is my summation correct. > > > > Thank you > > > > > > ++ > > Kevin Parker > > > > ++ > > > > > > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:360151 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Embedding files in a PDF
Be grateful for a little advice or confirmation please. Putting together a little award nomination system. User submits the nomination via a web form and attaches any supporting documents to the nomination. I then need to produce a PDF of the nomination which in itself is not an issue e.g. cfdocument. However, I was looking for a way to embed the submitted documents in the PDF version of the nomination. While embedding other (types of) files is supported in Acrobat there appears to be no way to do this via CF be it cfdocument or even cfpdf (platform is CF8) - is my summation correct. Thank you ++ Kevin Parker ++ ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:360150 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: looping over PDF subforms
> So I'm still trying to produce a section 508 Compliant PDF using > cfdocument, or cfpdf or something > > I know there are methods to populate pre defined PDF forms, which would > work except that alot of my data is multiple row format and I don't know > how many rows may be returned and I can't limit it > > I'm wondering if I can either dynamically populate pre defined subforms, > making each returned row it's own sub form and fill in the blanks.. > > I'm reaching, here because we need to come up with a solution, and > CFDOCUMENT just doesn't seem to cut it. I think the best way to go about this is to use LiveCycle form scripting to build dynamic forms, then have them load a data set at runtime. The data set could be served by CF, but you wouldn't use CF to actually build the form or populate it. For example, the form could load data from a web service call. Dynamic forms can have repeating subforms. For example, you could have a table which would have one row per record in your data set. The user would open the form, but it could load the data before it renders on screen, then render itself with the appropriate number of rows in the table. http://blogs.adobe.com/LiveCycleHelp/2012/09/livecycle-designer-and-accessibility.html Dave Watts, CTO, Fig Leaf Software 1-202-527-9569 http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358889 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: looping over PDF subforms
We've got a temporary waiver to figure it out, but we can't push it off for much longer On Wed, Jul 16, 2014 at 4:32 PM, Randi Knutson wrote: > > Fair enough. I got my client to exempt "on the fly" pdfs from 508 > requirements. Although CF11/Splendor has some nice enhancements. > > PDFs and CF do seem to be a niche, at least in Adobe's eyes. I think they > are badly underestimating it, but if only I ran the world...everything > would be nice then. > > cf-talk@houseoffusion.com on Wednesday, July 16, 2014 at 12:09 PM -0700 > wrote: > >I can generate HTML tables and such all day long and use CFDOCUMENT to > turn > >it into a PDF, but it's not 508 Compliant because CFDOCUMENT doesn't > >support tagging, > > > >My thought is to create predefined PDFs that are compliant and populate > >them like you would a PDF Formthen merge the whole mess together, but > I > >can't fathom a way to repeatedly loop over a PDF form and repopulate it... > > > > > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358885 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: looping over PDF subforms
Fair enough. I got my client to exempt "on the fly" pdfs from 508 requirements. Although CF11/Splendor has some nice enhancements. PDFs and CF do seem to be a niche, at least in Adobe's eyes. I think they are badly underestimating it, but if only I ran the world...everything would be nice then. cf-talk@houseoffusion.com on Wednesday, July 16, 2014 at 12:09 PM -0700 wrote: >I can generate HTML tables and such all day long and use CFDOCUMENT to turn >it into a PDF, but it's not 508 Compliant because CFDOCUMENT doesn't >support tagging, > >My thought is to create predefined PDFs that are compliant and populate >them like you would a PDF Formthen merge the whole mess together, but I >can't fathom a way to repeatedly loop over a PDF form and repopulate it... ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358884 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: looping over PDF subforms
I can generate HTML tables and such all day long and use CFDOCUMENT to turn it into a PDF, but it's not 508 Compliant because CFDOCUMENT doesn't support tagging, My thought is to create predefined PDFs that are compliant and populate them like you would a PDF Formthen merge the whole mess together, but I can't fathom a way to repeatedly loop over a PDF form and repopulate it... On Wed, Jul 16, 2014 at 3:01 PM, Randi Knutson wrote: > > I am...I just have a cfdocumentsection within a cfloop that is looping > through however many rows my query returned. Sometimes the page breaks can > get goofy if there is a lot of data, in which case I test for greater than > however many rows I can fit and > insert a page break. > > > cf-talk@houseoffusion.com on Wednesday, July 16, 2014 at 11:50 AM -0700 > wrote: > > > >I know there are methods to populate pre defined PDF forms, which would > >work except that alot of my data is multiple row format and I don't know > >how many rows may be returned and I can't limit it > > > > > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358882 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: looping over PDF subforms
I am...I just have a cfdocumentsection within a cfloop that is looping through however many rows my query returned. Sometimes the page breaks can get goofy if there is a lot of data, in which case I test for greater than however many rows I can fit and insert a page break. cf-talk@houseoffusion.com on Wednesday, July 16, 2014 at 11:50 AM -0700 wrote: > >I know there are methods to populate pre defined PDF forms, which would >work except that alot of my data is multiple row format and I don't know >how many rows may be returned and I can't limit it ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358881 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
looping over PDF subforms
So I'm still trying to produce a section 508 Compliant PDF using cfdocument, or cfpdf or something I know there are methods to populate pre defined PDF forms, which would work except that alot of my data is multiple row format and I don't know how many rows may be returned and I can't limit it I'm wondering if I can either dynamically populate pre defined subforms, making each returned row it's own sub form and fill in the blanks.. I'm reaching, here because we need to come up with a solution, and CFDOCUMENT just doesn't seem to cut it. Thanks in advance sas -- -- Scott Stewart Adobe Certified Instructor, ColdFusion 8 & 9 Adobe Certified Expert, ColdFusion 8 & 9 Blog: http://www.sstwebworks.com Email: webmas...@sstwebworks.com ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358880 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
RE: Creating Grayscale PDF with CFDocument in CF8?
> Perhaps a print stylesheet? Yes, we also have a few sites with print to PDF, and similarly the client wanted them to print differently. A print style was the solution. http://demosthenes.info/blog/532/Convert-Images-To-Black-And-White-With-CSS Robert Harrison Director of Interactive Services Austin & Williams Advertising I Branding I Digital I Direct 125 Kennedy Drive, Suite 100 I Hauppauge, NY 11788 T 631.231.6600 X 119 F 631.434.7022 http://www.austin-williams.com Blog: http://www.austin-williams.com/blog Twitter: http://www.twitter.com/austin_ ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357557 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: Creating Grayscale PDF with CFDocument in CF8?
In a word, no, unless you wanted to convert the PDF to an image, greyscale it, and then convert it back to a PDF - losing all of your text selection in the process. My suggestion would also be the stylesheet solution. If you use SASS (http://sass-lang.com/ ) you can declare your color variables in the master template and then just let sass automatically generate two different stylesheets with different colors: color stylesheet $table_border: navy; @import includes/base_styles.scss; greyscale stylesheet $table_border: #99; @import includes/base_styles.scss; On Jan 31, 2014, at 12:57 PM, Dave Hatz wrote: > > Anyone know how to create a PDF document in grayscale? We have a web page > that we give the user the ability to create a PDF of the page. The client > doesn't want any of the color that we have in our table columns to print in > color. > > I did a quick search on google, doesn't seem to be way to tell CFDocument to > create the PDF in grayscale. > > Anyone know of a way to do this without creating another web page without > colors? > > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357556 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: Creating Grayscale PDF with CFDocument in CF8?
Perhaps a print stylesheet? On Fri, Jan 31, 2014 at 12:57 PM, Dave Hatz wrote: > > Anyone know how to create a PDF document in grayscale? We have a web page > that we give the user the ability to create a PDF of the page. The client > doesn't want any of the color that we have in our table columns to print in > color. > > I did a quick search on google, doesn't seem to be way to tell CFDocument to > create the PDF in grayscale. > > Anyone know of a way to do this without creating another web page without > colors? > > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357555 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Creating Grayscale PDF with CFDocument in CF8?
Anyone know how to create a PDF document in grayscale? We have a web page that we give the user the ability to create a PDF of the page. The client doesn't want any of the color that we have in our table columns to print in color. I did a quick search on google, doesn't seem to be way to tell CFDocument to create the PDF in grayscale. Anyone know of a way to do this without creating another web page without colors? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357554 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
cfpdf import an image into a pdf
I am working on CF9 and I am making a pdf. We did this in CF7, but it's much different in CF9. I have a signature that certifies my document and it's in .gif form. I need to import that into the pdf right where a form field goes. I have But that puts the image path into the field, not the image. A coworker friend told me that it can be done a particular way, but I'd like to know if that's the best way or the standard way of getting this done. thank you for your time and replies. daniel ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357428 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Advice about merging into certificates and outputting to pdf
Hi All, First, happy thanksgiving to everyone (who is celebrating that holiday). Second, a quick question. We're developing a basic certificates feature in our event tool. The idea is that you register for an event, attend the event, and then get a certificate (most likely pdf) for the event. In creating the certificate, we have been provided with some word document templates. My expectation is that the output would need to be in PDF format. We will need to merge in the name of the person attending as well as the date and perhaps a few other fields. We have done some template merging and output to pdfs using CF Report Builder in the past so I was thinking about that. However, given CF's built in PDF tools, I'm assuming there are good ways to build this feature without CF Report Builder. If any of you have been down this road and have suggestions, I'm definitely interested. I know that there is a lot out there on PDF features (I have the WACKs), but am looking for some guidance on a best practice for this kind of feature. Thanks in advance! Nick ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357221 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: cftextarea to PDF form
you most likely need to embed the HTML directly and not use the CFTEXTAREA as that is for editing not displaying and would be using htmleditformat to render the markup to make it readable. On Mon, Nov 25, 2013 at 4:32 PM, Kevin Byrne wrote: > > We are using Cold Fusion 8. I created a text box on a form using > cftextarea, which uses FCKeditor that came with CF8. When I try to > populate a PDF form using cfpdfform/cfpdfformparam the embedded HTML shows > as plain text. > > > For example: If I input "This is bold", the pdf form output shows > "This is bold". How do I massage the input to display properly in > the PDF form? > > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357128 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
cftextarea to PDF form
We are using Cold Fusion 8. I created a text box on a form using cftextarea, which uses FCKeditor that came with CF8. When I try to populate a PDF form using cfpdfform/cfpdfformparam the embedded HTML shows as plain text. For example: If I input "This is bold", the pdf form output shows "This is bold". How do I massage the input to display properly in the PDF form? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357127 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Interactive PDF
Hi, Im looking for a solution to create interactice PDF-forms automatically. I have a lot questions stored in a database. Depending on some selections I want to create pdf-forms with interactive input fields or checkboxes. Any idea? Thank you very much Kind regards Thomas Stichnoth stichnoth.net Internetkonzepte und -lösungen Gretchenstr. 7 D-30161 Hannover <http://www.stichnoth.net/> http://www.stichnoth.net Tel. 0511 7601528 Fax 0511 7601530 ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:356794 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: pdf COM object
Thanks. I actually did read the manual before posting. I appreciate the assistance. > Here's a reference for merging PDF files with CF9: > > http://help.adobe.com/en_US/ColdFusion/9. > 0/Developing/WSc3ff6d0ea77859461172e0811cbec22c24-798f.html ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:356475 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: pdf COM object
On Mon, Aug 12, 2013 at 10:38 AM, daniel kessler wrote: > > We are moving from cf7 to cf9 and because of that, we can no longer use > COM objects. I've replaced most of the code with cf9 calls, but I cannot > do so with CopyForm, which copies pages of the form. > > Can anyone recommend a path for correcting this? I don't know the cf pdf > calls well. Is there a replacemnt for this within cf9? > Here's a reference for merging PDF files with CF9: http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859461172e0811cbec22c24-798f.html ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:356433 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
pdf COM object
We are moving from cf7 to cf9 and because of that, we can no longer use COM objects. I've replaced most of the code with cf9 calls, but I cannot do so with CopyForm, which copies pages of the form. Here is an example: http://www.activepdf.com/AltDownloads/Documentation/TK2011/CopyForm.html Can cannot have a separate server for COM objects. Can anyone recommend a path for correcting this? I don't know the cf pdf calls well. Is there a replacemnt for this within cf9? thank you. daniel ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:356432 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: pdf COM object
On 8/10/2013 12:00 AM, daniel kessler wrote: > Can anyone recommend a path for correcting this? I don't know the cf pdf > calls well. Is there a replacemnt for this within cf9? not sure about cf itself, but i concatenated PDFs before using iText. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:356429 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
pdf COM object
We are moving from cf7 to cf9 and because of that, we can no longer use COM objects. I've replaced most of the code with cf9 calls, but I cannot do so with CopyForm, which copies pages of the form. Here is an example: http://www.activepdf.com/AltDownloads/Documentation/TK2011/CopyForm.html Can cannot have a separate server for COM objects. Can anyone recommend a path for correcting this? I don't know the cf pdf calls well. Is there a replacemnt for this within cf9? thank you. daniel ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:356428 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: Creating a PDF document with signature
> Are there any other ways to "merge" two PDFs w/forms without having to use > cfpdf action="merge" ? Not that I'm aware of. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355603 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: Creating a PDF document with signature
Are there any other ways to "merge" two PDFs w/forms without having to use cfpdf action="merge" ? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355602 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: Creating a PDF document with signature
> So now I am having an issue with digitally signing in Adobe Reader. I can > sign it if I open the document with Acrobat. I already > enabled usage rights in Acrobat on the documents and saved them. After I use > cfpdfform to populate the form, I have: > > flatten="yes" overwrite="yes" > saveOption="incremental"> > > Which I used to disable the fields from being changed by the user while still > maintaining the digital signature box. Am I doing > something wrong? I don't think you can flatten the form and expect Reader users to be able to use any of the fields. I was suggesting earlier that you make the other fields non-editable in LC Designer rather than flatten the form. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355597 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: Creating a PDF document with signature
So now I am having an issue with digitally signing in Adobe Reader. I can sign it if I open the document with Acrobat. I already enabled usage rights in Acrobat on the documents and saved them. After I use cfpdfform to populate the form, I have: Which I used to disable the fields from being changed by the user while still maintaining the digital signature box. Am I doing something wrong? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355594 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: Creating a PDF document with signature
>> Form fields don't have to look like form fields, or be editable by the >> user. >> > Got it working! Created the PDF form in LiveCycle, then add data in with cfpdfform. Then run cfpdf on it to flatten it after data was added while still maintaining the signature fields. Then merged with another form which was created on the fly. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355584 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: Creating a PDF document with signature
On 4/24/2013 10:45 PM, Dave Watts wrote: > I don't think you can use iText to manipulate LC Designer forms. PDFs > that you create with Designer are not the same as "regular" PDFs - > they're a different format called XFA. actually...iText handles XFA forms just fine. flattening them to PDF is another issue but if you don't mind paying for support, bruno et al have a solution: http://demo.itextsupport.com/xfademo/uploadpdf.jsp http://lowagie.com/xfabpm ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355583 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: Creating a PDF document with signature
> Form fields don't have to look like form fields, or be editable by the > user. > I'll give it a try. Thanks ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355582 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: Creating a PDF document with signature
> > Why not create the PDF in LC Designer, and make the person's name a > > form field that you can easily manipulate from CF using CFPDFFORM? > > Hmm.. how about all of the other data on the PDF which comes from the > database? The data can't appear as > form fields on the PDF. Form fields don't have to look like form fields, or be editable by the user. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355581 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: Creating a PDF document with signature
> Why not create the PDF in LC Designer, and make the person's name a > form field that you can easily manipulate from CF using CFPDFFORM? > Hmm.. how about all of the other data on the PDF which comes from the database? The data can't appear as form fields on the PDF. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355580 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: Creating a PDF document with signature
> > I don't think you can use iText to manipulate LC Designer forms. PDFs > > that you create with Designer are not the same as "regular" PDFs - > > they're a different format called XFA. > > Right, I could not even merge a LiveCycle generated PDF with the PDF which I > was generating with cfdocument. I had to > use Acrobat 9 to create my PDF with the digital signature so I could get it > to merge with the other PDF. This doesn't satisfy > the requirement though since the signature needs to be embedded into the > dynamic PDF above a persons name. This is why > I was thinking if there was a way to use cfscripting to try to place a > signature into the dynamic PDF. Why not create the PDF in LC Designer, and make the person's name a form field that you can easily manipulate from CF using CFPDFFORM? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355579 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: Creating a PDF document with signature
> I don't think you can use iText to manipulate LC Designer forms. PDFs > that you create with Designer are not the same as "regular" PDFs - > they're a different format called XFA. > Right, I could not even merge a LiveCycle generated PDF with the PDF which I was generating with cfdocument. I had to use Acrobat 9 to create my PDF with the digital signature so I could get it to merge with the other PDF. This doesn't satisfy the requirement though since the signature needs to be embedded into the dynamic PDF above a persons name. This is why I was thinking if there was a way to use cfscripting to try to place a signature into the dynamic PDF. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355578 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: Creating a PDF document with signature
> Anyone ever use iText directly to manipulate PDFs in CF10? I can merge a PDF > document with a dig signature, > but cannot insert the signature where I want it to go on my generated PDF > using CFPDF. I don't think you can use iText to manipulate LC Designer forms. PDFs that you create with Designer are not the same as "regular" PDFs - they're a different format called XFA. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355577 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: Creating a PDF document with signature
try this http://cfitext.riaforge.org/ On Wed, Apr 24, 2013 at 3:45 PM, Chad Baloga wrote: > > > I am creating a PDF document on the fly and need to know how to place > > a digital signature block on the document. Is this possible using > > cfdocument/cfpdf? > > Anyone ever use iText directly to manipulate PDFs in CF10? I can merge a > PDF document with a dig signature, but cannot insert the signature where I > want it to go on my generated PDF using CFPDF. > > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355576 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: Creating a PDF document with signature
> I am creating a PDF document on the fly and need to know how to place > a digital signature block on the document. Is this possible using > cfdocument/cfpdf? Anyone ever use iText directly to manipulate PDFs in CF10? I can merge a PDF document with a dig signature, but cannot insert the signature where I want it to go on my generated PDF using CFPDF. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355575 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: Creating a PDF document with signature
> > If this document was originally created in Acrobat, and you open it > > in Reader, you will see this message by default. If you want Reader > > users to save data, you'll need to use Reader Extensions to Reader-enable > > the form. You can do this from within Acrobat (not LC Designer). > > > All that said, if you're going to put it on your web site and have > > people fill it out and submit back to your web site, Reader users > > won't need to save data - you'll just need to make sure you have a > > submit button that points to a URL on your server. > > This is the message that I see when I created a new PDF in LiveCycle designer > with the signature field Right, because you're opening it up in Reader. If Reader is your default PDF viewer, and you use the Preview PDF tab in LC Designer, you'll get that message. You need to open it in Acrobat and enable Reader Extensions. Again, though, if it's just for online users to complete and submit, you don't have to worry about this. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355531 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: Creating a PDF document with signature
> If this document was originally created in Acrobat, and you open it > in > Reader, you will see this message by default. If you want Reader > users > to save data, you'll need to use Reader Extensions to Reader-enable > the form. You can do this from within Acrobat (not LC Designer). > > All that said, if you're going to put it on your web site and have > people fill it out and submit back to your web site, Reader users > won't need to save data - you'll just need to make sure you have a > submit button that points to a URL on your server. > This is the message that I see when I created a new PDF in LiveCycle designer with the signature field ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355530 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: Creating a PDF document with signature
> OK. It seems I need to change some security setting on the form since it says > "You cannot save data > typed in this form." I'll have to play with it. This is the first time I've > used LiveCycle. If this document was originally created in Acrobat, and you open it in Reader, you will see this message by default. If you want Reader users to save data, you'll need to use Reader Extensions to Reader-enable the form. You can do this from within Acrobat (not LC Designer). All that said, if you're going to put it on your web site and have people fill it out and submit back to your web site, Reader users won't need to save data - you'll just need to make sure you have a submit button that points to a URL on your server. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355528 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: Creating a PDF document with signature
> > I have installed LiveCycle designer. Do I just use the signature > field? The signature will be from a CAC card. > > Yes, that's it. > OK. It seems I need to change some security setting on the form since it says "You cannot save data typed in this form." I'll have to play with it. This is the first time I've used LiveCycle. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355527 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: Creating a PDF document with signature
> I have installed LiveCycle designer. Do I just use the signature field? > The signature will be from a CAC card. Yes, that's it. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355526 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: Creating a PDF document with signature
>> I might not have made it clear enough: you'll have to create the form >> with the digital signature field in LC Designer. You can then merge >> the form with your other generated document using CF. >> I have installed LiveCycle designer. Do I just use the signature field? The signature will be from a CAC card. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355524 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: Creating a PDF document with signature
> I might not have made it clear enough: you'll have to create the form > with the digital signature field in LC Designer. You can then merge > the form with your other generated document using CF. > OK. That is what I was just about to try. Thanks ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355523 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: Creating a PDF document with signature
> > I am creating a PDF document on the fly and need to know how to place a > > digital signature block on the document. > > Is this possible using cfdocument/cfpdf? > > No, I don't think it is. However, you can create a document that has > nothing but a digital signature field and appropriate markup, and you > can splice two documents together with CFDOCUMENT or CFPDF (I forget > which). I might not have made it clear enough: you'll have to create the form with the digital signature field in LC Designer. You can then merge the form with your other generated document using CF. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355522 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: Creating a PDF document with signature
> I am creating a PDF document on the fly and need to know how to place a > digital signature block on the document. > Is this possible using cfdocument/cfpdf? No, I don't think it is. However, you can create a document that has nothing but a digital signature field and appropriate markup, and you can splice two documents together with CFDOCUMENT or CFPDF (I forget which). Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355521 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Creating a PDF document with signature
I am creating a PDF document on the fly and need to know how to place a digital signature block on the document. Is this possible using cfdocument/cfpdf? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355520 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
RE: PDF Issue
Agreed. Or use pdfutils to edit it via a com object. On Mar 11, 2013 1:04 PM, "DURETTE, STEVEN J" wrote: > > Pre-shrink the image to fit the page? > > -Original Message- > From: Robert Harrison [mailto:rob...@austin-williams.com] > Sent: Monday, March 11, 2013 1:02 PM > To: cf-talk > Subject: RE: PDF Issue > > > CFDOCUMENT is using my style sheet, but it ignores the max-width property > on images. If I were to guess I'd say it's rendering the PDF and expanding > the page to the width of the widest image (with the correct fonts), then > converting it to a PDF image, then shrinking the entire page (include the > text) to fit the page size I specified. I see no way around this. > > Any thoughts? > > Robert Harrison > Director of Interactive Services > > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:354930 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
RE: PDF Issue
Pre-shrink the image to fit the page? -Original Message- From: Robert Harrison [mailto:rob...@austin-williams.com] Sent: Monday, March 11, 2013 1:02 PM To: cf-talk Subject: RE: PDF Issue CFDOCUMENT is using my style sheet, but it ignores the max-width property on images. If I were to guess I'd say it's rendering the PDF and expanding the page to the width of the widest image (with the correct fonts), then converting it to a PDF image, then shrinking the entire page (include the text) to fit the page size I specified. I see no way around this. Any thoughts? Robert Harrison Director of Interactive Services ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:354929 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
RE: PDF Issue
CFDOCUMENT is using my style sheet, but it ignores the max-width property on images. If I were to guess I'd say it's rendering the PDF and expanding the page to the width of the widest image (with the correct fonts), then converting it to a PDF image, then shrinking the entire page (include the text) to fit the page size I specified. I see no way around this. Any thoughts? Robert Harrison Director of Interactive Services Austin & Williams Advertising I Branding I Digital I Direct 125 Kennedy Drive, Suite 100 I Hauppauge, NY 11788 T 631.231.6600 X 119 F 631.434.7022 http://www.austin-williams.com Blog: http://www.austin-williams.com/blog Twitter: http://www.twitter.com/austin_ ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:354928 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
PDF Issue
I'm using CFDOCUMENT to create a PDF for download. I have a style sheet built into the page that sets the font at XX pts. It works perfectly, except when the content contains an image that's large than the page width. The image does resize to fit on the page, but it also shrink everything else (like the fonts). I've tried everything I can think of to get the image to resize to the page width without actually shrinking the page, but the who page get shrunk every time. Any ideas? Thanks Robert Harrison Director of Interactive Services Austin & Williams Advertising I Branding I Digital I Direct 125 Kennedy Drive, Suite 100 I Hauppauge, NY 11788 T 631.231.6600 X 119 F 631.434.7022 http://www.austin-williams.com Blog: http://www.austin-williams.com/blog Twitter: http://www.twitter.com/austi ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:354927 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: CFDocument PDF text duplication
Raghu, I had this same issue and ended going to a third party tool to generate PDFs. If I remember correctly this problem deep and must be fixed by Adobe. Same with ability to justify text. Just doesn't work as expected. Very frustrating. Sorry been down that path! Good luck! DynamicPDF http://www.cete.com/Products/DynamicPDFForCOM/Generator/index.csp Best Regards, *Marty Franklin* /Information Technology/ On 1/26/2013 9:03 AM, Raghu raman wrote: > I am also able to reproduce the same issue. > > I did try to generate the PDF using cfpdf, cfcontent etc but that did not > help. Using the wrap function and trying to generate the PDF directly from > itext also failed. > > Was any one able to solve this issue ? > > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:354089 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: CFDocument PDF text duplication
I am also able to reproduce the same issue. I did try to generate the PDF using cfpdf, cfcontent etc but that did not help. Using the wrap function and trying to generate the PDF directly from itext also failed. Was any one able to solve this issue ? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:354081 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: CFDocument PDF text duplication
>Hello CF-Talk, > >I've been a long-time reader of your mailing list and this is my first post :) >I've >been working with PDF generation (CF 8.0.1 / Windows & Linux) and have gotten >most >of the known kinks fixed but there's still one problem that I can't get >around: > >Sometimes when (bold?) text that is supposed to wrap to the next line get >duplicated >(is shown twice)... once on the first line outside the margins of the pdf and >once >again on the next line. <"crude oil prices, meanwhile, rebounded" gets >repeated. >see: https://www.advantagedata.com/page_toPDF.gif> I haven't found the source, >but >usually unbolding the problematic string or the entire paragraph fixes this >duplicating bug. Adjusting the scale from 100 to 99.6 sometimes helps too. Has >anyone else seen this behavior? My CFDOCUMENT margins are set to zero, and the >paragraph content is in a div. > >I'd appreciate any feedback. > >Thanks, >Minh ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:354080 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: CFDocument PDF text duplication
>Hello CF-Talk, > >I've been a long-time reader of your mailing list and this is my first post :) >I've >been working with PDF generation (CF 8.0.1 / Windows & Linux) and have gotten >most >of the known kinks fixed but there's still one problem that I can't get >around: > >Sometimes when (bold?) text that is supposed to wrap to the next line get >duplicated >(is shown twice)... once on the first line outside the margins of the pdf and >once >again on the next line. <"crude oil prices, meanwhile, rebounded" gets >repeated. >see: https://www.advantagedata.com/page_toPDF.gif> I haven't found the source, >but >usually unbolding the problematic string or the entire paragraph fixes this >duplicating bug. Adjusting the scale from 100 to 99.6 sometimes helps too. Has >anyone else seen this behavior? My CFDOCUMENT margins are set to zero, and the >paragraph content is in a div. > >I'd appreciate any feedback. > >Thanks, >Minh ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353997 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: Redirecting PDF documents
Would need to be done at the web server level. On 12/20/12 1:59 PM, Dave Watts wrote: >> Just wondering if it possible to redirect a pdf document. In coldfusion, I >> am assuming no since we need to have some kind of >> redirect code on that particular page we want to redirect? > I'm not sure what you're trying to accomplish, exactly. But no, PDFs > don't support redirection by default. > > Dave Watts, CTO, Fig Leaf Software > http://www.figleaf.com/ > http://training.figleaf.com/ > > Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on > GSA Schedule, and provides the highest caliber vendor-authorized > instruction at our training centers, online, or onsite. > > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353587 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: Redirecting PDF documents
> Just wondering if it possible to redirect a pdf document. In coldfusion, I am > assuming no since we need to have some kind of > redirect code on that particular page we want to redirect? I'm not sure what you're trying to accomplish, exactly. But no, PDFs don't support redirection by default. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353584 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Redirecting PDF documents
Just wondering if it possible to redirect a pdf document. In coldfusion, I am assuming no since we need to have some kind of redirect code on that particular page we want to redirect? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353578 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: CFDOCUMENT PDF
>>Is there anything I can do to fix this problem Not that I am aware of. We make heavy use of PDFs and the only viable options I have encountered are to: 1) use cfpdfform to fill out PDFs 2) or to roll your own PDF's with iText or use one of the CF libraries that use IText like cfitext or pdfIT 3) or to use the OpenOffice Word/Excel to PDF Conversion CFC. I did a lot of R&D and experimentation with all of these and found the best route (for us at least) to be manipulating MS Word docs and converting them to PDFs. My experience was that manipulating/creating PDFs with code a la iText can be very tedious and time consuming for intricate and/or heavily formatted documents. http://pdfit.riaforge.org/ http://cfitext.riaforge.org/ http://oolib.riaforge.org/ HTH G! On Fri, Dec 7, 2012 at 2:17 PM, Robert Harrison wrote: > > We're using CFDOCUMENT to generate PDFs on the fly. They look really good, > but one strange problem. The PDF is chopping text lines in half on some > pages (example posted at: www.austin-williams.com/pdf_sample.pdf - see > the page the break between page 2 and 3). > > Is there anything I can do to fix this problem (we already tried margins > to no avail)? > > Thanks, > Robert > > > > > > Robert Harrison > Director of Interactive Services > > Austin & Williams > Advertising I Branding I Digital I Direct > 125 Kennedy Drive, Suite 100 I Hauppauge, NY 11788 > T 631.231.6600 X 119 F 631.434.7022 > http://www.austin-williams.com > > Blog: http://www.austin-williams.com/blog > Twitter: http://www.twitter.com/austi > > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353393 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
CFDOCUMENT PDF
We're using CFDOCUMENT to generate PDFs on the fly. They look really good, but one strange problem. The PDF is chopping text lines in half on some pages (example posted at: www.austin-williams.com/pdf_sample.pdf - see the page the break between page 2 and 3). Is there anything I can do to fix this problem (we already tried margins to no avail)? Thanks, Robert Robert Harrison Director of Interactive Services Austin & Williams Advertising I Branding I Digital I Direct 125 Kennedy Drive, Suite 100 I Hauppauge, NY 11788 T 631.231.6600 X 119 F 631.434.7022 http://www.austin-williams.com Blog: http://www.austin-williams.com/blog Twitter: http://www.twitter.com/austi ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353390 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
UTF-8 encoding when writing to a PDF
I am totally stuck on this one. I am using an old Ben Forta tag cf_pdfform. Im still using it because it makes writing to a PDF form and populating fields easier than using the native cfpdf form population methods. The problem is that any strings with UTF-8 characters get truncated at the first character. The method basically takes an XMl string of form data and the PDF form/file and returns the populated PDF document (in this case in bytes). The XML I am testing with looks good: Grave accent (à, è, ù): Over a or u, used primarily to distinguish homophones: à ("to") vs. a ("has"), ou ("or") vs1. où ("where", note that ù exists1 only in this word). Over an e, 1indicates the sound // PDF form input stream formIS=CreateObject("java", "java.io.FileInputStream"); formIS.init(ARGUMENTS.PDFForm); // Get PDF document object PDFfactory=server.javaLoader.create("com.adobe.pdf.PDFFactory"); PDFdoc=PDFfactory.openDocument(formIS); // Convert raw XML data to byte array bytes=ARGUMENTS.XMLData.getBytes("UTF-8"); byteArrayIS=CreateObject("java", "java.io.ByteArrayInputStream"); byteArrayIS.init(bytes); // Perform actual import PDFdoc.importFormData(byteArrayIS); //Call the PDFDocument object's save method outputIS=PDFdoc.save(); // Read bytes byteClass=CreateObject("java", "java.lang.Byte").TYPE; PDFBytes=CreateObject("java", "java.lang.reflect.Array").newInstance(byteClass, outputIS.available()); // And store them outputIS.read(PDFBytes); But when I executed the code below and then write the bytes via CFILE CHARSET=UTF-8, the form field data is truncated in the resulting PDF. Anybody have any ideas? Brook ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352781 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: Trimming extra white area for a CF generated PDF doc
>what if you enable the whitespace removal in the admin ? > >On Fri, Sep 21, 2012 at 6:29 PM, D > >> Ahe, what if I "cheat", if it's 3 or 4 lines items I'll create some extra rows like 2 then the server would treat it just as 5 or 6 line items. Hmm, let me check, hang on. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352704 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: Trimming extra white area for a CF generated PDF doc
>what if you enable the whitespace removal in the admin ? > >On Fri, Sep 21, 2012 at 6:29 PM, D > >> Interesting thought, still not to avail. And I should add, in most cases, the generated PDF is ok, many times it would be just one page, and when we have more than 5 line items the PDF also looks ok, natural flow to next page. It's just the 3 or 4 line items that makes the PDF doc centered and having the extra top and bottom blanks. Thanks tho. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352703 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: Trimming extra white area for a CF generated PDF doc
what if you enable the whitespace removal in the admin ? On Fri, Sep 21, 2012 at 6:29 PM, Don L wrote: > > Hi, > > For CF9 or Railo 3.x, the following code generates extra white space like > half a page at both the top and the bottom for a generated PDF doc when > dynamic content exceeds one page, I wonder if we have a way to trim all > these necessary white spaces. It would be extremely desirable to have the > ability to set dynamic height for the PDF doc. > > fontEmbed="yes" overwrite="yes"> > > html dynamic content here... > > > > Thanks in advance. > > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352702 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Trimming extra white area for a CF generated PDF doc
Hi, For CF9 or Railo 3.x, the following code generates extra white space like half a page at both the top and the bottom for a generated PDF doc when dynamic content exceeds one page, I wonder if we have a way to trim all these necessary white spaces. It would be extremely desirable to have the ability to set dynamic height for the PDF doc. html dynamic content here... Thanks in advance. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352701 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: Streaming PDF in CF8 / Performance Issues
Have you looked into an X-sendfile-mod for your web server? That will allow you to validate the request in CF, but pass the request back to the webserver to serve the file. The file does not have to be in a web accessible directory. -Dan On Wednesday, August 1, 2012, Jeff Chastain wrote: > > I am doing some performance test on a site running on ColdFusion 8 using > FusionReactor. There is one script that consistently ends up on the top of > the long running requests list. The script is very simple - it grabs a PDF > file that already exists on the files system and streams it to the user. > > > > > > > We're sorry, but the page you have requested no longer exists > on our site. > > > The PDF files in question are pretty small ... 1 to 2 MB. In some cases > (but not all), the request logs in FusionReactor are showing this script > running for 200+ seconds. > > Does anybody have any ideas why this would be happening and is there a > better way to stream PDF files that are not web accessible (i.e. the user > has to register, then they get the file streamed to them)? I am not > looking to change the workflow - i.e. copying the file and sending a link > by email etc. I have streamed files like this before and have never seen > these kinds of performance issues. > > Thanks for any input! > > > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352034 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: Streaming PDF in CF8 / Performance Issues
You could maybe try reading the pdf as a binary with cffile into a variable and outputting it that way with Could be cfcontent is opening the file and not closing all the way or something. On Wed, Aug 1, 2012 at 6:45 PM, Jeff Chastain wrote: > > I am doing some performance test on a site running on ColdFusion 8 using > FusionReactor. There is one script that consistently ends up on the top of > the long running requests list. The script is very simple - it grabs a PDF > file that already exists on the files system and streams it to the user. > > > > > > > We're sorry, but the page you have requested no longer exists on > our site. > > > The PDF files in question are pretty small ... 1 to 2 MB. In some cases (but > not all), the request logs in FusionReactor are showing this script running > for 200+ seconds. > > Does anybody have any ideas why this would be happening and is there a better > way to stream PDF files that are not web accessible (i.e. the user has to > register, then they get the file streamed to them)? I am not looking to > change the workflow - i.e. copying the file and sending a link by email etc. > I have streamed files like this before and have never seen these kinds of > performance issues. > > Thanks for any input! > > > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352033 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: Streaming PDF in CF8 / Performance Issues
Jeff, I've read there are issues with file/directory operations in CF when files are really large or the directory contains TONS of files. You might try a java alternative. I'm mobile right now, but I think it's something like this: createObject("java", "java.io.File").init( filePath & fileName ).exists(); -Jake On Wed, Aug 1, 2012 at 5:45 PM, Jeff Chastain wrote: > > I am doing some performance test on a site running on ColdFusion 8 using > FusionReactor. There is one script that consistently ends up on the top of > the long running requests list. The script is very simple - it grabs a PDF > file that already exists on the files system and streams it to the user. > > > > > > > We're sorry, but the page you have requested no longer exists > on our site. > > > The PDF files in question are pretty small ... 1 to 2 MB. In some cases > (but not all), the request logs in FusionReactor are showing this script > running for 200+ seconds. > > Does anybody have any ideas why this would be happening and is there a > better way to stream PDF files that are not web accessible (i.e. the user > has to register, then they get the file streamed to them)? I am not > looking to change the workflow - i.e. copying the file and sending a link > by email etc. I have streamed files like this before and have never seen > these kinds of performance issues. > > Thanks for any input! > > > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352032 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Streaming PDF in CF8 / Performance Issues
I am doing some performance test on a site running on ColdFusion 8 using FusionReactor. There is one script that consistently ends up on the top of the long running requests list. The script is very simple - it grabs a PDF file that already exists on the files system and streams it to the user. We're sorry, but the page you have requested no longer exists on our site. The PDF files in question are pretty small ... 1 to 2 MB. In some cases (but not all), the request logs in FusionReactor are showing this script running for 200+ seconds. Does anybody have any ideas why this would be happening and is there a better way to stream PDF files that are not web accessible (i.e. the user has to register, then they get the file streamed to them)? I am not looking to change the workflow - i.e. copying the file and sending a link by email etc. I have streamed files like this before and have never seen these kinds of performance issues. Thanks for any input! ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352030 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: PDF Populate and readBinary Data
Thanks again. Let me explain with steps. 1. Have an interactive PDF. 2. Populate data to pdf but do not open to the brower. 3. convert populated PDF into binary and write to database. 4. At the end of the day, all these PDF's are downloaded depends on search criteria. (I am not worried about this. This step can be done easily). I tried using cfsavecontent and it is still populating the PDF in brower. AM I doing something wrong here? > > Is it not true that as soon as I populate fields, if opens PDF right > away. I want to save a PDF with populated fields into binary and then > use it for later. > > I guess I misunderstood what you were asking for, originally. > > You can either have it written to the browser or you can write it to > the filesystem. I'm not sure what you mean by "use it for later", but > if you don't want to write it to the filesystem at the end of your > CFPDFFORM operation, you might be able to capture it with > CFSAVECONTENT. > > Dave Watts, CTO, Fig Leaf Software > http://www.figleaf.com/ > http://training.figleaf.com/ > > Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on > GSA Schedule, and provides the highest caliber vendor-authorized > instruction at our training centers, online, or onsite. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351849 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: PDF Populate and readBinary Data
> Is it not true that as soon as I populate fields, if opens PDF right away. I > want to save a PDF with populated fields into binary and then use it for > later. I guess I misunderstood what you were asking for, originally. You can either have it written to the browser or you can write it to the filesystem. I'm not sure what you mean by "use it for later", but if you don't want to write it to the filesystem at the end of your CFPDFFORM operation, you might be able to capture it with CFSAVECONTENT. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351835 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: PDF Populate and readBinary Data
Thanks for your response. Is it not true that as soon as I populate fields, if opens PDF right away. I want to save a PDF with populated fields into binary and then use it for later. > > I have an interactive PDF form, trying to populate data into fields > and then read the populated pdf as binary. Can I do it > > without writing to temporary folder? > > Since CFPDFFORM accepts a byte array (a variable containing a PDF, > for > example), yes. > > Dave Watts, CTO, Fig Leaf Software > http://www.figleaf.com/ > http://training.figleaf.com/ > > Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on > GSA Schedule, and provides the highest caliber vendor-authorized > instruction at our training centers, online, or onsite. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351831 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: PDF Populate and readBinary Data
> I have an interactive PDF form, trying to populate data into fields and then > read the populated pdf as binary. Can I do it > without writing to temporary folder? Since CFPDFFORM accepts a byte array (a variable containing a PDF, for example), yes. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351830 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
PDF Populate and readBinary Data
Hi All, I have an interactive PDF form, trying to populate data into fields and then read the populated pdf as binary. Can I do it without writing to temporary folder? Thanks in Advance... ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351829 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Page-break pdf not working inside table
I am having trouble with using page-breaks within a PDF table that has nested loop with boarders. The bottom boarder seems to be on the last pasge by it self. the page looks fine untill I use cfdocumentitem type="pagebreak". I have alo tried some HTML page breaks with no sucsess... Backround Using dreamweaver CS4 Cold Fusion 9 server ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351066 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: CF9/OpenOffice for Word to PDF
>>12 years of documents to convert For 12 years old MS Word documents, I can believe Open Office is capable of interpreting the document properly, but for more recent ones, Op.Of seems to be far behind. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351008 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: CF9/OpenOffice for Word to PDF
On Fri, May 4, 2012 at 4:19 PM, Justin Hansen wrote: > Is anyone using the CF9/OpenOffice to convert Word/Excel documents to PDF? > How well is it working? What sort of issues did you run into? How did you get > around them? If you have a history / archive of documents that have not been created with PDF conversion in mind any conversion project is going to be painful. That is not because of either OpenOffice or ColdFusion, but because Office type of documents tend to be of very poor quality. I have done one project in particular for one of the Big Four where we basically pointed LiveCycle PDF Generator + MS Office + OpenOffice at a network drive with 12 years of documents to convert \and the things we ran into were: - password protection; - missing fonts; - no print permissions; - incorrect print ranges; - wrong paper format; - missing linked documents; - Office apps hanging on various dialogues (updates, missing references files, macros etc.). I believe the project ended up sending a significant part to India for manual conversion. But if you are dealing with current documents it is a whole different ballgame. Take a CMS like Razuna or Alfresco and configure / program it to run an automated PDF conversion for every document that is being saved. All errors get returned to the person who uploaded the document and people will learn fast. Fix the permissions so that only the owner can download the source format and the rest has to use the PDF file and you have turned the rest of the users into a large QA group. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351007 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: CF9/OpenOffice for Word to PDF
>>Is anyone using the CF9/OpenOffice to convert Word/Excel documents to PDF? >>How well is it working? Pretty badly. I even didn't try it under CF since I never was able to get a proper conversion from MS Word to Open Office. It might work well with plain text, but forget about formating. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351006 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
RE: CF9/OpenOffice for Word to PDF
Excellent! I will go ahead and give it a shot. Thanks for the input Dave! -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Friday, May 04, 2012 9:27 AM To: cf-talk Subject: Re: CF9/OpenOffice for Word to PDF > Is anyone using the CF9/OpenOffice to convert Word/Excel documents to PDF? > How well is it working? > What sort of issues did you run into? How did you get around them? > > Trying to evaluate this option before diving in... We're using it, and haven't run into any significant issues, except for one - the process itself is fairly slow, and you wouldn't want to be doing a whole lot of these concurrently. But you can program around that via queuing, threads, etc. If you have questions about how it would handle specific documents, it's very easy to set up a test environment and just try it out with those documents. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351005 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: CF9/OpenOffice for Word to PDF
> Is anyone using the CF9/OpenOffice to convert Word/Excel documents to PDF? > How well is it working? > What sort of issues did you run into? How did you get around them? > > Trying to evaluate this option before diving in... We're using it, and haven't run into any significant issues, except for one - the process itself is fairly slow, and you wouldn't want to be doing a whole lot of these concurrently. But you can program around that via queuing, threads, etc. If you have questions about how it would handle specific documents, it's very easy to set up a test environment and just try it out with those documents. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351004 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
CF9/OpenOffice for Word to PDF
Is anyone using the CF9/OpenOffice to convert Word/Excel documents to PDF? How well is it working? What sort of issues did you run into? How did you get around them? Trying to evaluate this option before diving in... Thanks, Justin ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351003 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: CF9/Win2008 CFDocument/PDF Chinese characters not showing if wrapped with an HTML tag
> I believe you should wrap your data with cfprocessingdirective tag. I tried cfprocessingdirective with the following pageencodings with no change in behavior: windows-1252, windows-950, windows-936, big5, utf-8. Same thing happens - if I put any sort of html tag around the Chinese characters, they don't display in cfdocument's PDF output. If I leave the characters unwrapped, they show in the PDF just fine. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350274 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: CF9/Win2008 CFDocument/PDF Chinese characters not showing if wrapped with an HTML tag
> I believe you should wrap your data with cfprocessingdirective tag. I tried cfprocessingdirective with the following pageencodings with no change in behavior: windows-1252, windows-950, windows-936, big5, utf-8. Same thing happens - if I put any sort of html tag around the Chinese characters, they don't display in cfdocument's PDF output. If I leave the characters unwrapped, they show in the PDF just fine. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350272 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
RE: CF9/Win2008 CFDocument/PDF Chinese characters not showing if wrapped with an HTML tag
I believe you should wrap your data with cfprocessingdirective tag. -Original Message- From: James Dodge [mailto:h...@bananachunks.com] Sent: Monday, March 05, 2012 11:57 PM To: cf-talk Subject: CF9/Win2008 CFDocument/PDF Chinese characters not showing if wrapped with an HTML tag Hi all. CM9. CFDocument. PDF. Chinese characters. Ugh. When first migrating from CM7 to CM9, producing a PDF document, via CFDocument, containing Chinese characters, the characters would not show in the PDF (though they showed just fine in HTML or FlashPaper), which seems to be a known issue. From other resources online, about the only thing I could find was the suggestion to remove the Chinese fonts from the server system. I removed the two (4, actually) ttc system fonts from the server. Poof, they show up in the PDF - yay! But this is not the end of the problems. If I wrap any of the Chinese characters with ANY html tag - in this case I want - they don't show in the PDF anymore. I've tried , css/style, setting the characters wanted to a variable and outputting it with tags in the variable and/or surrounded by tags - nothing. Any ideas on how to get this working? Fine: 我們發&# 29694;你的申請表格有問題,請將其更正並重新提交給我們審核。請在你的 申請表格內作以下更正: Not fine: 我們發現你的申請表格有問題,請將其更正並重新提交給我們審核。請在你的 申請表格內作以下更正: TIA ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350242 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
CF9/Win2008 CFDocument/PDF Chinese characters not showing if wrapped with an HTML tag
Hi all. CM9. CFDocument. PDF. Chinese characters. Ugh. When first migrating from CM7 to CM9, producing a PDF document, via CFDocument, containing Chinese characters, the characters would not show in the PDF (though they showed just fine in HTML or FlashPaper), which seems to be a known issue. From other resources online, about the only thing I could find was the suggestion to remove the Chinese fonts from the server system. I removed the two (4, actually) ttc system fonts from the server. Poof, they show up in the PDF - yay! But this is not the end of the problems. If I wrap any of the Chinese characters with ANY html tag - in this case I want - they don't show in the PDF anymore. I've tried , css/style, setting the characters wanted to a variable and outputting it with tags in the variable and/or surrounded by tags - nothing. Any ideas on how to get this working? Fine: 我們發&# 29694;你的申請表格有問題,請將其更正並重新提交給我們審核。請在你的 申請表格內作以下更正: Not fine: 我們發現你的申請表格有問題,請將其更正並重新提交給我們審核。請在你的 申請表格內作以下更正: TIA ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350232 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Images not rendred properly in a pdf CFDOCUMENT
Hi, I'm creating a pdf document which contains color and greysacle jpg image. About half of the greyscale images are much whiter than the original. I've read about some problem with image scaling, but not about this one. Any idea ? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350122 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
PDF merge
We are getting an error with a pdf merge using cfx_pdf (java custom tag) on CF7 (The error states that an array is out of bounds). This is involving a e-signature process where the vendor that handles the e-sigs got their PDFs certified with Adobe and this broke our process. Prior to the certification, everything worked fine. The only other difference is that the server that this is broken on is a stand alone CF installation, while the others, which are working, are multi-instance (I am not sure that this can cause an issue or not). We are out of ideas.any suggestions? Thanks! Eric ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349833 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
send pdf in email without storing it
Now no need to generate and store PDF for the sending in email in coldfusion. In coldfusion in .Now if you send #pdfdata# in the emailparam then it will be written as . So thus pdfdata will work as pdf varaibale and request.pdf will be sent in email.If you need more explanation then you contact me. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349679 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: PDF maker tag
Jim, You can buy a PDF creation custom tag for CF5, that I think was called CFX_PDF, although it has been a while since I last saw that. With CF5 I have also used the commercial ActivePDF Toolkit COM object. There was a popular free HTML to PDF converter that I used with CF back in the CF5 days, that had some generic name like HTMLtoPDF, although these days I might first look to the open source library that powers the modern cfdocument tag in CF9 called iText. Or you could upgrade to CF9. -Mike Chabot On Mon, Dec 5, 2011 at 8:54 AM, Jim Mixon wrote: > > Can anyone point me to a tag or whatever that I can use with CF5 to create > .pdf's on the fly? > > Does one exist for CF5? > > thanks a mill! > > jim ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348957 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
RE: PDF maker tag (UNCLASSIFIED)
Classification: UNCLASSIFIED Caveats: FOUO Cf7-9 have cfdocument tag -Original Message- From: Jim Mixon [mailto:bigjim0...@yahoo.com] Sent: Monday, December 05, 2011 8:55 AM To: cf-talk Subject: PDF maker tag Can anyone point me to a tag or whatever that I can use with CF5 to create .pdf's on the fly? Does one exist for CF5? thanks a mill! jim ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348948 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
PDF maker tag
Can anyone point me to a tag or whatever that I can use with CF5 to create .pdf's on the fly? Does one exist for CF5? thanks a mill! jim ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348947 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: word doc to PDF
What versions of Office do you have to support? If you can get away with only supporting Open XML doc files, you'll be able to do a lot more. They are zip files of xml docs and resources and MS has an SDK for working with them. You can convert them into a number of formats through XSLT and other options. If you have to support older, binary, DOC versions then you'll need to look at the various commercial options like ActivePDF and some of the non-commercial options like OpenOffice. Judah On Tue, Nov 8, 2011 at 10:53 AM, Russ Michaels wrote: > > anyone got any recommendations for DOC to PDF conversion ? > CFDOCUMENT requires OpenOffice to be on the server, which I don't > really want to do, so looking for an alternative. > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348528 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: word doc to PDF
I am assuming this is something you need to have on your Web server, which I believe would rule out Adobe Acrobat Pro. ActivePDF makes some good server PDF tools that I have used in the past with great success. I would recommend that or installing OpenOffice. I personally install OpenOffice on servers without any notable reservations. PrimoPDF is another big name in this space, although I don't know much about their enterprise server products. -Mike Chabot On Tue, Nov 8, 2011 at 1:53 PM, Russ Michaels wrote: > > anyone got any recommendations for DOC to PDF conversion ? > CFDOCUMENT requires OpenOffice to be on the server, which I don't > really want to do, so looking for an alternative. > > -- > -- > > Snake ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348527 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: word doc to PDF
>>CFDOCUMENT requires OpenOffice to be on the server, Although it does not answer your question, I understand you don't want to use OpenOffice. I recently installed the last version, tried to open some simple Word documents with it and the result was just horrible. If OpenOffice works that badly just to open Words documents, one can expect something even worse when converting to PDF :-( ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348526 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
word doc to PDF
anyone got any recommendations for DOC to PDF conversion ? CFDOCUMENT requires OpenOffice to be on the server, which I don't really want to do, so looking for an alternative. -- -- Snake ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348520 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: creating a signable PDF...CF9
On Fri, Sep 30, 2011 at 4:58 PM, Eric Roberts < ow...@threeravensconsulting.com> wrote: > > Does anyone know how to create a signable PDF? We have a need to be ale to > create pdf's in CF on the fly, but then they need to be signable via a > signing pad (like the one you use for credit card signatures). Does anyone > know if this is possible and if so, how do you do it? > Docusign allows for online PDF signing. So does Agreensign. I've implemented something like this using CF and Docusign. These may provide a solution for you. I think Docusign costs more. Good luck! Stephen ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:347858 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm