Re: fop 0.93: postscript page-size+landscape

2007-03-21 Thread Jeremias Maerki
Hmm, it was a problem with the PSRenderer. It didn't generate the right setpagedevice command when auto-rotate-landscape is true. Sorry for the trouble. It is fixed now in SVN (Trunk): http://svn.apache.org/viewvc?view=revrev=520797 On 20.03.2007 10:48:15 Bert Strobbe wrote: Yes, I am using that

Re: Cannot loadfont error

2007-03-21 Thread Jeremias Maerki
On 20.03.2007 17:17:42 haad wrote: I'm trying to run fop-0.93 and I have problem with font embeding. This is java trace when I run fop with -d parameter. snip/ java.lang.RuntimeException: Cannot load font. No font URIs available. snip/ my userconfig.xml file looks like this: ?xml

Re: fop 0.20.5 and chinese pdf

2007-03-21 Thread mahmoudi ould abdel vetah
thank you for your help, but i didn't succed to generate chinese pdf ;( i tried all the fonts mentioned in previous mails, (simsun arialuni) i tried command line with no result to. is there somthing that i have to do to configure chinese language in my PC? perhaps it is a storage problem?

Re: RTF list numbering incorrect

2007-03-21 Thread Adrian Cumiskey
Hi David, Have not tried to reproduce this with 0.92 beta or 0.93. This FO list-block seems to work fine in the trunk. Which RTF viewer are you using to test the results? Adrian. davidl wrote: Hi, I'm using FOP 0.92 beta to convert FO to RTF. I have a numbered list in the FO but list

Re: fop 0.20.5 and chinese pdf

2007-03-21 Thread Chris Bowditch
mahmoudi ould abdel vetah wrote: thank you for your help, but i didn't succed to generate chinese pdf ;( i tried all the fonts mentioned in previous mails, (simsun arialuni) i tried command line with no result to. is there somthing that i have to do to configure chinese language in my PC?

Re: Lines are hiding in AWTViewer perhaps Bug in Java2DRenderer or Java2D itsself

2007-03-21 Thread Cheffe
Me again. Since i didnt get the problem solved. Is it possible to post it as a bug report? If yes how can i do that? Cheffe wrote: Thx Jeremias If anybody is still interested here is the link where the story is going on:

Re: Cannot loadfont error

2007-03-21 Thread haad
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeremias Maerki wrote: On 20.03.2007 17:17:42 haad wrote: I'm trying to run fop-0.93 and I have problem with font embeding. This is java trace when I run fop with -d parameter. snip/ java.lang.RuntimeException: Cannot load font. No font URIs

How to embed fonts

2007-03-21 Thread Robert Soeding
Hi, - As this is my first message here, I'd like to thank you very much for providing and maintaining FOP. - I'm using NFOP 1.1.0, which is translated almost 1:1 from FOP 0.20.5. I would like to embed fonts into the resulting PDF document. Currently, I'm registering fonts to FOP / the PDF

Table cell with fake margins?

2007-03-21 Thread Michael J. Mueller
Hello I am trying to draw borders around table cells and put some space between the borders. Due to the lacking of the margin property in table cells, I'm using a white border for the margin effect. I'm then setting the borders on the fo:block elements to achive the border effect. The result

Re: Table cell with fake margins?

2007-03-21 Thread Vincent Hennebert
Hi, Michael J. Mueller a écrit : Hello I am trying to draw borders around table cells and put some space between the borders. Due to the lacking of the margin property in table cells, I'm using a white border for the margin effect. I'm then setting the borders on the fo:block elements

Re: Lines are hiding in AWTViewer perhaps Bug in Java2DRenderer or Java2D itsself

2007-03-21 Thread Jeremias Maerki
Sure, please start here: http://xmlgraphics.apache.org/fop/bugs.html Please add all information you have gathered so far, so that when someone new looks into it, he doesn't have to start from scratch. On 21.03.2007 12:28:53 Cheffe wrote: Me again. Since i didnt get the problem solved. Is it

Re: How to embed fonts

2007-03-21 Thread Adrian Cumiskey
Hi Robert, Firstly, have you posted a question about this on the NFOP forum (http://sourceforge.net/mailarchive/forum.php?forum_id=12848)? NFOP doesn't appear to be a very active project. This mailing list is really just focused on Apache FOP project's XSL FO implementation. There are

Re: Disproportionate increase in size of PDF when inserting graphics

2007-03-21 Thread Jeremias Maerki
Diane sent me some files off-list, and the discrepancy between the JPEG size and the PDF size is now easily explained: The JPEG images are CMYK JPEGs with an embedded ICC color profile. A 678KB JPEG file contains 480KB worth of color profile data which is duplicated in the PDF. The JPEG is simply

Re: How to embed fonts

2007-03-21 Thread Robert Soeding
Thanks Adrian. NFOP isn't very active, indeed. In October, I sent an email with two patches to their author but didn't receive any response. To date, NFOP isn't capable of using Unicode fonts on Windows. I was asking the FOP mailing list because the code equals 99%. Using any type of Java

Re: How to embed fonts

2007-03-21 Thread Jeremias Maerki
Robert, you obviously need FOP under a .NET environment. Do you know IKVM? http://www.ikvm.net FOP is very near to be compatible with IKVM and Batik is not far behind although the whole graphics stuff may still give a few problems. I've once started to add build code to generate .NET binaries

Re: RTF list numbering incorrect

2007-03-21 Thread davidl
Hi, I'm using Microsoft Word 2002. Many thanks. Adrian Cumiskey wrote: Hi David, Have not tried to reproduce this with 0.92 beta or 0.93. This FO list-block seems to work fine in the trunk. Which RTF viewer are you using to test the results? Adrian. davidl wrote: Hi, I'm