Re: Embedding FOP in SVG in FOP?

2004-07-02 Thread Jeremias Maerki
The work-around obviously only works for simple cases. In FOP 0.20.5 there's no chance to do what you suggest. Even with the current development code I doubt this would be so simple. I don't think this is even on the task list. Theoretically, you could try to create a Batik extension to handle FO

Re: Embedding FOP, PDF Encryption Custom fonts

2003-10-15 Thread J.Pietschmann
Johannes Stuermer wrote: Has there been any movement in this area? No. Encryption wount be fully implemented in the maintenance branch. Can this problem be avoided by using Adobe fonts? If you mean built-in, then yes, encryption works if you use one of the built-in default fonts (because they are

RE: Embedding FOP, PDF Encryption Custom fonts

2003-10-15 Thread Johannes Stuermer
No. Encryption won't be fully implemented in the maintenance branch. Is there another branch that does have it implemented? Thanks -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 14, 2003 4:55 PM To: [EMAIL PROTECTED] Subject: Re: Embedding FOP

Re: Embedding FOP, PDF Encryption Custom fonts

2003-10-15 Thread J.Pietschmann
Chris Bowditch wrote: The code in HEAD of CVS has PDF encryption fully implemented. However, it is lacking support for key FO constructs, and is currently unusable in real world scenarios. Testing and detailed new bug reports are welcome though. I just can't make promises anything gets fixed

Embedding FOP, PDF Encryption Custom fonts

2003-10-14 Thread Johannes Stuermer
When the PDF file is encrytped, embedded fonts are not rendered correctly. The message unable to extract embedded font xxx appears. This issue has been discussed a few months back, with the conclusion: Known problem. Encryption in the maintenance branch is not completely finished Has there been

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: Embedding FOP, PDF Encryption Custom fonts

2003-06-23 Thread Andreas Delmelle
distribution version. any helpful hints on this one? thx in advance. greetz, ald -Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] Sent: maandag 23 juni 2003 11:19 To: [EMAIL PROTECTED] Subject: Re: Embedding FOP, PDF Encryption Custom fonts What kind of signature/verification

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: 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
correctly applied though. greetz, ald -Original Message- From: Chris Faulkner [mailto:[EMAIL PROTECTED] Sent: zondag 22 juni 2003 11:00 To: [EMAIL PROTECTED] Subject: RE: Embedding FOP, PDF Encryption Custom fonts Hello all I am already using FOP to create PDF documents in a servlet

RE: Embedding FOP, PDF Encryption Custom fonts

2003-06-22 Thread Andreas Delmelle
( but could be used, perhaps as a form of FOP-specific verification ) and does this even make sense? greetz, ald -Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] Sent: zondag 22 juni 2003 9:19 To: [EMAIL PROTECTED] Subject: Re: Embedding FOP, PDF Encryption Custom fonts

RE: Embedding FOP, PDF Encryption Custom fonts

2003-06-22 Thread Andreas Delmelle
PROTECTED] Subject: Re: Embedding FOP, PDF Encryption Custom fonts On 21.06.2003 12:45:06 Andreas Delmelle wrote: while embedding FOP using embedded TrueType implementing PDF encryption, stumbled upon the following (Acrobat Reader 5.1) : - - unable to extract embedded font ... That's

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

Embedding FOP, PDF Encryption Custom fonts

2003-06-21 Thread Andreas Delmelle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 while embedding FOP using embedded TrueType implementing PDF encryption, stumbled upon the following (Acrobat Reader 5.1) : - - unable to extract embedded font ... - - also the producer ( author / title / date - added myself) properties

font and embedding FOP question

2003-04-28 Thread Steve Albin
I would like to use additional fonts with FOP, where FOP is embedded in a Servlet. The instructions at http://xml.apache.org/fop/fonts.html say to use the c conf/userconfig.xml option on the command line in order for FOP to find custom font information. However how do you specify this

Re: font and embedding FOP question

2003-04-28 Thread J.Pietschmann
Steve Albin wrote: I would like to use additional fonts with FOP, where FOP is embedded in a Servlet. The instructions at http://xml.apache.org/fop/fonts.html say to use the -c conf/userconfig.xml option on the command line in order for FOP to find custom font information. However how do you

embedding fop

2003-02-10 Thread Marisol Garcia
Hello, Where could I find the source of the examples: ExampleFO2PDF.java, ExampleXML2FO.java, ExampleXML2PDF.java, ExampleObj2XML.java and ExampleObj2PDF.java ? Thanks in advance.

RE: embedding fop

2003-02-10 Thread Matthew Lancashire
Try this http://cvs.apache.org/viewcvs.cgi/xml-fop/examples/embedding/java/embedding/Attic/ -Original Message-From: Marisol Garcia [mailto:[EMAIL PROTECTED]Sent: 10 Feb 2003 11:50To: [EMAIL PROTECTED]Subject: embedding fop Hello, Where could I find

RE: embedding FOP

