Re: PDF Populate and readBinary Data

2012-07-05 Thread Ria Ragam

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

2012-07-04 Thread Dave Watts

> 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

2012-07-04 Thread Ria Ragam

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

2012-07-04 Thread Dave Watts

> 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

2012-07-04 Thread Ria Ragam

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