RE: Conversion from 0.23 to 1.00

2011-09-16 Thread Theresa Jayne Forster
I found the problem, whilst 0.23 does not moan when you set the content-width=123mm apparently in 0.95 and above, You have to have it set to auto-scale otherwise it will just appear as full size.. Oh well.. Maybe the rescaling will work better - and what if you want to crop it? Kindest

Apache FOP XML to PDF problem with CJK Unified Ideographs Extension B character

2011-09-16 Thread BRUCE Y L LEE
Hi I would like to transform XML to PDF using Apache FOP. CJK Unified Ideographs Extension B characters is included in the XML (e.g. #x2;), I had add the font Simsun (Founder Extended) for Apache FOP but it cannot render the CJK Unified Ideographs Extension B characters, please help.

running fop tests (Re: Building fop from source using qdox 1.11)

2011-09-16 Thread Mathieu Malaterre
Hi Simon, On Mon, Aug 29, 2011 at 1:37 PM, Simon Pepping spepp...@leverkruid.eu wrote: It would be good if alternative builds of fop would run a number of our junit tests. The fop team should look into this to formulate a recommendation. AFAIK running fop tests simply involved running the

RE: Conversion from 0.23 to 1.00

2011-09-16 Thread Eric Douglas
Try some sort of wrapper (tag within a tag)? I never got FOP to properly find external images so I'm currently only using inline SVG for images but it has size and positioning on multiple tag levels (if that helps?). fo:block xsl:attribute name=line-height1/xsl:attribute xsl:attribute

Re: Norwegian hyphenation rules

2011-09-16 Thread Lars Bjørndal
Hi, Simon! You wrote: Yes, I realized that FOP_HYPHENATION_PATH is used in debian and ubuntu, and in fop's own startup script, and apparently not in fedora. Does the fedora script have no option to add the path to the hyphenation jar file, other than modifying the script? It works while

Re: Conversion from 0.23 to 1.00

2011-09-16 Thread Pascal Sancho
Hi Theresa, one way to crop an image is to carry it within a svg snippet: fo:instream-foreign-object width=100% height=100% content-width=scale-to-fit content-height=scale-to-fit svg xmlns=http://www.w3.org/2000/svg; xmlns:xlink=http://www.w3.org/1999/xlink; width=50mm

Re: Producing PDF from subset of IF file pages

2011-09-16 Thread jeanyo
Just FYI, I created an issue for the NullPointerException: https://issues.apache.org/bugzilla/show_bug.cgi?id=51836 -- View this message in context: http://old.nabble.com/Producing-PDF-from-subset-of-IF-file-%3Cpage%3Es-tp32463958p32479591.html Sent from the FOP - Users mailing list archive at

Re: PCL duplex

2011-09-16 Thread Everson
Hi, I'm generating PCL files with XML and XSL files using FOP-1.0 in Java. Using PCLRenderer: Fop fop = fopFactory.newFop (MimeConstants.MIME_PCL,) It's good. Now, I need to insert more PCL commands? For example, commands to choose the form that should be used, running macros and other