Font embedding again

2005-08-05 Thread Sonja Löhr
Hello to all! I just joined the list after one trying one day to upgrade my project. I'm using fop-20.0.5 All worked fine with font metrics and embedding with all tomcats up to 5.0.30 under Linux. Now I installed tomcat 5.5. on windows. The problem with the paths while creating the metrics - ok,

RE: Font embedding again

2005-08-06 Thread Sonja Löhr
xml look like on Windows? Do you use the > fontBaseDir setting? > > And no, it won't help if you try the code directly from > Subversion. No changes in that area. > > On 05.08.2005 20:44:23 Sonja Löhr wrote: > > > > Hello to all! > > > > I just joined

RE: Font embedding again

2005-08-06 Thread Sonja Löhr
hat area. > > On 05.08.2005 20:44:23 Sonja Löhr wrote: > > > > Hello to all! > > > > I just joined the list after one trying one day to upgrade > my project. > > I'm using fop-20.0.5 > > All worked fine with font metrics and embedding with al

RE: Font embedding again

2005-08-06 Thread Sonja Löhr
put closely? Any > error or warning messages you could show us? How does your > userconfig.xml look like on Windows? Do you use the > fontBaseDir setting? > > And no, it won't help if you try the code directly from > Subversion. No changes in that area. > > On 05.08

Relative URLs

2005-08-12 Thread Sonja Löhr
It's me again ... All my fonts in place, I still seem to be not fit enough for handling paths ;-) I now try to replace an absolute URL on an external-graphic element with a relative one. FO is created via XSLT, and my stylesheet resides in a subfolder of WEB-INF. In- and OutputStreams before an

RE: Relative URLs

2005-08-13 Thread Sonja Löhr
005 22:20 > To: fop-users@xmlgraphics.apache.org > Subject: Re: Relative URLs > > Sonja Löhr wrote: > > I now try to replace an absolute URL on an external-graphic element > > with a relative one. > > You'll probably need to set the baseDir in the FOP configurati

RE: Relative URLs

2005-08-13 Thread Sonja Löhr
Message- > From: J.Pietschmann [mailto:[EMAIL PROTECTED] > Sent: Freitag, 12. August 2005 22:20 > To: fop-users@xmlgraphics.apache.org > Subject: Re: Relative URLs > > Sonja Löhr wrote: > > I now try to replace an absolute URL on an external-graphic element > > wit

RE: Relative URLs in Servlet-created FO

2005-08-13 Thread Sonja Löhr
ement and child elements - but I haven't tried this with FOP > - so don't know if it works / is supported. > > I too will be interested to see any helpful comments on this. > > > Mike > > > > Sonja Löhr wrote: > > > > >It's me agai

Re: Pagination Problem

2005-08-19 Thread Sonja Löhr
> > >column-width="proportional-column-width(100)"/> > > > > This is row 1 > > > > > This is row 2 > > > >

Re: Pagination Problem

2005-08-19 Thread Sonja Löhr
and try not to have to flow content > from the first to the second page. That should work for both FOP > versions. > > On 19.08.2005 09:13:13 Sonja Löhr wrote: > > > > Hi! > > > > I can't help ;-(, but for those who can, I just want to add a related >

(re:) pagination and width=100%

2005-08-23 Thread Sonja Löhr
Hi! Some days ago we talked about the problem of wrong computation of table-widths if a break between two pages occurs and the region-bodies (or column-widths) of these to pages differ in width. I use something like the following to keep the headline and first paragraph of an article together. Ac

RE: ) pagination and width=100%

2005-08-23 Thread Sonja Löhr
> -Original Message- > From: Sonja Löhr [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 23. August 2005 13:09 > To: fop-users@xmlgraphics.apache.org > Subject: (re:) pagination and width=100% > > Hi! > > Some days ago we talked about the problem of wrong > computation of t

Re: (re:) pagination and width=100%

2005-08-24 Thread Sonja Löhr
> How often does it occur that a page break happens immediately > after the headline? I'd probably remove the table altogether. Unfortunately, quite often ;-( If I do drop a "feature", then it would be the smaller region-body on the first page. > I'm afraid a table width isn't recomputed after

upgrading from 20.0.5 to the trunk

2005-09-12 Thread Sonja Löhr
Hi! After inspecting the new compliance page (:-)) great improvements!!), I finally downloaded the trunk and built it. Now my servlet code is missing several packages/classes : org.apache.fop.messaging org.apache.fop.configuration and classes in org.apache.fop.apps (Driver and Options) Did I miss

