RE: Opacity in SVG graphics on PDF documents.

2003-10-31 Thread Chris Faulkner
Hello Not sure why this is a problem. I use batik to create JPGs with transparency from SVG input. I then embed these with FOP. Have you tried rasterising your SVG separately ? Chrus -Original Message-From: Koes, Derrick [mailto:[EMAIL PROTECTED]Sent: 31 October 2003

RE: basic-link

2003-10-27 Thread Chris Faulkner
Yes - I am using encryption :-( I have some experience of iText but I moved away from it in favour of XSL:FO and FOP. I don't fancy doing post-processing - I'll wait for the fix. Thanks Chris Are you using encryption? Afraid this is causing the garbage chars... ? ARe there any

basic-link

2003-10-26 Thread Chris Faulkner
Hello I am having problems with fo:basic-link I use it as shown below. When you hover over the link in the resulting PDF, the link includes a load of garbage characters after the .com. Am I doing something wrong ? ARe there any alternatives for embedding a link in my PDF ? fo:table-cell

PDF encryption

2003-07-10 Thread Chris Faulkner
Hello all I am using FOP to create encrypted documents out of a servlet - this works quite nicely. I have a few questions 1. Why does the documentation direct us to use security.provider.6=org.bouncycastle.jce.provider.BouncyCastleProvider rather than any of the other security providers ?

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

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

javadoc

2002-04-23 Thread Chris Faulkner
Hello Is there any Java doc anywhere for the classes in org.apache.fop ? Chris

JSP returning PDF

2002-04-19 Thread Chris Faulkner
Hi I'm using FOP in a JSP to return dynamically created PDF documents to browsers. I'm using the usual method of embedding FOP as described on the web site. It works great. The main problem is that the PDFs take about 20 seconds to generate and then, since they are 500K or so, a while to

document properties

2002-04-11 Thread Chris Faulkner
Hello Is there anyway to set document author, creation date and so on with FOP in the production of the documents ? I can't see it anything in the spec and FO is all about formatting objects so I suppose not. But f anyone knows of a way to do it or other software (hopefully open source) which

watermarking

2002-03-05 Thread Chris Faulkner
hello all Is there any way of adding some kind of watermark to a PDF document generated with FOP ? I am using FOP in a JSP environment. Thanks Chris

dynamic image in PDF

2002-02-27 Thread Chris Faulkner
Hi I have a servlet which creates imagery. I want to embed this in a PDF document and I've been playing around with FOP in JSP. I can get PDF generated but only on static image references, using external- graphic. What I need to know is - is there anyway of generating the image dynamically,

production

2002-02-19 Thread Chris Faulkner
HI Having got my first PDF out of a JSP page yesterday, I am very excited about this software. However, my boss has raised concerns about how production-ready/stable it is. There was a posting to comp.text.xml about a year ago when one of the FOP people (I think) admitted it wasn't at that