RE: Newbie questions ...

2002-06-18 Thread mike . witt
I'll give it a try, the FopServlet.java comments say to use 2.0.0 though, thanks! -Original Message- From: Kumar, Sunil [mailto:[EMAIL PROTECTED] Sent: Monday, June 17, 2002 4:28 PM To: [EMAIL PROTECTED] Subject: RE: Newbie questions ... use xalann-3.1.x jar file -Original

Multi-Level list

2002-06-18 Thread @Basebeans.com
Subject: Multi-Level list From: Owen Thomas [EMAIL PROTECTED] === I have an xml file that will contain a list and each list item can contain sub items So the HTML page will need to look something like 1 Section A 1.1 Sub section 1.2 Sub section 1.2.1 Sub Sub section

Re: barcodes

2002-06-18 Thread Eric Smith
According to [EMAIL PROTECTED] on Mon, Jun 17, 2002 at 11:03:19PM +0200: Hi, I am using IdAutomation API (There also exists JBarCodeBean) in order to produce (code128) barcode images (either as GIF or JPEG format). The API I propose you use something like the perl module Code128.pm for

embed static pdf?

2002-06-18 Thread Keith Sauvant
Hi Group, is there a possibility to embed static pdf-documents in the dynamically generated pdf using fop? Thanks in advace -- Keith Sauvant Aspera OHG Dennewartstr. 25-27, D-52068 Aachen Telefon : +49-241-963-1221 Fax : +49-241-963-1229 eMail : [EMAIL PROTECTED]

Re: embed static pdf?

2002-06-18 Thread Jochen . Maes
i haven't done that yet with FOP, because i couldn't find a way... if you are welcoming all possibilities, try iText... Jochen Maes ICT Development KBC Securities (kbcsecurities.com) Havenlaan 12 Avenue du Port SIF 8683 B-1080 Brussels Belgium Tel

Re: RedHat 7.3, JBoss-2.4.4-tomcat-4.0.1 - embedded FOP not working

2002-06-18 Thread Simon . Godden
This has driven me crazy, but I eventually found out that the problem is the Crimson parser! I don't know why, but Crimson goes wrong on RedHat 7.3. If I explicitly set the XMLReader to org.apache.xerces.parsers.SAXParser, then it works. [EMAIL PROTECTED] on 17/06/2002 15:52:49 Please

Re: RedHat 7.3, JBoss-2.4.4-tomcat-4.0.1 - embedded FOP not working

2002-06-18 Thread Jochen . Maes
thank you for the update, i'll try to remember that one :D Jochen Maes ICT Development KBC Securities (kbcsecurities.com) Havenlaan 12 Avenue du Port SIF 8683 B-1080 Brussels Belgium Tel: +32 2 429 96 81

Re: barcodes

2002-06-18 Thread pascal.munerot
According to [EMAIL PROTECTED] on Mon, Jun 17, 2002 at 11:03:19PM +0200: Hi, I am using IdAutomation API (There also exists JBarCodeBean) in order to produce (code128) barcode images (either as GIF or JPEG format). The API I propose you use something like the perl module Code128.pm

RE: tiff problem

2002-06-18 Thread Bill Collins
Thanks for the response. The problem was I'm using 0.20.3 wich doesn't have jimi installed (I guess I should have read the release notes...) I downloaded jimi and built fop and now it works fine. Thanks, Bill -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Monday,

-unsubscribe

2002-06-18 Thread Jens Posingies
-unsubscribe

RE: PNG with FOP

