cfpdf and cfzip without writing to disk

2012-02-29 Thread David Mineer Jr
I want to take a pdf, add a watermark and then add that file to a zip folder. I want the original file to stay where it is, without the watermark. But the new pdf with the watermark should be added to the pdf file. I also want everything but the original deleted when the page finishes and the

Re: cfpdf and cfzip without writing to disk

2012-02-29 Thread Dave Watts
Do I have to write the modified pdf (the one with the watermark) to disk to be able to add it the zip?  I can't seem to get cfzip to take the pdf variable. I can only get cfzip to read from disk. You could save to a RAM disk in CF 9. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/

Re: cfpdf and cfzip without writing to disk

2012-02-29 Thread Raymond Camden
I believe CFPDF is one of the things you can't use with VFS. Check the docs to be sure. On Wed, Feb 29, 2012 at 12:49 PM, Dave Watts dwa...@figleaf.com wrote: Do I have to write the modified pdf (the one with the watermark) to disk to be able to add it the zip?  I can't seem to get cfzip to

Re: cfpdf and cfzip without writing to disk

2012-02-29 Thread David Mineer Jr
Ray's right, cfpdf doesn't work with VFS. I did see that in the docs. --- David Mineer Jr - The critical ingredient is getting off your butt and doing something. It's as simple as that. A lot of people have ideas, but there are few who decide to do something about them now.