Re: PS Renderer patch

2002-06-10 Thread Jeremias Maerki
Thanks! I'll look at it, although I've already fixed image positioning in the meantime. I hope I can get the code in this evening. > yes, I have activated "shrink oversized paper to paper size" and > "auto-rotate and center pages" checkboxes in Acrobat reader. This is a = > cause > of diffrent la

RE: PS Renderer patch

2002-06-10 Thread Huikang Xu
eArea method and get that work. Attached is a new PSRenderer source code(based on fop0.20.3). Regards, Huikang -Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED]] Sent: Monday, 10 June, 2002 6:23 PM To: [EMAIL PROTECTED] Subject: Re: PS Renderer patch Hi Huikang I had to

Re: PS Renderer patch

2002-06-09 Thread Jeremias Maerki
Hi Huikang I had to work with the plain java file you posted instead of the diff, because the diff seems to be made against the CVS HEAD branch instead of the maintenance branch. Anyway, using another differ I was able to extract your changes. It's still in the works, amoung other things I'm curr

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-

RE: PS Renderer patch

2002-05-26 Thread Huikang Xu
h Fop-0.20.3 but not current CVS. Regards. Huikang -Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED]] Sent: Thursday, 23 May, 2002 5:48 PM To: [EMAIL PROTECTED] Subject: Re: PS Renderer patch Sure, that's great. All you have to do is make your changes against the c

RE: PS Renderer patch

2002-05-26 Thread Huikang Xu
hough we noted that the size of border and table in PDF file is smaller than it should be. Regards. Huikang -Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED]] Sent: Thursday, 23 May, 2002 5:48 PM To: [EMAIL PROTECTED] Subject: Re: PS Renderer patch Sure, that's

Re: PS Renderer patch

2002-05-22 Thread Jeremias Maerki
Sure, that's great. All you have to do is make your changes against the current CVS, create a unified diff with CVS and send it to this list or create a new bugzilla entry with the diff as attachment. We will then see to include it as fast as possible. See here for more information: http://xml.ap

RE: PS Renderer patch

2002-05-22 Thread Huikang Xu
Hi We are using FOP to generate PostScript and PDF file by XSL. It works fine. But we also found a little minor difference compare ps to pdf, such as, the position and size of border, table and font, the vertical position of image. You can test that with docs/examples/fo/border.fo by printing th