Re: Type 1 Custom Fonts problems in Postscript

2009-03-16 Thread craigb321
I have used FOP Trunk as opposed to version 0.95, and all the custom fonts I have tried so far work fine with no need for PRMReader as you said. Thanks for your help ! Jeremias Maerki-2 wrote: On 12.03.2009 15:47:24 craigb321 wrote: Hi, I am trying to produce PDF and postscript

Re: FOP Default Fonts

2009-03-16 Thread Chris Bowditch
Bernmeister wrote: Hi, From the FOP documentation, I know there are the Base-14 Fonts which are available for PDF output. Is there a way in Java to get this list of fonts (font-family, font-weight font-style)? I've scoured through the FOP Javadoc but can't seem to locate any method such

RE: Dynamically replace argument for 'if' test

2009-03-16 Thread Amick, Eric
You are also confused about the difference between XSLT instructions and output elements and attributes. The curly braces are needed in literal output attributes, because otherwise the processor will just output $foo literally. In an XSLT instruction, such as xsl:if, the values are presumed to

Unable to catch transformer Exception

2009-03-16 Thread Frank Niedermann
Hi, I get a planned Exception while invoking transformer.transform. Unfortunately I can not catch this Exception. This is the code: try { // construct fop with desired output format Fop fop = fopFactory.newFop(type, foUserAgent, out);

fo column-count=2 column-gap=0.8cm

2009-03-16 Thread fabio
Hi, I have the following question. Is possible that the last page has the same number of rows in each column and not as in the example attached? Best Regards Fabio http://www.nabble.com/file/p22539579/columns.fo columns.fo http://www.nabble.com/file/p22539579/columns.pdf columns.pdf -- View

RE: fo column-count=2 column-gap=0.8cm

2009-03-16 Thread Amick, Eric
The easiest way by far is to have your FO include a final empty block that spans all the columns: fo:block span=all / That starts a new span-reference-area, to use FO jargon, and the previous reference area's columns are automatically adjusted to be as equal in size as possible. Eric Amick

Grayscale and PCL-Output

2009-03-16 Thread Ing. Manfred Pock
Hello, i need for the PCL-output format the possibility to print grayscale images (svg, and so one) and different backgroundcolours in tables. Is there a way to implement this and if it is required i can to it by my self, but i don't know how. Can anybody help me with this problem. best

RE: fo column-count=2 column-gap=0.8cm

2009-03-16 Thread fabio
Hi Eric, your suggestion works perfectly. Many many thanks Fabio Amick, Eric wrote: The easiest way by far is to have your FO include a final empty block that spans all the columns: fo:block span=all / That starts a new span-reference-area, to use FO jargon, and the previous

Re: Renderer problem in FOP

2009-03-16 Thread Andreas Delmelle
On 16 Mar 2009, at 05:48, Mohamed Abdul Khader Jailani wrote: Hi snip / But I get a different problem like as shown below : java.lang.StackOverflowError java.lang.StringBuffer.init(StringBuffer.java:105) org .apache.fop.fo.properties.PercentLength.toString(PercentLength.java: 121) Kindly

Re: Unable to catch transformer Exception

2009-03-16 Thread Andreas Delmelle
On 16 Mar 2009, at 14:16, Frank Niedermann wrote: Hi I get a planned Exception while invoking transformer.transform. Unfortunately I can not catch this Exception. This is the code: snip / Altough transformer.transform() has an Exception, I never get the System.err message. Instead I only get

Re: Numbering according to attribute

2009-03-16 Thread Andreas Delmelle
On 15 Mar 2009, at 10:49, Maria2009 wrote: Hi Maria Thanks, for the quick and helpful response. That was the case -- the two elements hold text in different scripts, and the small space obviously does not exist the Japanese font. OK. If I remember correctly, for other types of spaces, we

Re: Unable to catch transformer Exception

2009-03-16 Thread Frank Niedermann
Hi Andreas, Andreas Delmelle-2 wrote: I get a planned Exception while invoking transformer.transform. Unfortunately I can not catch this Exception. For FOP 0.95, I don't think it is possible to 'catch' the Exception, since it is never thrown. The Barcode4J extension causes an