Re: Running Prefligh PDF tools on PDF files produced by FOP

2002-05-28 Thread Christian Geisert
Matthew Brook O'Donnell schrieb: > I've found that FOP 0.20.1 and 0.20.2 produce PDFs that do not > cause a 'fatal PDF error' in PitStop, even without the modification > of (_data.size() + 1) to _data.size() in the PDFStream class that Hansuli > proposed. > > However, I haven't been able to produ

Re: C# Version of FOP

2002-05-28 Thread David B. Bitton
Please provide a link to your company's site so we can sample the ported code. Thanks. -- David B. Bitton [EMAIL PROTECTED] www.codenoevil.com Code Made Fresh DailyT - Original Message - From: "Mark Griffiths" <[EMAIL PROTECTED]> To: "Fop-Dev" <[EMAIL PROTECTED]> Sent: Monday, May 27, 2

Build problems Could not read filters from file:

2002-05-28 Thread Elliotte Rusty Harold
I'm trying to compile FOP 0.20.3 to add PMG support through JIMI. However, all builds keep dying like this: BUILD FAILED J:\fop-0.20.3\build.xml:293: Could not read filters from file: J:\fop-0.20.3\build\src\codegen\filter This is not just regular bulds but build clean and so forht too. Any

Re: Build problems Could not read filters from file:

2002-05-28 Thread Christian Geisert
Elliotte Rusty Harold schrieb: > I'm trying to compile FOP 0.20.3 to add PMG support through JIMI. > However, all builds keep dying like this: > > BUILD FAILED > > J:\fop-0.20.3\build.xml:293: Could not read filters from file: > J:\fop-0.20.3\build\src\codegen\filter > > This is not just regu

AW: AW: PS Renderer patch

2002-05-28 Thread J.U. Anderegg
Jeremias Maerki wrote: I wonder. What exactly would you like to tell us with this mail? I don't get it. > The coordinates x/y have to be defined: outer, inner, center of the border > line? How does a renderer programmer know what coordinate parameters stand for exactly? Most likely he will prin

AW: Running Prefligh PDF tools on PDF files produced by FOP

2002-05-28 Thread J.U. Anderegg
Matthew Brook O'Donnell schrieb: >> >> cause a 'fatal PDF error' in PitStop, even without the modification >> of (_data.size() + 1) to _data.size() in the PDFStream class that Hansuli >> proposed. >> >> However, I haven't been able to produce PDF that pass with 0.20.3 (even with >> the proposed pa

RE: Running Prefligh PDF tools on PDF files produced by FOP

2002-05-28 Thread Jim Urban
We are planning to move to FOP .20.3. Is there a version with the fixes in it to solve all these problems? Jim Urban - [EMAIL PROTECTED] Park City Solutions Inc. Clinical Connectivity Suite Product Manager Suite 295 500 Park Blvd. Itasca, IL 60143 Voice: (630) 250-3045 x106 Fax: (630) 250-30

RE: PS Renderer patch

2002-05-28 Thread Huikang Xu
The coordinate x/y is defined in AbstractRenderer and PSRenderer use this coordinate when render a line or image. Actually, I shrink whole page and relocate it, adjust the image y position. BTW, I worked with fop-0.20.3 source file not the current CVS version. Huikang -Original Message-