Re: servlet called twice and subsequence error

2002-06-08 Thread Peter B. West
Louis, To elaborate on this a bit. You have a page-master with some inherent limit on the number of pages it can produce. A page-sequence can refer, via master-reference, to either a simple-page-master or a page-sequence-master. The spec has, at 6.4.1.3 Page Generation: "Each fo:page-sequence r

Problem with not stroking SVG text (AND BUG IN FOP 0.20.3)

2002-06-08 Thread Vollmer, Thomas - CannonSA
Hi all, I am trying to get FOP (0.20.3) to not stroke text when converting SVG to PDF. I've tried everything and can't get it to work. Here's the code I'm using to convert SVG to PDF: --- PDFTranscoder pdfTranscoder = new PDFTranscoder(); // Insertion Point (see below) try { FileInputStre

RE: Landscape Layout

2002-06-08 Thread sanjib . das
hi Patrick, i donot this so there is any option for it. But u can do one thing increase ur page width and decrease ur page hight as per ur requirement. Regards Sanjib Ku. Das (080) 5597600 -3868 **it's impossible to judge your talent until and unless you exercise it. **Believe in a

Re: Problem with image resolution in FOP

2002-06-08 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: Hi, Do you know if it is possible to generate SVG from a bitmapped graphic (GIF or JPEG. The API i use does not generate SVG unfortunately). I shall give a try at SVG (if I can embed or convert the barcode image). Oops, I got the impression you generated your barcodes as SV

embedded fop...show progress?

2002-06-08 Thread Carter, Will
Hi, I am using fop in a servlet. Has anyone ever come up with a way to report back to the browser where it's at in the converting process from an fo file to a to pdf? when I run fop at my command line in debug mode, it reports along the way when a page is completes. Anybody know how I could get

Re: embedded fop...show progress?

2002-06-08 Thread J.Pietschmann
Carter, Will wrote: I am using fop in a servlet. Has anyone ever come up with a way to report back to the browser where it's at in the converting process from an fo file to a to pdf? I haven't tried personally but you can try various approaches. One could be to send back a text/html and redirect t