Limit generation to the first page

2005-02-04 Thread Eric Smith
Is it possible to instruct fop to generate only the first page of the pdf? Thanks -- Eric Smith - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

logging and line numbers of errors

2003-02-17 Thread Eric Smith
I find it frustrating not being informed of line numbers where fop finds an error. I get the stack trace but no useful indication of where to find the error. Is this a known deficiency or am I missing something? fop 0204 -- Eric Smith

dynamic sizing of label-end() body-start()

2002-11-10 Thread Eric Smith
I cannot see in the docs how to have the label size automatcally set by the width of the label. I am using with level="multiple". Accordingly the label may be 1. or 1.4 or 1.4.2.7 or whatever. Anyone know how to do this? -- Eric Smith

rotated text in svg

2002-06-23 Thread Eric Smith
Is this supported in fop/batik? I don't seem to get it to work with ver 0.20.1 although rendering the svg in a browser does show rotated text. -- Eric Smith

Re: barcodes

2002-06-18 Thread Eric Smith
e Code128.pm for the algorithm and then from the generated numbers it is real easy to generate svg or fo for the bar code itself. If you need help you may let me know off list. -- Eric Smith

Re: render only page n

2002-06-16 Thread Eric Smith
2 Luzern > Tel. +41 41 317 2020 - Fax +41 41 317 2029 > Internet http://www.outline.ch -- Eric Smith

Logging

2002-06-14 Thread Eric Smith
-- Eric Smith

render only page n

2002-06-12 Thread Eric Smith
Is it possible to tell fop to render only page n? Without having to put explicit tags in the source of course. thanx -- Eric Smith

Passing XSLT parameters to FOP (old topic I know)

2002-05-21 Thread Eric Smith
Is there a way of passing XSLT parameter values on the FOP command line? fop -xml sj.xml -xsl sj.xsl -pdf sj.pdf param1=value1 param2=value2 ... -- Eric Smith

first page must have no page number

2002-05-08 Thread Eric Smith
I tried implementing this with two page-master's but failed- could someone please pass me the code to implement this. thanx -- Eric Smith

rendering xml escape characters in svg

2002-04-24 Thread Eric Smith
Is there a way to get xml escaped characters to render in svg's? All my xml escapes of foreign language chars in svg's render as literal question marks. (The same escapes render fine when in xsl:fo). help ... -- Eric Smith

embedding fonts angst

2002-04-06 Thread Eric Smith
E2732Arial'. Some characters may not display or print correctly. " On both linux and win. And indeed these fonts do not print out. Could it be a fop/batik version issue? Any solutions? Thanx -- Eric Smith

sizing graphic to automatically fit available spac

2002-04-06 Thread Eric Smith
e Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i I cannot get this to work with fop:

adding font metric files

2002-03-25 Thread Eric Smith
I am using a number of font metric files that I found and am using standard windows (and startoffice) ttf files in current dir and have this in userconfig.xml: When I use -c userconfig.xml, I always get the same default Times-Roman font however. What could be the problem?

Re: adding a newline in a block

2001-11-05 Thread Eric Smith
t; newlines > here. > > FOP will NOT collapse the whitespace, and leave the linebreaks to appear in > the PDF. It works! Just the kind of thing I am looking for - thanx - hope it works in jfor the fo2rtf processor I use. -- Eric Smith - currently xalan and fop on linux

adding a newline in a block

2001-10-31 Thread Eric Smith
block in the fo output and this worked, but some fo processors don't like it and I believe that what I do breaks some rules, what is the simplest / best way to have a visible newline (or two) in the output, without creating another ? thanx -- Eric Smith - currently xalan and fop on linux

keep-with and tables

2001-10-30 Thread Eric Smith
, its no problem. If what i say is true, then I will have to implement rather messy conditionals based on which output file-type I am targeting. -- Eric Smith - currently xalan and fop on linux

keep-together

2001-10-29 Thread Eric Smith
This is a simplified explanation of the keep-together and widows and orphans issue but I would like to start by getting something simple to work. -- Eric Smith - currently xalan and fop on linux