Column Width

2005-02-11 Thread jeb501
Hi All, If I use the below code, I am getting 2 columns of equal width, and if want to get unequal columns, what should I have to do.. fo:region-body margin-top=1in margin-bottom=1in column-count=2 column-gap=0.25in/ Any reply greatly appreciated. Regards

Whether Chinese Characters / Unicode supported by FOP ?

2005-02-11 Thread Manisha Sathe
What i am doing is - taking data from database - put inside XML and then create PDF from that. I also need to print chinese characters. I tried first with some unicode (HTML equivalent) #29699;#36187;#32534;#21495; But i am not getting this in PDF, what's the solution for this ? regards

Sorry: Re: Whether Chinese Characters / Unicode supported by FOP ?

2005-02-11 Thread Manisha Sathe
Sorry, wrong post answer was givenin my last post regards ManishaManisha Sathe [EMAIL PROTECTED] wrote: What i am doing is - taking data from database - put inside XML and then create PDF from that. I also need to print chinese characters. I tried first with some unicode (HTML equivalent)

RE: Column Width

2005-02-11 Thread Arun Sinha
Hi, Alternatively you can use tables rather than column in region-body. You will have greater options with tables. I always use tables. Cheers. Arun From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Column Width Date: Fri, 11 Feb 2005 08:10:06 +0530 Hi All, If I

RE: Column Width

2005-02-11 Thread jeb501
I also have that idea in back of my mind, but I thought region-body will be flexible, Thanks for the immediate response. Eugene Arun Sinha [EMAIL PROTECTED] 11.02.2005 09:57 Please respond to [EMAIL PROTECTED] To [EMAIL PROTECTED] cc Subject RE: Column Width Hi, Alternatively

Outline

2005-02-11 Thread jeb501
Hi All, What is code/tag to be used to draw a border or outline on the page Regards Eugene - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Instream base64 svg jpeg produces huge pdf document.

2005-02-11 Thread Burlock, Craig (SAPOL)
Title: Instream base64 svg jpeg produces huge pdf document. I am trying to produce a pdf document which contains a jpeg image that has been generated using svg with base64 data. The approach does work, however the final pdf document is huge! An essentially empty document with a single 40Kb

valign query

2005-02-11 Thread Manisha Sathe
I am having a table with some cells (with border) but all text inside my table aligns to the top - i.e. comes verynear to border. I want the text to be vertically alignedat center How can i achieve it? regards Manisha Do you Yahoo!? Yahoo! Mail - 250MB free storage. Do more. Manage less.

URGENT:::::: OUT OF MEMORY

2005-02-11 Thread Chandrasekhar Sanku
Hi All, I have a problem with memory. I need to generate a document with 3000 images (0.2 - 0.5 MB each image approximately) and my intermediate XML file size is 3MB (approx). I am trying to generate the document in microsoft windows XP machine(p4) having 1GB RAM. When I try

RE: valign query

2005-02-11 Thread Arun Sinha
Hi Manisha, You need to use display-align. Cheers. Arun From: Manisha Sathe [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: valign query Date: Thu, 10 Feb 2005 22:01:15 -0800 (PST) I am having a table with some cells (with border) but all text inside my table aligns

Getting a runtime exception

2005-02-11 Thread Shirsendu Sengupta
Hi, I am using the FOP-0.20.5 version in my code to generate the XML data to PDF file. I am trying to run a servlet for the conversion on-the-fly. But I am getting a Runtime exception at the time I am instantiating the Driver in the following way: try { org.apache.fop.apps.Driver driver = new

Why none replies to FOA experience

2005-02-11 Thread Subbiah
I have never got a single reply whenver I ask an question on FOA. I know this is FOP mailing list but only the guys on FOP will ever think of using FOA so definately this is worth asking here and I have been on this is list for quite some time and it is quite active. So please do care to

RE: Outline

2005-02-11 Thread Arun Sinha
Hi Its border-top-style, border-left-style, border-bottom-style and border-right-style. Hope the above helps. Cheers. Arun From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Outline Date: Fri, 11 Feb 2005 09:55:44 +0530 Hi All, What is code/tag to be used to draw

Re: Whether Chinese Characters / Unicode supported by FOP ?

2005-02-11 Thread Manisha Sathe
Hi all, i want to display some chinese characters. I am tryingfollowing unicodes. These get display in HTML properly. But in pdf i do not get these characters. #29699;#36187;#32534;#21495; I tried many different fonts but still the same. Which font shall i make use off ? regards Manisha

RE: valign query

2005-02-11 Thread Manisha Sathe
Oh! Thanks Arun, it works, regards, ManishaArun Sinha [EMAIL PROTECTED] wrote: Hi Manisha,You need to use display-align.Cheers.ArunFrom: Manisha Sathe <[EMAIL PROTECTED]>Reply-To: [EMAIL PROTECTED]To: [EMAIL PROTECTED]Subject: valign queryDate: Thu, 10 Feb 2005 22:01:15 -0800 (PST)I am having a

Re: Whether Chinese Characters / Unicode supported by FOP ?

2005-02-11 Thread Arun Sinha
Hi, Try setting font family to MS Hei or MS Song. Cheers. Arun From: Manisha Sathe [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Whether Chinese Characters / Unicode supported by FOP ? Date: Thu, 10 Feb 2005 22:43:25 -0800 (PST) Hi all, i want to display some

Re: Whether Chinese Characters / Unicode supported by FOP ?

2005-02-11 Thread Manisha Sathe
hmm.. it's giving me 'unknown font' for both. is there any way for it ? Whether it means that on my m/c need to have these fonts ? regards ManishaArun Sinha [EMAIL PROTECTED] wrote: Hi,Try setting font family to "MS Hei" or "MS Song".Cheers.ArunFrom: Manisha Sathe <[EMAIL PROTECTED]>Reply-To:

Re: Whether Chinese Characters / Unicode supported by FOP ?

2005-02-11 Thread Arun Sinha
Yes. You need those fonts on your machine. Arun From: Manisha Sathe [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Whether Chinese Characters / Unicode supported by FOP ? Date: Thu, 10 Feb 2005 23:13:43 -0800 (PST) hmm.. it's giving me 'unknown font' for both. is

Re: Whether Chinese Characters / Unicode supported by FOP ?

2005-02-11 Thread Arun Sinha
Hi, You may need the following too. Register Fonts with FOP You must tell FOP how to find and use the font metrics files by registering them in the FOP Configuration. Add entries for your custom fonts, regardless of font type, to the configuration file in a manner similar to the following:

Re: Getting a runtime exception

2005-02-11 Thread Jeremias Maerki
Sounds like a class loader problem. In these cases it's often helpful to know which web container you're running and how you set up your web application. Try running the sample web application coming with FOP (see examples/servlet in the FOP distribution) using an FO file with SVG in it (because

Re: Instream base64 svg jpeg produces huge pdf document.

2005-02-11 Thread Jeremias Maerki
You're probably a victim of the 72dpi bitmap scaling. Since you have the image as an RFC2397 URL you had to use Batik to load the image as FOP doesn't support that URL scheme. One thing you could do is find a Java implementation of RFC2397 which plugs into Java's own URL handler mechanism. A

RE: Outline

2005-02-11 Thread jeb501
Please post a sample script, I do not where to include these attributes. ie whether to include inside fo:table Arun Sinha [EMAIL PROTECTED] 11.02.2005 12:08 Please respond to [EMAIL PROTECTED] To [EMAIL PROTECTED] cc Subject RE: Outline Hi Its border-top-style,

Re: URGENT:::::: OUT OF MEMORY

2005-02-11 Thread Jeremias Maerki
Try this: http://xml.apache.org/fop/faq.html#OutOfMemoryException On 11.02.2005 07:05:11 Chandrasekhar Sanku wrote: Hi All, I have a problem with memory. I need to generate a document with 3000 images (0.2 - 0.5 MB each image approximately) and my intermediate XML file size is

Re: Why none replies to FOA experience

2005-02-11 Thread Jeremias Maerki
Let's just say that everybody I know who has tried FOA removed it from his/her machine after a rather short time. If you need help with FOA please ask the FOA team. On 11.02.2005 07:38:36 Subbiah wrote: I have never got a single reply whenver I ask an question on FOA. I know this is FOP

Re: Outline

2005-02-11 Thread Jeremias Maerki
Try using absolutely positioned block-containers with borders on them. There are no direct attributes to create a page border. On 11.02.2005 05:25:44 jeb501 wrote: What is code/tag to be used to draw a border or outline on the page Jeremias Maerki

RE: Whether Chinese Characters / Unicode supported by FOP ?

2005-02-11 Thread Pascal Sancho
Hi, You can find howto add your own fonts at http://xml.apache.org/fop/fonts.html. This can be summed up as follows: 1. get font files (type 1 or true type) 2. make metric file (using either PFMReader or TTFReader) 3. make your own config file 4. enjoy! Pascal -Message d'origine- De

Newspaper layout

2005-02-11 Thread Christian Loock
Hi everybody, i'd like to know if there is some way to easily create an multiple-column layout in xsl-fo as it is used in newspapers (the text starting on the next column if it reaches the end of the previous coloumn). Is there any way to realize this without using fixed tables?

Re: Why none replies to FOA experience

2005-02-11 Thread Chris Bowditch
Subbiah wrote: I have never got a single reply whenver I ask an question on FOA. I know this is FOP mailing list but only the guys on FOP will ever think of using FOA so definately this is worth asking here and I have been on this is list for quite some time and it is quite active. So please do

are there alternatives to Apache FOP?

2005-02-11 Thread Kai Hackemesser
Hello, all, I am looking for a good FO-PDF converter. I tried so far FOP from Apache, but it looks like it currently doesn't support all features I would like to use (for example all border styles I tried result in solid borders, and the border collapsing sometimes doesn't look nice) So what

RE: are there alternatives to Apache FOP?

2005-02-11 Thread Arun Sinha
Sorry, I should have said Formatter. Not Transformer. Arun From: Arun Sinha [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: are there alternatives to Apache FOP? Date: Fri, 11 Feb 2005 12:24:48 + Hi, Have a look on following :- http://www.antennahouse.com/ I

Re: Whether Chinese Characters / Unicode supported by FOP ?

2005-02-11 Thread Manoj_Nair
ManishaYou need to make use of userconfig.xml. Create font metrics file and register it with FOP. I have done this with Japanese characters and it works fine..ThanksManoj-Manisha Sathe [EMAIL PROTECTED] wrote: -To: [EMAIL PROTECTED]From: Manisha Sathe [EMAIL PROTECTED]Date: 02/10/2005

Fop servlet crash after some days

2005-02-11 Thread Cédric Augustin
Hello, 1) The problem : The servlet crash after few days (some time 3, some time 20). In the tomcat logs, we get the following error : StandardWrapperValve[Fop]: Servlet.service() pour la servlet Fop a généré une exception java.lang.OutOfMemoryError We have to restart Tomcat. On an older server,

Re: are there alternatives to Apache FOP?

2005-02-11 Thread Chris Bowditch
Kai Hackemesser wrote: Hello, all, I am looking for a good FO-PDF converter. I tried so far FOP from Apache, but it looks like it currently doesn't support all features I would like to use (for example all border styles I tried result in solid borders, and the border collapsing sometimes doesn't

Improving FOP Performance?

2005-02-11 Thread Ram Krishnamoorthi
Hello, We are using FOP to convert to generate PDF Invoices for our Customers. We need to generate roughly around 25,000 Invoices Per Month and the Number would increase each Month. We generate PDF Docs from XML Input Files. We had Trial runs to check for Performance and Memory usage. Currently,

RE: [***SPAM***] - Improving FOP Performance? - Bayesian Filter d etected spam

2005-02-11 Thread Jesiolowski, Dominik
Hello, We are using FOP to convert to generate PDF Invoices for our Customers. We need to generate roughly around 25,000 Invoices Per Month and the Number would increase each Month. We generate PDF Docs from XML Input Files. We had Trial runs to check for Performance and Memory usage.

RE: Improving FOP Performance? -

2005-02-11 Thread Manoj_Nair
I would second Dominik's idead to invoke FOP programatically.Manoj-"Jesiolowski, Dominik" [EMAIL PROTECTED] wrote: -To: "'[EMAIL PROTECTED]'" [EMAIL PROTECTED]From: "Jesiolowski, Dominik" [EMAIL PROTECTED]Date: 02/11/2005 07:13AMSubject: RE: [***SPAM***] - Improving FOP Performance? -

RE: Improving FOP Performance? -

2005-02-11 Thread Riz Virk
Yes a third also ... Also, you might want to considering using a servlet engine like tomcat to take care of multi-threading issues rather than trying to write your own thread code (unless of course you like writing multi-threaded code ...:) . You would then modify your existing code to

Re: URGENT:::::: OUT OF MEMORY

2005-02-11 Thread J.Pietschmann
Chandrasekhar Sanku wrote: I need to generate a document with 3000 images (0.2 - 0.5 MB each image approximately) and my intermediate XML file size is 3MB (approx). The images alone take more than half a Gigabyte. I doubt you will find *any* FO processor which will work on this amount of data

Re: Fop servlet crash after some days

2005-02-11 Thread J.Pietschmann
Cédric Augustin wrote: Do I have to manualy reset the fop image cache or does fop reset itself ? FOP does not reset the image cache. You'll have to call the FopImageFactory.resetCache() method by yourself. If your image pool is stable and is small enough that all the images can be kept in the

Is it posible to insert a new line in a xml tag to change the view of a PDF file

2005-02-11 Thread Juan Manuel Bellina
For example if I have the following xml tag: rtcontactoProveedor:063310 O. ARIAS Y CIA S.A. Contacto: PILCOMAYO 848 (1824) -LANUS OESTE BUENOS AIRES - ARGENTINA Fax: 4209-2556/rtcontacto I want to show in my PDF file with a new line between O. ARIAS Y CIA S.A. and Contacto: but when I see

Re: Is it posible to insert a new line in a xml tag to change the view of a PDF file

2005-02-11 Thread Yakov Shafranovich
Use fo:block/ Juan Manuel Bellina wrote: For example if I have the following xml tag: rtcontactoProveedor:063310 O. ARIAS Y CIA S.A. Contacto: PILCOMAYO 848 (1824) -LANUS OESTE BUENOS AIRES - ARGENTINA Fax: 4209-2556/rtcontacto I want to show in my PDF file with a new line between O. ARIAS Y

RE: Improving FOP Performance? -

2005-02-11 Thread Robert C. Leif
If the requirements include: speed, efficiency, portability, and high reliability for multi-threading; then Ada with the Ravenscar profile for rate-monotonic scheduling is the best solution. Please visit http://www.adaic.org/ and http://www.stsc.hill.af.mil/crosstalk/2003/11/0311dobbing.html.

Re: Is it posible to insert a new line in a xml tag to change the view of a PDF file

2005-02-11 Thread The Web Maestro
I think what Juan wants to use is white-space-collapse=false: http://xml.apache.org/fop/fo.html#fo-preformat Preformatting Content Sometimes it is desirable to retain linebreaks and hard spaces, and to get preformatted text to pass through without being changed. The XSL-FO specification

Re: Is it posible to insert a new line in a xml tag to change the view of a PDF file

2005-02-11 Thread Manoj_Nair
Maestro You mentioned that the use of fo:block white-space-collapse=false preserves the line breaks in the text. This is presicely the behavior I actually want in my PDF processing. If this is non-conformant as you mentioned what should I do to maintain the linebreaks / newline feed present in

Re: Is it posible to insert a new line in a xml tag to change the view of a PDF file

2005-02-11 Thread The Web Maestro
On Feb 11, 2005, at 1:27 PM, [EMAIL PROTECTED] wrote: Maestro You mentioned that the use of fo:block white-space-collapse=false preserves the line breaks in the text. This is presicely the behavior I actually want in my PDF processing. If this is non-conformant as you mentioned what should I do