Editable PDF forms.

2003-05-13 Thread Trevor Vaughan
I don't think that it's the case that you can generate an editable pdf form from XSL-FO but if anyone has any techniques for doing so in post production, I would greatly appreciate the tips. Or, I could just be wrong and it is possible (yes,no?) Thanks, Trevor -

PDF Encryption and Access rights

2002-11-26 Thread Trevor Vaughan
Hi, Are there any tips on how to encrypt and/or add access rights to the pdf generated by fop? Thanks, Trevor - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Reading XML from JAR.

2002-11-26 Thread Trevor Vaughan
eter wrote: try this.. java.util.zip.ZipFile zippy = new java.util.zip.ZipFile("fullpathtothejar.jar"); java.util.zip.ZipEntry zipEntry = zippy.getEntry("com/package/thexml.xml"); InputStream is=zippy.getInputStream(zipEntry); -Original Message- From: Trevor Vaughan [mailto:[EMAIL PROTE

Reading XML from JAR.

2002-11-26 Thread Trevor Vaughan
Hi, I'm working on a program that uses fop for output and I would like to read my xml file directly from a JAR. Is this possible? If so, does anyone have any tips on how to get started? Thanks, Trevor - To unsubscribe, e-mail: