RE: Embedding FOP, PDF Encryption Custom fonts

2003-06-22 Thread Chris Faulkner
Hello all I am already using FOP to create PDF documents in a servlet environment. I would like to encrypt these documents. I can see on the website that there are instructions to create encrypted documents using the command line tool - how can I use the utilities in a servlet ? Thanks Chris

RE: Embedding FOP, PDF Encryption Custom fonts

2003-06-22 Thread Andreas Delmelle
If u don't use custom fonts, code like in my earlier message should do the trick. ( Create an options Hashmap use driver.getRenderer().setOptions(...) ). Only downside for the moment is that the producer info will get scrambled, but as this is a mere detail... The supplied restrictions are fully

RE: Embedding FOP, PDF Encryption Custom fonts

2003-06-22 Thread Andreas Delmelle
's allright. no hurry. another side-effect : on pressing the OK button in the doc properties summary screen, you get the message that 'this operation is not allowed' ( maybe caused by the fact that this screen is a restricted version of the one in the full Acrobat Version issues a command on

RE: Embedding FOP, PDF Encryption Custom fonts

2003-06-22 Thread Andreas Delmelle
switched to latest dev cvs snapshot. trouble now is i don't have the apache.commons package. ( imported in AbstracPDFStream.java ) anyone know where to get it? thx, ald -Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] Sent: zondag 22 juni 2003 9:19 To: [EMAIL

Re: Embedding FOP, PDF Encryption Custom fonts

2003-06-22 Thread Jeremias Maerki
That's the redesign. You will want to get the branch with tag fop-0_20_2-maintain. See: http://xml.apache.org/fop/dev/ On 22.06.2003 15:07:20 Andreas Delmelle wrote: switched to latest dev cvs snapshot. trouble now is i don't have the apache.commons package. ( imported in

Invoking FOP Servlet from struts:Please help

2003-06-22 Thread Hardarshan Singh
Hi, I am conveting jdbc to xml. I have written an XSL file for the xml generated. I want to use FOPServlet. Questions : 1. Where should the xml and xsl files be physically located in the project ? 2. How can i invoke the FOP servlet from struts (i have to send xml and xsl files) to the