Re: XSLT transformation to PDF, Chinese characters lost

2004-09-23 Thread Jeremias Maerki
On 23.09.2004 20:58:08 Mike J Boyersmith wrote: > >On 23.09.2004 20:24:22 Mike J Boyersmith wrote: > >> Problem: generated PDF file shows '#' characters instead of Chinese > >> characters. > > > >As you probably found out yourself, this here applies: > >http://xml.apache.org/fop/faq.html#pdf-ch

Re: XSLT transformation to PDF, Chinese characters lost

2004-09-23 Thread Mike J Boyersmith
>On 23.09.2004 20:24:22 Mike J Boyersmith wrote: >> Problem:  generated PDF file shows '#' characters instead of Chinese >> characters. > >As you probably found out yourself, this here applies: >http://xml.apache.org/fop/faq.html#pdf-characters yup saw that, I found the FOP examples

Re: XSLT transformation to PDF, Chinese characters lost

2004-09-23 Thread Jeremias Maerki
On 23.09.2004 20:24:22 Mike J Boyersmith wrote: > Problem: generated PDF file shows '#' characters instead of Chinese > characters. As you probably found out yourself, this here applies: http://xml.apache.org/fop/faq.html#pdf-characters > This all works great BUT!! The problem is that on

Re: ERROR -2