2002-06-18 Thread Bill Collins
You cannot just add jimi to the lib you must add it and recompile fop. Be sure to add it in the build file as well. I went though the same issue yesterday (with tiff images) and this method fixed my problem. -Bill Collins -Original Message- From: Vikram Verma [mailto:[EMAIL PROTECTED]

setBufferFile

2002-06-18 Thread Steve Johnson
Anyone having trouble with the Driver.setBufferFile( java.io.File ) method? It seems to create the file, but it is always 0 bytes, and doesn't appear to be used in any way. Thanks, Steve Johnson

Re: Configuring Portrait/landscape from PSRenderer

2002-06-18 Thread Jeremias Maerki
Is it possible to do the same thing with pdf? Yes, it is, if someone's going to implement it. Another question is if it makes sense to do this, or better: is it really necessary? I haven't investigated that, yet. I'm printing in portrait mode usually... I wonder what you're trying to do. AFAIK

The newbie questions continue ...

2002-06-18 Thread mike . witt
Thanks for the answers to my previous questions. I've gotten past my earlier errors and now have a new set of problems. I have created a HelloWorld xml file and a xsl file and attempted to use FopServlet to display it in pdf. Unfortunately it only displays a blank pdf page. So, I downloaded

RE: DOM or SAX?

2002-06-18 Thread Argyn Kuketayev
u were right, Saxon wasn't any faster with my PDF generation. -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Monday, June 17, 2002 6:52 PM To: [EMAIL PROTECTED] Subject: Re: DOM or SAX? Argyn Kuketayev wrote: Are you sure the parser is the bottleneck?

Re: The newbie questions continue ...

2002-06-18 Thread Oleg Tkachenko
[EMAIL PROTECTED] wrote: I have created a HelloWorld xml file and a xsl file and attempted to use FopServlet to display it in pdf. Unfortunately it only displays a blank pdf page. Probably something wrong with servlet's parameters? Show us how do you invoke servlet. Make sure servlat is able to

RE: DOM or SAX?

2002-06-18 Thread Ryan.Asleson
u were right, Saxon wasn't any faster with my PDF generation. Easy or not, the time spent on replacing the parser is most likely wasted. Just as an FYI to anybody interested, the version of the parser does seem to make a difference. I was using Xalan 2.1.0 as the SAX parser, and as the

RE: The newbie questions continue ...

2002-06-18 Thread Kumar, Sunil
I was able to create a pdf file in a servlet using fop successfully but when i set content type to application/pdf and write the pdf content to response object the pdf doesn't show up in the browser ( instead an empty page is shown) -Original Message- From: Oleg Tkachenko [mailto:[EMAIL

Re: fop build questions...newbie.

2002-06-18 Thread Oleg Tkachenko
Carter, Will wrote: 1. I just downloaded fop-0.20.3-src.tar.gz and unzipped it into a dir called c:\fopsrc. 2. When I execute build.bat at my command line, it starts chugging away but then gets the following compiling error. [javac] Compiling 720 source files to

Re: The newbie questions continue ...

2002-06-18 Thread Oleg Tkachenko
That can be something wrong in code (show us what have you changed in FopServlet) or just usual IE bug (see http://marc.theaimsgroup.com/?l=fop-userm=102084375612518w=2). Kumar, Sunil wrote: I was able to create a pdf file in a servlet using fop successfully but when i set content type to

RE: The newbie questions continue ...

2002-06-18 Thread Kumar, Sunil
given below is the code from my servlet class pdfFilePath is the pdf file name (path) responseContent = FileUtil.contentsOfFileAsString(pdfFilePath); response.setContentType(application/pdf);

RE: The newbie questions continue ...

2002-06-18 Thread Jeff_Mitchell
Mike- This looks like the problem IE has with getting nonstandard files straight from a script. Nonstandard is a bad term, but I had this same problem with an ASP that created .m3u files for Winamp. When I hit the page with IE, it wouldn't handle the .m3u until I changed the name of the page

RE: fop build questions...newbie.

2002-06-18 Thread Carter, Will
jdk 1.3 worked...thanks. I was able to rebuild fop.jar and it reflected changes made in driver.java will -Original Message- From: Oleg Tkachenko [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 18, 2002 1:49 PM To: [EMAIL PROTECTED] Subject: Re: fop build questions...newbie. Carter, Will

RE: The newbie questions continue ...

2002-06-18 Thread mike . witt
Thanks for pointing this out! I put the dummy=.pdf on my URL and it worked. Question though, why does the fo test always seem to work and the xml/xsl test never work? Mike -Original Message- From: Oleg Tkachenko [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 18, 2002 2:54 PM To: [EMAIL

Re: DOM or SAX?

2002-06-18 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: Just as an FYI to anybody interested, the version of the parser does seem to make a difference. I was using Xalan 2.1.0 as the SAX parser, and as the size of the XML increased, the average rendering time per page using FOP increased. When I switched to Xalan 2.3.1, the

Re: Why is there a margin at the top?

2002-06-18 Thread J.Pietschmann
Vollmer, Thomas - CannonSA wrote: I'm using FOP 0.20.3 to create PDF from SVG and I'm encountering a problem with an unexpected margin at the top of the PDF page. ... I'm new to XSL-FO so I might be overlooking something here. Or is this a FOP bug? I'd say it's a bug. J.Pietschmann

Re: setBufferFile

2002-06-18 Thread J.Pietschmann
Steve Johnson wrote: Anyone having trouble with the Driver.setBufferFile( java.io.File ) method? It seems to create the file, but it is always 0 bytes, and doesn't appear to be used in any way. The functionality indeed appears to have been removed. The buffer file was used to store text. The

Re: The newbie questions continue ...

2002-06-18 Thread J.Pietschmann
Kumar, Sunil wrote: I was able to create a pdf file in a servlet using fop successfully but when i set content type to application/pdf and write the pdf content to response object the pdf doesn't show up in the browser ( instead an empty page is shown) A blank IEx window usually indicates that the

Re: embed static pdf?

2002-06-18 Thread @Basebeans.com
Subject: Re: embed static pdf? From: Wim Sandra [EMAIL PROTECTED] === Be careful with iText because it does not copy the whole pdf. For instance, bookmarks/outlines (generated with the fop fox-extensions) are not copied when one processes a pdf file with iText. see

Re: Using FOP on a ASP.NET server to convert FO to PDF

2002-06-18 Thread @Basebeans.com
Subject: Re: Using FOP on a ASP.NET server to convert FO to PDF From: Wim Sandra [EMAIL PROTECTED] === I've integrated FOP in a ASP.NET server by implementing a COM component. The COM components export a very simple interface with a method that takes some XML data, a XSL-FO stylesheet and writes

Re: The newbie questions continue ...

2002-06-18 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: Thanks for pointing this out! I put the dummy=.pdf on my URL and it worked. Question though, why does the fo test always seem to work and the xml/xsl test never work? That's easy: http://localhost:8080/fop?xml=xsl ends in .xsl, which is most probably a registered

Re: Multi-Level list

2002-06-18 Thread J.Pietschmann
FOP Newsgroup (@Basebeans.com) wrote: The fo:list-block has the attributes start-indent and end-indent on the list-item-label and list-item-body so is there any way to specify the amount of indent dependant on an attribute. You are generating the FO with XSLT? Try something like fo:list-block

Fop Servlet Problems

2002-06-18 Thread gary cor
Dear All, I am up and running with my first ever servlets in Tomcat4.03 (although they only run in the examples folder). So, I put all five of the latest version of the jar files as instructed in FOP servlets into the lib directory ( avalon-framework-4.1.2.jar batik-all-1.5b1.jar