Re: upgrading from 20.0.5 to the trunk

2005-09-12 Thread Sonja Löhr
s my servlet does? Greetings! sonja Am Montag, den 12.09.2005, 11:40 +0200 schrieb Sonja Löhr: > Hi! > > After inspecting the new compliance page (:-)) great improvements!!), I > finally downloaded the trunk and built it. > Now my servlet code is missing several packages/clas

Re: upgrading from 20.0.5 to the trunk

2005-09-12 Thread Sonja Löhr
But either way, you will have to change your application once. > > Also needless to say that FOP Trunk is unstable (alpha) as will be the > first preview release. > > On 12.09.2005 11:40:50 Sonja Löhr wrote: > > Hi! > > > > After inspecting the new compliance page

Re: upgrading from 20.0.5 to the trunk

2005-09-12 Thread Sonja Löhr
ja Am Montag, den 12.09.2005, 12:12 +0200 schrieb Sonja Löhr: > Thank you for the turbo-answer, Jeremias! > > We wrote at the same time ... > > I would be brave ;-) and change the code since it is really small and > differs not much from what happens in FopServlet, I

Re: upgrading from 20.0.5 to the trunk

2005-09-13 Thread Sonja Löhr
2.09.2005 13:31:14 Sonja Löhr wrote: > > > > I try learning ... > > > > Could you please just tell me whether I am on the right track for > > configuration with the fop-trunk? > > > > > > DefaultConfigurationBuilder confbuilder =

Re: upgrading from 20.0.5 to the trunk

2005-09-13 Thread Sonja Löhr
citation:] Bartschneider [...] > > > Thanks again! > > sonja > > > > > > > > > > > > > > > > Am Montag, den 12.09.2005, 14:37 +0200 schrieb Jeremias Maerki: > > > On 12.09.2005 13:31:14 Sonja Löhr wrote: > > >

Re: upgrading from 20.0.5 to the trunk

2005-09-13 Thread Sonja Löhr
> On 13.09.2005 17:22:33 Sonja Löhr wrote: > > > > > > > > > Can you provide an example? I can't reproduce the problem. Thanks. > > > > Of course. > > Shall/May I attach the whole big fo file here so you could just plug it > > in? H

Re: upgrading from 20.0.5 to the trunk

2005-09-13 Thread Sonja Löhr
th the > details (not live, yet): > http://svn.apache.org/viewcvs?rev=280586&view=rev > > ATM, you can't use an ID defined on table-row. Please try to move the id > to the first table-cell in the row and it should work. I hope we'll have > time to fix that eventually. >

compressing pdf response

2005-09-19 Thread Sonja Löhr
Hi! This is not a FOP question, but you I'm sure you are familiar with these things I use FOP in a servlet and would like to add a CompressionFilter since the output pdf is very large. I tried to get the output with firefox and IE the Browsers cannot handle the output. (IE sometimes (?) can, fir

RE: compressing pdf response

2005-09-19 Thread Sonja Löhr
Hunter, discusses creating a > filter to handle compression. It also has links to samples to > download. > I haven't used this, but it looks like it might be of help. > > Carol > > > http://www.javaworld.com/javaworld/jw-06-2001/jw-0622-filters-p3.html > > Son

Re: compressing pdf response

2005-09-19 Thread Sonja Löhr
ontag, den 19.09.2005, 21:48 +0200 schrieb J.Pietschmann: > Sonja Löhr wrote: > > With IE (that is, acrobat inside) I get sometimes the pdf and sometimes a > > blank page, after reloading the message about a "damaged file". Firefox > > (always) complains that the file &q