2002-12-12 Thread Lucian Opris
Hi, Could anyone explain step by step, how can I embed userconfig.xml in FopServlet? I'm using Tomcat webserver. I'm assuming, I have tore-build somejava file but I don't know which ones. Thanks in advance for any help. P.S.Exemple of FOPServlet would be great Lucian Opris

embedding FOP

2002-12-11 Thread Boris Rousseau
All, Sorry about the newby question, but I have some trouble with the FOPServlet. I managed to build the .war. However when I put it under my \Tomcat 4.1\webapps directory and I start Tomcat I get the following error in the "Start Tomcat" command prompt: "11-Dec-2002 12:18:57

RE: embedding FOP

2002-12-11 Thread Jean-Philippe VALENTIN
A: [EMAIL PROTECTED] Date: 11/12/02 13:25 Objet: embedding FOP All, Sorry about the newby question, but I have some trouble with the FOPServlet. I managed to build the .war. However when I put it under my \Tomcat 4.1\webapps directory and I start Tomcat I get the following error in the Start Tomcat

RE: embedding FOP

2002-12-11 Thread Cox, Charlie
:[EMAIL PROTECTED]Sent: Wednesday, December 11, 2002 7:26 AMTo: [EMAIL PROTECTED]Subject: embedding FOP All, Sorry about the newby question, but I have some trouble with the FOPServlet. I managed to build the .war. However when I put it under my \Tomcat 4.1\webapps directory and I

embedding FOP in Java

2002-12-09 Thread Boris Rousseau
Hello, I am using the following file embedding fop: "import org.apache.fop.apps.Driver;import org.apache.fop.layout.Page;import org.apache.fop.apps.Version;import org.apache.fop.apps.XSLTInputHandler;import org.apache.fop.apps.InputHandler;import org.xml.sax.*;i

Re: embedding FOP in Java

2002-12-09 Thread adis . katkic
i use this method and it works fine public void createPdf(String xml, String xslPath, String outputPdfPath) throws TransformerConfigurationException, TransformerException, FileNotFoundException, FOPException, IOException { MessageHandler.setScreenLogger(log); FileOutputStream

embedding FOP in Java

2002-12-09 Thread adis . katkic
Sorry for beeing forced to ask this question, I have created I java class that takes xml file and xsl file and creates pdf. Now my xml has croatian character and those are showen as #. I read documentation and it says that fonts must be avaliable on the platform. Now I don't understand this since

Re: embedding FOP in Java

2002-12-09 Thread Oleg Tkachenko
Boris Rousseau wrote: Unfortunately when I compile it, I get the following error: fop.java:19: cannot resolve symbol symbol : constructor XSLTInputHandler (java.lang.String,java.lang.String) location: class org.apache.fop.apps.XSLTInputHandler InputHandler inputHandler = new

Embedding FOP within Servlet

2002-04-22 Thread Georg Daniel Vassilopulos
Hello All, With the example "embedding" distributed with fop-0.20.3-src.tar.gz I got stuck. The PDF generation from a *.fo file works fine. But while generating a PDF out of a xml file and a xsl stylesheet I always get the exception: org.apache.fop.apps.FOPException:

Re: Embedding FOP within Servlet

2002-04-22 Thread Jeremias Maerki
That's a classloader issue. I haven't investigated what exactly the problem is, but putting xalan.jar in common/lib or lib instead of WEB-INF/lib should do the trick. On 22.04.2002 16:29:16 Georg Daniel Vassilopulos wrote: Hello All, With the example embedding distributed with

problem with embedding fop solved

2002-04-12 Thread Marianne von den Driesch und Viktor Goebel
We used the Oracle JDeveloper to edit the Java application. Some of the libraries supplied by FOP are already available in the Oracle Java Packages. We had to remove the Oracle Java Packages and to add only the FOP Packages and the problems were solved. The code from Mr.Fischer worked: import

Re: embedding fop

2002-04-05 Thread Mihael Knezevic
On 2002.04.04 22:08 J.Pietschmann wrote: Mihael Knezevic wrote: hi, has someone been successfull on embedding fop in his/her own application. i'm trying but it doesn't work. there are some error messages: [ERROR]: Logger not set [DEBUG]: using SAX parser

Re: embedding fop

2002-04-04 Thread J.Pietschmann
Mihael Knezevic wrote: hi, has someone been successfull on embedding fop in his/her own application. i'm trying but it doesn't work. there are some error messages: [ERROR]: Logger not set [DEBUG]: using SAX parser org.apache.xerces.parsers.SAXParser SystemId Unknown; Line 0; Column 0; Couldn't

embedding fop in php

2002-01-17 Thread Sam Prokop
Hi, i am trying to embed fop in php. i ´ve got an example: fo2pdf.php,v 1.2 2001/11/20 17:28:47 by Christian Stocker [EMAIL PROTECTED] but it is using CommandLine, and i am using fop 0.20.2, and since 0.19 there is no class CommandLine anymore (correct me, if i´m wrong) function run($fo, $pdf