RE: basic-link

2003-10-26 Thread Andreas L. Delmelle
> -Original Message- > From: Chris Faulkner [mailto:[EMAIL PROTECTED] > > I am having problems with I use it as shown > below. When you > hover over the link in the resulting PDF, the link includes a load of > garbage characters after the ".com". Am I doing something wrong Are you using e

basic-link

2003-10-26 Thread Chris Faulkner
Hello I am having problems with I use it as shown below. When you hover over the link in the resulting PDF, the link includes a load of garbage characters after the ".com". Am I doing something wrong ? ARe there any alternatives for embedding a link in my PDF ? Visit us here www.website.com

RE: How to convert multiple fo files into a single pdf file

2003-10-26 Thread Andreas L. Delmelle
> -Original Message- > From: Mike Trotman [mailto:[EMAIL PROTECTED] > > I do a similar thing for very large PDF files. > (I save the individual .FO files for fast formatting into user selected > options for various pages.) > You may have refinements needed for you process which I miss but h

Re: How to convert multiple fo files into a single pdf file

2003-10-26 Thread Mike Trotman
I do a similar thing for very large PDF files. (I save the individual .FO files for fast formatting into user selected options for various pages.) You may have refinements needed for you process which I miss but here is a 'simple' solution that keeps memory overhead low as well. The way I do thi

RE: How to convert multiple fo files into a single pdf file

2003-10-26 Thread Andreas L. Delmelle
> -Original Message- > From: Jay Chiu [mailto:[EMAIL PROTECTED] > > We need to generate pdf report file based on a pdf cover page > and a few generated fo files. I would like to ask what is the > best approach for this. > Hi Jay, I think you might want to check the iText-libs for this ht

How to convert multiple fo files into a single pdf file

2003-10-26 Thread Jay Chiu
We need to generate pdf report file based on a pdf cover page and a few generated fo files. I would like to ask what is the best approach for this. Right now, we have an application to use xslt to generate fo file, and then fop to pdf file for each different report. But the client want to put all

Re: column-width warning

2003-10-26 Thread J.Pietschmann
Johannes Stuermer wrote: I keep getting this warning during PDF generation in an embbedded FOP app: "Sum of fixed column widths 751000 greater than maximum specified IPD" However, in the XSL-FO file I can't find anything unusual that would indicate an invalid value for a table columns. What can c

RE: column-width warning

2003-10-26 Thread Andreas L. Delmelle
> -Original Message- > From: Johannes Stuermer [mailto:[EMAIL PROTECTED] > > I keep getting this warning during PDF generation in an embbedded > FOP app: > > "Sum of fixed column widths 751000 greater than maximum specified IPD" > Hi, Are you by any chance using nested tables? If so, make

column-width warning

2003-10-26 Thread Johannes Stuermer
I keep getting this warning during PDF generation in an embbedded FOP app: "Sum of fixed column widths 751000 greater than maximum specified IPD" However, in the XSL-FO file I can't find anything unusual that would indicate an invalid value for a table columns. What can cause such a warning? Th