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: number of pages on the first page

2004-12-03 Thread Juan Manuel Bellina
How the syntax of this block would be? Where do I have to put this block, I mean between which other blocks. Can you send a little example? Thanks, Juan M. --- Dirk Eiden [EMAIL PROTECTED] wrote: on the first page of a multi-page pdf I would like to show, how much pages the complete

How to change the size of a PDF page in XSL

2004-11-05 Thread Juan Manuel Bellina
I have a XSL template with I definied some day ago. It renders PDF pages in A4 size but now I want to make the pages in letter size. Does somebody knows how can I make this change in my XSL template? Thanks, Juan M. __ Do you Yahoo!? Check out

RE: How to change the size of a PDF page in XSL

2004-11-05 Thread Juan Manuel Bellina
know how to tell XSL that the PDF needs to be on A4 or letter..Let me know if you find out.. Manoj -Juan Manuel Bellina [EMAIL PROTECTED] wrote: - To: [EMAIL PROTECTED] From: Juan Manuel Bellina [EMAIL PROTECTED] Date: 11/05

For each in xsl

2004-08-03 Thread Juan Manuel Bellina
I need to use the for each to make some rows in the PDF but I do not know how to make it. I am making a PDF design using Altova StyleVision. Do you know if this tool allow me to introduce this feature? Can anybody send me a simple example? Thanks, Juan

Visual XSL:FO Template designer

2004-06-16 Thread Juan Manuel Bellina
Anyone knows a free Visual XSL:FO Template designer that works OK? If it is not free, any commercial version with an evaluating period? Any help, would be appreciated. Juan __ Do you Yahoo!? Read only the mail you want - Yahoo! Mail SpamGuard.

How to generate a fo file

2004-05-27 Thread Juan Manuel Bellina
As I told before, I am making some pdf reports. I choosed a word procesor which has a plug-in to save the file in a XSL:FO format. But somebody told me that is not the correct way because I have data y visual format in the same file. It seems there is another way to do this. A xml file

Re: How to generate a fo file

2004-05-27 Thread Juan Manuel Bellina
Do you know where I can find an example of Creating an XSL-FO Document Using XSLT.? --- Chris Bowditch [EMAIL PROTECTED] wrote: Juan Manuel Bellina wrote: As I told before, I am making some pdf reports. I choosed a word procesor which has a plug-in to save the file in a XSL:FO format

Problems visualing tables

2004-05-25 Thread Juan Manuel Bellina
I am using FOP 0.20.5 to make a report to a PDF file. I make a table with some data but when I open the pdf file generated, the table are not showed. Any ideas? Anybody had the some problem? __ Do you Yahoo!? Friends. Fun. Try the

RE: Problems visualing tables

2004-05-25 Thread Juan Manuel Bellina
/fo:inlineCOL 3 /fo:block /fo:table-cell /fo:table-row / --- Andreas L. Delmelle [EMAIL PROTECTED] wrote: -Original Message- From: Juan Manuel Bellina [mailto:[EMAIL PROTECTED] Sent: dinsdag 25 mei 2004 21:41 I am using FOP 0.20.5 to make a report to a PDF file. I

Free Visual tool for making fo files

2004-05-23 Thread Juan Manuel Bellina
I need to make a report in PDF file, so I want to know if there is a free XSL Template Designer to make my fo file in a simple way, some kind of visual tool that help me with this job. Thanks, Juan __ Do you Yahoo!? Yahoo! Domains –

RE: Executing FOP example

2004-05-13 Thread Juan Manuel Bellina
- From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] From: Juan Manuel Bellina [mailto:[EMAIL PROTECTED] snip / The URL is http://localhost:8080/fop/fop?fo=/home/path/to/fofile.fo; and I Imagine the problem is the home/path/to. My question is which value I should type

Re: Executing FOP example

2004-05-13 Thread Juan Manuel Bellina
Thanks Cris, but still does not work. Any order sugestion? --- Chris Bowditch [EMAIL PROTECTED] wrote: Juan Manuel Bellina wrote: Thanks. I 've got the idea but still does not work. The cuestion is where the example dir should be? My context is the following: Fop install in C

Invoking the servlet

2004-05-13 Thread Juan Manuel Bellina
I am trying to invoke the servlet in the FOP distribution with Tomcat 3.3.2 The error is - simple.fo (The system cannot find the file specified). The URL is - http://localhost:8080/fop/fop?fo=simple.fo; I put the simple.fo file in the following diretory -

Buildimg FOP example

2004-05-12 Thread Juan Manuel Bellina
I am tryig to build the servlet example that comes with FOP.I am getting the following error "Exception in thread 'main' java.lang.NoClassDefFoundError: org/apache/tools/ant/Main"The version of FOP is FOP 0.20.5. with JDK 1.3.1Can anybody tell how can I fix this? Further more, If someone has

RE: Buildimg FOP example

2004-05-12 Thread Juan Manuel Bellina
la Mission Marchand 92400 COURBEVOIE Cedex TEL : +33 (0)1 49 05 28 11 FAX : +33 (0)1 49 05 31 51 http://www.gefco.net http:://www.gefco.net -Message d'origine- De : Juan Manuel Bellina [mailto:[EMAIL PROTECTED] Envoyé : mercredi 12 mai 2004 17:31 À : [EMAIL PROTECTED

Re: Buildimg FOP example

2004-05-12 Thread Juan Manuel Bellina
My servlet container is Tomcat 3.3.2 Should I try with a newer version? --- Chris Bowditch [EMAIL PROTECTED] wrote: CHEKROUN Jerome wrote: make sure your classpath is right . which is your servlet container ? A polite request: please can you disable HTML when posting to the best,

Executing FOP example

2004-05-12 Thread Juan Manuel Bellina
Finally I could install the .war file in the Tomcat directory. Now when I am trying to execute the example that comes with the file distribution as show in the FOP site (see http://xml.apache.org/fop/servlets.html#example-servlets) I got the following error: javax.servlet.ServletException: