Re: SVG images are clipped

2006-05-02 Thread Jeremias Maerki
What you can check is if the SVG contains a viewBox. If it does not it is most likely your problem. SVGs without a viewbox depend on the resolution setting of the viewer to determine the intrinsic size of the image. This calls for trouble. FOP defaults to 72dpi. You may need to set it to 96dpi: 96

SVG images are clipped

2006-05-02 Thread Ralf Schmelter
Hi, I have a problem embedding SVG images using FOP (version 0.92beta). The images are always clipped at the right and the bottom. The .fo file was created via Docbook (4.2) with the 1.69.1 xsl stylesheets using saxon. The SVG images itself were created using Inkscape V0.43. When I convert the

Re: problem

2006-05-02 Thread kralik
Oops, strange specification :-( It's hard for users, whose mother tongue is other than english. Hyphenation of czech language is OK, but when I need to write some english words in a longer paragraph, I can't change hyphenation pattern :-( -- View this message in context: http://www.nabble.com/%3C

Re: problem

2006-05-02 Thread Simon Pepping
On Tue, May 02, 2006 at 09:58:16AM -0700, kralik wrote: > > I am using FopTrunk for processing PDF. > I am trying to stop hyphenation localy with ... > FreeBSD, Solaris, Windows, Linux, ... > But without succes. Word Fre- > eBSD looks terribly. > > Else I am using hyphenation-remain-character-co

problem

2006-05-02 Thread kralik
I am using FopTrunk for processing PDF. I am trying to stop hyphenation localy with ... FreeBSD, Solaris, Windows, Linux, ... But without succes. Word Fre- eBSD looks terribly. Else I am using Any ideas? Isn't it Bug? Thanks, Pavel Tyl -- View this message in context: http://www.nabble.com/%3

RE: table-footer

2006-05-02 Thread Noll, Jeffrey T HS
In simple cases fo:footnote works fairly well. I've used it in the case of printing an invoice where I wanted the total and nomenclature to always appear at the bottom of the last page. Quick example: . For more complicated pages you may want to use fo:mar

Re: New User needs assistance

2006-05-02 Thread CalvinD
No, that was not what I said or meant, I just have to take the time to read the docs and work through the examples. -- View this message in context: http://www.nabble.com/New-User-needs-assistance-t1525633.html#a4177112 Sent from the FOP - Users forum at Nabble.com. -

Re: table-footer

2006-05-02 Thread Chris Bowditch
[EMAIL PROTECTED] wrote: Hello List, I'va a table that uses a table-footer. I want the table-footer always at the bottom of a page. My problem is, that the tables content is lets say for example only 3 rows height. In this case the footer is placed under the third line of the table. How can I t

table-footer

2006-05-02 Thread news
Hello List, I'va a table that uses a table-footer. I want the table-footer always at the bottom of a page. My problem is, that the tables content is lets say for example only 3 rows height. In this case the footer is placed under the third line of the table. How can I tell the table that I want th

Re: Background image in fo:region-body not coming

2006-05-02 Thread Chris Bowditch
saurabh chaudhary wrote: Hi, I am trying to attach a background image to a pdf using the following tag: < fo:region-body margin-top="20mm" margin-bottom="35mm" margin-left ="1mm" margin-right="1mm" border="0.2pt solid black" background-image="'WaterMark.jpeg '"/> Atlhough the path is c

Background image in fo:region-body not coming

2006-05-02 Thread saurabh chaudhary
Hi,   I am trying to attach a background image to a pdf using the following tag:   Atlhough the path is correct it is giving this error a

Re: how to print with fop automatically?

2006-05-02 Thread Jeremias Maerki
What you've tried isn't available on Unix, only on Windows to a certain degree. You can, however, use "-print" on the command-line which uses the Java2D/AWT-Renderer to print on the default printer. But you can't specify the printer this way. The usual tip for what you're trying to do is documented

how to print with fop automatically?

2006-05-02 Thread Markus Gamperl
Dear experts! I'm using apache fop 0.20.5 with JRE 1.4.2 on sun solaris 5.9! We are producing pdfs with apache fop - this works well. But now we should also print the pdfs automatically. I have got three HP printers which are connected via printer servers to the LAN. How can I print to the printe