On Tue, Nov 8, 2011 at 4:48 PM, Jarvis, Matthew <mat...@mckweb.com> wrote: > > Go PDF.... > > Ted will prolly chime in here, but he helped me get started using the > dynamic method of fillable PDF forms... >
O'Reilly publishes a book, "PDF Hacks" which I used for my solution. The author's sponsored link is: http://www.amazon.com/exec/obidos/ASIN/0596006551/ref=nosim/pdftk-20 My solution was coded in PHP, so not too likely to help you. I have a client using it in production to merge several thousand documents a month. Works pretty well. The solution I ended up going with is a tool called 'pdftk' which is available on most platforms: Linux, OS X and Windows. Essentially, I build up a command line, shell out to run the command, capture the error output, if any. You can find the code at http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/ -- Ted Roche Ted Roche & Associates, LLC http://www.tedroche.com _______________________________________________ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/cacw6n4sowenwkke8bmna5c73a+ss_++ny64pox5c3tyocck...@mail.gmail.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.