Re: Barcode-line on a page....

2002-01-30 Thread fred redf
Hi, Maybe you should have a look at iText java library. I use it myself to add some static content on every page of a document after fop processing. Dref. --- [EMAIL PROTECTED] a écrit : thanks... but one solution shows me many more problems... :( My margins must be set to 0 now

FO to MIF spécifications

2002-01-30 Thread Arnaud Malguy
Hi, Because you have a MIF output in FOP, i wonder if you have some specifications about the mapping between MIF element and correponding FO tags or attributes. I have to implement a MIF to FO transcoder in my actual project. It helps me a lot and perhaps i could help you with my results, once

Re: Barcode-line on a page....

2002-01-30 Thread Jochen . Maes
iTextJava hmm if it reads/writes PDF it can be interesting thanks... Jochen Maes EDP departement Programmeur KBC-Securities Havenlaan 16 1080 Brussel Tel : 02/429.96.81 Fax : 02/429.17.48 E-mail : [EMAIL PROTECTED]

Re: Barcode-line on a page....

2002-01-30 Thread fred redf
iText does not allow you to decompile a pdf but you can copy the whole content of one page of a preexisting pdf to another then add your static content. Dref. --- [EMAIL PROTECTED] a écrit : iTextJava hmm if it reads/writes PDF it can be interesting thanks... Jochen Maes

Re: out of memory exception in java ?

2002-01-30 Thread Joerg Pietschmann
Nick Winger [EMAIL PROTECTED] wrote: the footer is displayed is every page, but it overrides the text in the table... that means, the table doesn't stop at the region-after section... You have to declare the body region properly in your page-master so that it doesn't extend into the

Re: Barcode-line on a page....

2002-01-30 Thread Joerg Pietschmann
[EMAIL PROTECTED] wrote: but one solution shows me many more problems... :( My margins must be set to 0 now (leftmargin) and that screws up my whote document. You can define margins on the body region, where the text flow goes. Define a region-start appropriately, where the static-content

Re: [ANNOUNCEMENT] FOP 0.20.3 Release Candidate available

2002-01-30 Thread Peter B. West
Arved Sandstrom wrote: Hi, Peter I've included an attachment which is a tree listing of what I obtained with wget. Please review and let me know what I missed. Thanks. Arved, All of the html-docs stuff is redundant as far as the docs build is concerned - it will all be generated. It was

Please help, even if it's just a reply that it can't be done

2002-01-30 Thread Scott Moore
I cross-posted this several days ago and didn't get a single reply. If someone could please let me know what the problem is, I would greatly appreciate it. Even if it means that my SVG cannot use defs in FOP. Is the problem in my XSL-FO? Is the problem in my SVG? Is the problem with Batik? Is

Re: 0.20.3rc bug

2002-01-30 Thread Elliotte Rusty Harold
Hello all, I have not posted any bugs before and don't really know the formal procedure yet, and I haven't seen this brought up by anyone else either. I have a stylesheet which produces an fo file with two fo:page-sequences. It produces pdf's correctly with version =0.20.2rc. With 0.20.3.rc

RE: 0.20.3rc bug

2002-01-30 Thread Matthew L. Avizinis
lol -- smack forehead thanks much, matthew a -Original Message- From: Elliotte Rusty Harold [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 3:19 PM To: [EMAIL PROTECTED] Subject: Re: 0.20.3rc bug Hello all, I have not posted any bugs before and don't really know

Re: [PATCH] Proper use of font encodings for native fonts

2002-01-30 Thread Rainer Garus
References: [1] http://marc.theaimsgroup.com/?l=fop-devm=100559770232644w=2 [2] http://marc.theaimsgroup.com/?l=fop-devm=100790930100949w=2 [3] http://marc.theaimsgroup.com/?l=fop-devm=100386481704186w=2 In fop 0.20.x unicode characters with value greater 256 not represented in the font are

RE: 0.20.3rc bug

2002-01-30 Thread Matthew L. Avizinis
OK. I've read the CHANGES file and I see the error of my ways. but now what's this? I don't see anything about it and didn't get this before either. My fo file doesn't have this any in it at all, so why the warning now? All the table column widths are measured in mm, btw. [WARN]:

ZapfDingbats font

2002-01-30 Thread Dunning, John
When using fo:block font-family=ZapfDingbats I get the following error message for the character reference #x2713;/#10003; [ERROR]: unknown font ZapfDingbats,normal,bold so defaulted font to any but not for #x27AA;, which displays correctly. (XEP displays both correctly). I have no idea how

Re: Help with footer only on first page - please help

2002-01-30 Thread ewitness - Ben Fowler
At 8:50 am +0200 25/1/02, [EMAIL PROTECTED] wrote: Hi all, Could someone please help me with the correct way to implement a footer only on the first page? I believe that you need to establish two sequences of master pages, and use one (which has the footer) on the first page, and the other for

RE: [PATCH] Proper use of font encodings for native fonts

2002-01-30 Thread Arved Sandstrom
Noted. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Rainer Garus Sent: January 30, 2002 5:18 PM To: [EMAIL PROTECTED] Subject: Re: [PATCH] Proper use of font encodings for native fonts References: [1]