Q: Progress of implementing new features?

2002-05-10 Thread fop user
Hi, can someone tell me what the progress is in the implementation of features since the release of FOP0.20.3? Tnx in advance.

incorporating static pdf pages?

2002-05-10 Thread Michelle Popovits
Is it possible in xsl-fo when generating a dynamic pdf to add static pdf pages that are contained in a separate pdf file into the final pdf? For example, 2 pages from a pdf file at start of document + dynamically generated xsl-fo + 2 pages from pdf file at end of document TIA, Michelle

Re: what are the other third party softwares needed ?

2002-05-10 Thread Ralf Steppacher
Yes, this list would not be half that usefull without his contributions. Ralf Peter B. West wrote: Seconded. Peter [EMAIL PROTECTED] wrote: P.S: A special thanks to J.Pietschmann for all his time and help with various topics.

Re: Page Numbering when using multiple fo:page-squence tags

2002-05-10 Thread J.Pietschmann
Abhijat Upadhyay wrote: if i am using mutiple page sequence (these are generated thru an iterator like using xsl:for-each tag, phisically there's just one fo:page-sequence tag)... then i am not able to show Page X of Y correctly in my page... could someone give a solution for this There is

HTM Sevlet

2002-05-10 Thread Balaji Loganathan
Hi, I tried FopServlet example and its works fine for PDF. Is it possible to do the same for HTML that is http://servername/servlet/FopServlet?xml=data.xmlxsl=format.xsldummy=test.html ,I tried to change the code of FopServlet like .. response.setContentType(text/html); Driver driver = new

FOP Scalability

2002-05-10 Thread Chris . Brown
* This email and any files transmitted with it are intended solely for the use of the individual or entity to whom they are addressed. * I

RE: FOP Scalability

2002-05-10 Thread Chris . Brown
Title: RE: FOP Scalability * This email and any files transmitted with it are intended solely for the use of the individual or entity to whom they are addressed.

Re: FOP Scalability

2002-05-10 Thread Jeremias Maerki
I've never really done this for real, but I think I'd do it like this: On the first HTTP-Request, the job gets sent on the JMS queue. The user receives a Please wait.. page with an automatic refresh and and ID that will be returned to the server upon refresh. Use the ID in a message selector to

Re: HTM Sevlet

2002-05-10 Thread Balaji Loganathan
Thanks for your reply,I never tried Cocoon,will try it. Regards Balaji. --- Alex McLintock [EMAIL PROTECTED] wrote: Hello, I'm not sure what you are asking but I think you ought to investigate Cocoon. Cocoon is a general purpose web application (ie servlet :-) which uses Apache XML and

RE: HTM Sevlet

2002-05-10 Thread Michelle Popovits
Another option, if you are using jakarta struts framework, is using stxx, which is an extension to struts in which the front end can be rendered using xml/xsl/xsl-fo instead of jsp (or either). http://www.oroad.com/opencode/ -Original Message- From: Alex McLintock [mailto:[EMAIL

Re: incorporating static pdf pages?

2002-05-10 Thread J.Pietschmann
Michelle Popovits wrote: Is it possible in xsl-fo when generating a dynamic pdf to add static pdf pages that are contained in a separate pdf file into the final pdf? FOP is primarily a program to format XSLFO into other formats, like PDF. It is not meant to be a more general PDF processor. The

Re: step-by-step instructions how to print Chinese in PDF?

2002-05-10 Thread J.Pietschmann
Argyn Kuketayev wrote: I don't see anything about Chinese letters in font metrics xml files. Btw, I don't speak Chinese :) I can't change locale or regional settings on the PC due to deployment restrictions. What glyphs are for Chinese? I'm using UTF-8 encoding. You are supposed to try a *bit*

Re: step-by-step instructions how to print Chinese in PDF?

2002-05-10 Thread Balaji Loganathan
Nice reply :) --- J.Pietschmann [EMAIL PROTECTED] wrote: Argyn Kuketayev wrote: I don't see anything about Chinese letters in font metrics xml files. Btw, I don't speak Chinese :) I can't change locale or regional settings on the PC due to deployment restrictions. What glyphs are

RE: Page X of Y Problem

2002-05-10 Thread Neeru . Bhardwaj
Hi Abhijat, Here's the code and xsl. I am using the example servlet code. Thanks -Neeru (See attached file: test-fod.xsl)(See attached file: ServletCreatePdf.java)

Re: what are the other third party softwares needed ?

2002-05-10 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: To Run the FOP and see the output in PDF through IE or Netscape browser. Jar files from FOP lib directory, Adobe Acrobat Reader(is read only O.K, and which version?), R/O is OK (this means the Reader provided at no cost). Version 4 is recommended. Plugins for IE and

Re: Page X of Y Problem

2002-05-10 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: I am using FOP 0.20.3 for converting xml to pdf. When I am running the java code locally in Visual age I don't get any errors, but when I try to run it as servlet I get the Root element must be root, not none. // driver.render(input.getParser(),

org.xml.sax.Attributes: method getQName(I)Ljava/lang/String; not found

2002-05-10 Thread Lee, James
Hi All, I am new to FOP and trying to run the simple FopServlet in WebSphere Application Server 3.5. I can compile the FopServlet no problem and copy all the lib jar files like fop.jar; xerces-1.2.3.jar; xalan-2.0.0.jar; xalanj1compat.jar; avalon-framework-4.0.jar; logkit-1.0.jar; bsf.jar into

Re: HTM Sevlet

2002-05-10 Thread J.Pietschmann
Balaji Loganathan wrote: Is it possible to do the same for HTML that is http://servername/servlet/FopServlet?xml=data.xmlxsl=format.xsldummy=test.html ,I tried to change the code of FopServlet like .. response.setContentType(text/html); Driver driver = new Driver(foFile, out);

Re: org.xml.sax.Attributes: method getQName(I)Ljava/lang/String; not found

2002-05-10 Thread J.Pietschmann
Lee, James wrote: I am new to FOP and trying to run the simple FopServlet in WebSphere Application Server 3.5. I can compile the FopServlet no problem and copy all the lib jar files like fop.jar; xerces-1.2.3.jar; xalan-2.0.0.jar; xalanj1compat.jar; avalon-framework-4.0.jar; logkit-1.0.jar;

Re: fop-0.20.3 Don't know what to do with error

2002-05-10 Thread J.Pietschmann
DuCharme, Bob (LNG) wrote: C:\tempjava TestC red green blue 72 65 64 67 72 65 65 6E 62 6C 75 65 Odd. Did you try to call the same java command as in the .bat file directly on the command line? It could be some issue with the .bat file. Is there some interference from some other Java executable

RE: step-by-step instructions how to print Chinese in PDF?

2002-05-10 Thread Argyn Kuketayev
I'm using Cocoon 2.0.1. here's what I put inside my userconfig.xml font metrics-file=c:\fop-0.20.3\msminch.xml font-triplet name=Arial style=normal weight=normal / font-triplet name=Arial style=normal weight=bold / font-triplet name=Arial style=italic weight=normal / font-triplet

Re: step-by-step instructions how to print Chinese in PDF?

2002-05-10 Thread J.Pietschmann
Argyn Kuketayev wrote: it's msmincho.ttc. I ran ttfreader, it generated me the HUGE xml file ~400k. How should I extract the only required fonts? You don't. Chinese fonts are huge. You should already be aware of that. I don't specify any fonts explicitely inside my FO file, only font family