On Tue, Jan 6, 2009 at 8:03 AM, Priya Koya <[email protected]> wrote:
> > Now my problem is to merge the Part1 PDF generated in the browser and Part2 > (text pulled out from databaseand also have sme form data and I saved in > some file which is also to be merged in to single PDF file I am unable to > merge using cfpdf. But I cannot even use cfpdf as it can store the file in > some location and not opens in browser. I'm sorry - but why can't you use cfpdf? You could simply store the second PDF into a temporary file location then merge the two, then you can easily serve up the result. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:317454 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

