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.
<cfsavecontent variable="populatedpdf">
<cfpdfform source="absolutePath" action="populate"/>
</cfsavecontent>

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

Reply via email to