invoking encryption in a servlet / with API

2003-06-23 Thread Chris Faulkner
Hello I accidentally put this in another thread so maybe it got missed. 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

RE: invoking encryption in a servlet / with API

2003-06-23 Thread Chris Faulkner
This is just what I needed. Thanks. Chris -Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] Sent: 23 June 2003 09:47 To: [EMAIL PROTECTED] Subject: Re: invoking encryption in a servlet / with API On 23.06.2003 07:35:08 Chris Faulkner wrote: I accidentally put this in

Re: Embedding FOP, PDF Encryption Custom fonts

2003-06-23 Thread Jeremias Maerki
What kind of signature/verification? A cryptographic signature inside the PDF to authenticate the generator of the PDF? This is already standardized by Adobe. PDF is designed to be extensible. Therefore it is perfectly valid to add custom streams/objects to the PDF. But you must be prepared that

Re: block with table spanning different page-masters

2003-06-23 Thread Torsten Straube
J.Pietschmann wrote: A stylesheet is often quite useless without the input XML. Can you actually run the transformation, then trim down the resulting FO document to a reasonable size while still showing the problem and post it? Don't forget to remove the graphics. Thanks for your patience:-) I

fo:table-header - Currently only Table Rows are supported

2003-06-23 Thread Holk, David A
When I try to load my table header dynamically using apply-templates, I get the error below. The row/cell/block construct works fine if I enter the table-headers manually in the stylesheet. Any ideas or comments appreciated. David [ERROR] org.apache.fop.apps.FOPException: Currently only Table

RE: table-header - Currently only Table Rows are supported

2003-06-23 Thread Holk, David A
Very stupid error...I didn't consistently set the mode on my apply-templates. -Original Message- From: Holk, David A [mailto:[EMAIL PROTECTED] Sent: Monday, June 23, 2003 12:14 PM To: '[EMAIL PROTECTED]' Subject: fo:table-header - Currently only Table Rows are supported When I try to

RE: Embedding FOP, PDF Encryption Custom fonts

2003-06-23 Thread Andreas Delmelle
i get the picture... thx for the info. ( esp. for pointing out that a different editor might drop this object; sth i hadn't really considered ) btw : switched to the latest version of the 'maintain' branch, but the way the custom config xml is processed seems to differ from the latest

Re: Embedding FOP, PDF Encryption Custom fonts

2003-06-23 Thread Jeremias Maerki
That hasn't changed as far as I know. Are you sure you got the maintenance branch and not the redesign/trunk/HEAD? On 23.06.2003 19:26:11 Andreas Delmelle wrote: btw : switched to the latest version of the 'maintain' branch, but the way the custom config xml is processed seems to differ from

RE: Embedding FOP, PDF Encryption Custom fonts

2003-06-23 Thread Andreas Delmelle
damn'! got me again ;) dl'ed the wrong branch (still got to get used to the cvs tool... sigh) thx for another helpful hint greetz, ald -Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] Sent: maandag 23 juni 2003 20:05 To: [EMAIL PROTECTED] Subject: Re: Embedding FOP,

Re: Invoking FOP Servlet from struts:Please help

2003-06-23 Thread J.Pietschmann
Hardarshan Singh wrote: 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 servlet. 3. How can i redirect the generated pdf to browser , i mean using using

Re: block with table spanning different page-masters

2003-06-23 Thread J.Pietschmann
Torsten Straube wrote: ... fo:simple-page-master ... master-name=first ... /fo:layout-master-set fo:page-sequence master-reference=first fo:static-content flow-name=xsl-region-before-first ... You use the simple page master named first for the whole page sequence, which will give you the same