2004-09-23 Thread Jeremias Maerki
No idea where this comes from. Anyone else got an idea? Mark, please give us the full command-line you're using along with the JDK version you're using. On 23.09.2004 19:41:49 Mark Donnelly wrote: > M: > > org.apache.fop.apps.FOPException: -2 > at org.apache.fop.apps.CommandLineStarter.run(Co

XSLT transformation to PDF, Chinese characters lost

2004-09-23 Thread Mike J Boyersmith
Problem:  generated PDF file shows '#' characters instead of Chinese characters. So I dug around on the faqs and archives and didn't see a specific example that shows how to accomplish what I'm trying to do  heres the problem, I have a xslt file which gets loaded and transformed via

RE: ERROR -2

2004-09-23 Thread Mark Donnelly
M: org.apache.fop.apps.FOPException: -2 at org.apache.fop.apps.CommandLineStarter.run(CommandLineStarter.java:111) at org.apache.fop.apps.Fop.main(Fop.java:62) Looks like FOP is not happy with something but what it doesnt really say. -Original Message- From: Jeremias Maerki [mailto:[

Re: ERROR -2

2004-09-23 Thread Jeremias Maerki
Strange. If you're doing this on the command-line, use "-d" to get additional error information. If you're running from Java make sure that DEBUG log level is enabled. On 23.09.2004 19:20:39 Mark Donnelly wrote: > Not sure if this is a posting to the FOP users group or not. > > Here goes anyway

Re: Building FOP

2004-09-23 Thread Jeremias Maerki
As far as I know, JEuclid ships source-only, so you have to build it yourself. It has a build.xml, hasn't it? Just call ant or ant.sh in the directory. If you don't have that you'll need to do a proper installation of Ant first, which is a good idea anyway. On 23.09.2004 07:02:19 Ganesh Babu Nalla

ERROR -2

2004-09-23 Thread Mark Donnelly
Not sure if this is a posting to the FOP users group or not. Here goes anyway ... Ive just started using Xalan and FOP to attempt creation of pdf documents. When running FOP I get the following: [INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser [INFO] FOP 0.20.5 [INFO] Using org.ap

Re: Opening fop pdf in Internet Explorer

2004-09-23 Thread John Burgess
Is the servlet accessed by HTTPS? If so there is a bug in IE that will prevent it opening pdf's (or any other plug-in requiring mime type) if "Do NOt Save Encrypted Pages to Disk" is selected. We came across this problem recently. We were sent a Knowledge base report and managed to find a work-a

RE: Building FOP

2004-09-23 Thread Ganesh Babu Nallamothu, Integra-India
I tried to build MathML. But it is asking jeuclid.jar file should be there in the lib folder. I have searched in the I am having jeuclid.tar.gz but I am not having jeuclid.jar. Can you please help me how to create the jeuclid.jar from the gz file. -Original Message- From: Jeremias Maerki

Re: Building FOP

2004-09-23 Thread Jeremias Maerki
The two builds are not connected to each other. The build in examples/mathml will create a file named mathml-fop.jar. After building FOP itself, add the above JAR file to the classpath when running FOP. The MathML extension is automatically detected during runtime by FOP (if it's in the classpath).

RE: Building FOP

2004-09-23 Thread Ganesh Babu Nallamothu, Integra-India
Dear Jeremias Maerki, Thanks for pointing out where the error is. If my understanding is correct, I have checked in the classes folder in the build folder. In that I can not able to find MathML folder. fop.jar will contain only this folder. I am seeing in each folder inside examples folder we are

Re: Opening fop pdf in Internet Explorer

2004-09-23 Thread Clay Leeds
On Sep 23, 2004, at 3:54 AM, [EMAIL PROTECTED] wrote: Hi, I have a process that creates a PDF through FOP and stores it in Documentum (a document management service). When a user wishes to view the PDF it is streamed back via a servlet into IE, but IE cannot open it and the user is presented wit

FOP Tools, Tips, Techniques and Examples

2004-09-23 Thread Clay Leeds
On Sep 23, 2004, at 12:20 AM, Holger Dehnhardt wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Neil, have a look at http://sourceforge.net/projects/documentserver/ There I set up a document-server which also has a modul to fax FOP generated documents with HylaFax. Even if the hole Document

Re: NullPointerExceptionat.org.apache.transformer.TransformerImpl.run

2004-09-23 Thread Johannes Wolfgang Woger
- Original Message - From: "Johann Mattsson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 23, 2004 8:45 AM Subject: Ang: NullPointerExceptionat.org.apache.transformer.TransformerImpl.run > Ummm Im not sure abut this, but did the rendering actualy produce any pag

AW: Opening fop pdf in Internet Explorer

2004-09-23 Thread Gehrer Helmut
Hi Stuart Did you also try with other browsers? It could to be the 'good old' IE-mimetype-problem :-/ What happens if you append '&pdf=.pdf' to the url in the request? Helmut > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 23.

RE: Opening fop pdf in Internet Explorer

2004-09-23 Thread Michal Postupalski
[EMAIL PROTECTED] napisał(a): > Hi > > It cannot be opened on any computer in in the company or on our clients > Pc's. > This is my header: > > (Response Status) HTTP/1.0 200 OK > Content-Length122130 > Content-Type application/pdf > Date Thu, 23 Sep 2004 09:58:45 GMT > Server

RE: Opening fop pdf in Internet Explorer

2004-09-23 Thread Stuart . Yoxall
Hi It cannot be opened on any computer in in the company or on our clients Pc's. This is my header: (Response Status) HTTP/1.0 200 OK Content-Length 122130 Content-Typeapplication/pdf DateThu, 23 Sep 2004 09:58:45 GMT Server Tomcat Web Server/3.3.1 Final ( JSP 1.1; Servlet 2.2 )

Re: Opening fop pdf in Internet Explorer

2004-09-23 Thread Michal Postupalski
[EMAIL PROTECTED] napisał(a): > Hi, > > I have a process that creates a PDF through FOP and stores it in > Documentum (a document management service). When a user wishes to view the > PDF it is streamed back via a servlet into IE, but IE cannot open it and > the user is presented with a blank scree

Re: hyphenation

2004-09-23 Thread Jeremias Maerki
See here: http://xml.apache.org/fop/hyphenation.html http://offo.sourceforge.net/ http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgId=1881555 On 23.09.2004 14:09:34 Anton Packianathan wrote: > how i can activate the hyphenation for geman! Jeremias Maerki

Re: PDF Processors

2004-09-23 Thread Jeremias Maerki
Hi Srini, FOP has nothing to do with XSLT at all. XSLT just happens to be the recommended way to generate XSL-FO which is what FOP is designed to convert to PDF. Packages such as iText, for example, can be used to create PDF by hand, but then you're going from standard to proprietary solutions. Yo

hyphenation

2004-09-23 Thread Anton Packianathan
Hi, how i can activate the hyphenation for geman! Regards! Thava! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

PDF Processors

2004-09-23 Thread Avula, Srini
Hi Do we have any PDF processors without using XSLT. In this GUI Tools world lack of GUI design tools to produce XSLT and some of our team members thinking XSLT is big hassle to design as per their requirement mainly grouping after 3 or 4 levels. Any comments please. Regards Srini Visit our w

Re: Building FOP

2004-09-23 Thread Jeremias Maerki
You have to make sure that the MathML extension from examples/mathml is compiled and added to the classpath. Otherwise, the MathML namespace will not be recognized and processed. On 23.09.2004 01:12:55 Ganesh Babu Nallamothu, Integra-India wrote: > Thank you very much. Now I have build the fop suc

Re: problem in rendering PS image

2004-09-23 Thread Jeremias Maerki
That doesn't work like this. FOP provides limited support for EPS (not PS!) images. An embedded EPS graphic will not show within Acrobat Reader as Acrobat Reader doesn't contain a PostScript interpreter, neither does FOP. Only if you print a PDF to a PostScript printer will an EPS graphic embedded

RE: SPAM-LOW: Building FOP

2004-09-23 Thread Ganesh Babu Nallamothu, Integra-India
Dear John Farrow, Thank you very much. Now I have build the fop successfully. My main aim is to have MathML support in FOP. I have taken the mathml.fo from examples folder and executed the fop command. I got the following error message. Please help me in how to solve this problem and get the math

problem in rendering PS image

2004-09-23 Thread Ganesh Babu Nallamothu, Integra-India
Dear All, I had ps image and it has to be inserted in the PDF which I am going to generate. I have used the following code to insert this graphic. The result is, following error message. Please suggest me how to solve this. I am attaching both fo and ps file. fop helloworld.fo hellow

Opening fop pdf in Internet Explorer

2004-09-23 Thread Stuart . Yoxall
Hi, I have a process that creates a PDF through FOP and stores it in Documentum (a document management service). When a user wishes to view the PDF it is streamed back via a servlet into IE, but IE cannot open it and the user is presented with a blank screen. To get around this we have to send

Re: what are the other output produced by fop using xsl-fo.

2004-09-23 Thread Jeremias Maerki
George, it's all on the website: http://xml.apache.org/fop/output.html If you want to create output to open in MS Word, you should look for RTF, Word HTML or WordML output. JFOR provides RTF output. JFOR has also been integrated into the FOP redesign. There are other tools to create WordML and Wo

Re: Words Search!

2004-09-23 Thread Jeremias Maerki
It's a known bug: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5335 There's a proposed work-around if you follow the closed duplicate bug at the bottom of the above page. I think Victor Mote has fixed the issue in his foray branch: http://foray.sourceforge.net/release.html It's also not fix

Words Search!

2004-09-23 Thread Anton Packianathan
Dear Support Team! When I created a PDF file (FOP02005) and want search after some words which cames in the PDF, I doesn't get any results. But when I copy the Text from the PDF and paste it on the Search value (I get some special signs, when I save the PDF file as a text file I get dots for the

Error with multi-column page

2004-09-23 Thread Pascal Sancho
Hi there, When I try to generate a PDF with the following FO, I get an error: [ERROR] file:/E:/projets/peugeot/blueTeam/fop3/data.fo:12:35 No meaningful layout in block after many attempts. Infinite loop is assumed. Processing halted. I use FOP 0.20.5. If I suppress either a fo:external-grap

Re: Faxing

2004-09-23 Thread Holger Dehnhardt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Neil, have a look at http://sourceforge.net/projects/documentserver/ There I set up a document-server which also has a modul to fax FOP generated documents with HylaFax. Even if the hole Documentserver might be to much for your purposes, you can

Ang: NullPointerException at.org.apache.transformer.TransformerImpl.run

2004-09-23 Thread Johann Mattsson
Ummm Im not sure abut this, but did the rendering actualy produce any pages? The FOP output usualy logs for every page it produces too, in your console output i cant see any of that. /Johann M >>> [EMAIL PROTECTED] 04/09/22 13:49 >>> Hi, I use a Struts Action doing what the FopPrintServlet (fro

Ang: Re: Placing text on bottom of region-body...

2004-09-23 Thread Johann Mattsson
Thanks for the input! footnotes worked just fine for me :-) Regards Johann M >>> [EMAIL PROTECTED] 04/09/21 15:47 >>> On Sep 21, 2004, at 2:33 AM, Johann Mattsson wrote: > Hello all > > I am producing a document which may consists of 1 or more pages of > same type, followed by 0 or more pages o

what are the other output produced by fop using xsl-fo.

2004-09-23 Thread Eldho George
Hi all I created one xsl file for converting a html page into pdf.(Using xsl-fo).It works fine. Here I am producing the formatting object tree using xhtml and my xsl-fo file.I am not storing the fo in Hard disk.I am directly apply it to the driver. I would like to know ,using fop what are the