Re: [iText-questions] Check PDF file for settings

2009-12-11 Thread Leigh
d handling for when both UR and UR3 are present. http://www.adobe.com/devnet/pdf/pdf_reference.html HTH, Leigh -- Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/

Re: [iText-questions] Problem Renaming Fields with iText and ColdFusion 9

2009-12-03 Thread Leigh
> I got this to work... I just had to wrap my arguments in > lcase methods to keep the text lowercase.  After that, it all started > working fine. Good to hear. Yes, case sensitivity gets you every now and then. >> By the way, your blog rocks. Thank you :) -

Re: [iText-questions] Problem Renaming Fields with iText and ColdFusion 9

2009-12-02 Thread Leigh
it is not renamed. -Leigh -- Join us December 9, 2009 for the Red Hat Virtual Experience, a free event focused on virtualization and cloud computing. Attend in-depth sessions from your desk. Your couch. Anywhere

Re: [iText-questions] PDF Merge - Output to screen, not File, CFSCRIPT

2009-10-30 Thread Leigh
m for your FileOutputStream. outStream = createObject("java", "java.io.ByteArrayOutputStream").init(); The data would be written to your variable, instead of saved to disk. Then using outStream.toByteArray() you could serve up t