automatically putting a header at the top of every page in my PDF report.

2002-02-15 Thread Sampige, Srinivas
Hi I am just a few days old to FO&XSL. Iam trying to generate a printable report from the result of a query (that returns hundreds of rows)to a database. Say if the returned results are with the columns "OrderNo.", "OrderDate","Quantity","Shipping Address" etc. in an XML format like this -

RE: controlling orientation

2002-02-15 Thread Sampige, Srinivas
Thanks Chuck it worked. -Original Message- From: Chuck Paussa [mailto:[EMAIL PROTECTED] Sent: Friday, February 15, 2002 3:13 PM To: [EMAIL PROTECTED] Subject: Re: controlling orientation Sampige, You set the page size to 11" x 8.5". The printer then figures out that it should be printe

Re: controlling orientation

2002-02-15 Thread Chuck Paussa
Sampige, You set the page size to 11" x 8.5". The printer then figures out that it should be printed landscape http://www.w3.org/1999/XSL/Format";> Chuck Sampige, Srinivas wrote: I want my PDF pages to be generated in a LandScape orientation. How do I do that? thanks Srinivas

Any way to use a non standard font without embedding it?

2002-02-15 Thread jthaemlitz
is there any way to use a non standard font without embedding it? We're having problems on our Linux boxes with the embeded fonts printing. The fonts are embedding correctly at FOP runtime. We have tested pdf made by Acrobat that use system fonts (not embedded) and it works. We're hoping to use

controlling orientation

2002-02-15 Thread Sampige, Srinivas
I want my PDF pages to be generated in a LandScape orientation. How do I do that? thanks Srinivas

Re: fop roadmap

2002-02-15 Thread Jeremias Maerki
On 15.02.2002 16:27:35 Mike Wilkinson wrote: > Is there anyway of telling when certain parts of fop will be completed ? Nope. The more people that start helping out the sooner they are finished. > For instance I would like to know when oveflow will be implemented. For instance, this is somethi

AW: FOP and servlets

2002-02-15 Thread Michael Schifferdecker
Interesting problem! (as fas as the empty browser window after requested pdf data is sent back to the browser is concerned) These may be the problems I have noticed in my test environment. PDF generation code worked till last test and suddenly not any more although code was not modified concering

Re: FOP and servlets

2002-02-15 Thread [EMAIL PROTECTED]
No, it's not the solution. In fact, my code is good but my browser is I.E. 5.5 and there's a bug with I.E. when you request a servlet with a URL that ends with .xml or .xsl : it considers that the servlet sends back a xml response. To display the generated PDF, I have to add a parameter that doe

Re: FOP and servlets

2002-02-15 Thread James Richardson
Bart Locanthi wrote: application/x-pdf, not application/pdf [50lines of quoted stuff deleted] Unlikely. Look in the archives about IE's handling of content types. Of course this has nothing to do with FOP. Cheers James

Re: FOP and servlets

2002-02-15 Thread Bart Locanthi
application/x-pdf, not application/pdf [EMAIL PROTECTED] wrote: Hi, I've been using FOP for a few days and i have a problem with displaying PDF through a browser with FOP. I'm using FOP 0.20.1 with Xalan 1.2 and Xerces 1.2. Here's a sample of my servlet source : String xmlString = request.getPara

fop roadmap

2002-02-15 Thread Mike Wilkinson
Title: fop roadmap HI Is there anyway of telling when certain parts of fop will be completed ? For instance I would like to know when oveflow will be implemented. Mike Wilkinson

Re: A brain teaser

2002-02-15 Thread jthaemlitz
a like that homey.

FOP and servlets

2002-02-15 Thread [EMAIL PROTECTED]
Hi, I've been using FOP for a few days and i have a problem with displaying PDF through a browser with FOP. I'm using FOP 0.20.1 with Xalan 1.2 and Xerces 1.2. Here's a sample of my servlet source : String xmlString = request.getParameter("XML"); String xslString = resquest.getParameter("XSL")

Re: A brain teaser

2002-02-15 Thread Magnus Sjöberg
Here's a skeleton version of the page structure: Note that it is n o t complete but just shows how the general structure could look. Assuming your header data is contained in some xml, all you need to do

Antw: RE: FOP --> PDF

2002-02-15 Thread Karim Karman
In Acrobat 4 and 5 he said, he can´t analyse this side? To somebody knows details? Thx Karim >>> [EMAIL PROTECTED] 02/14 10:12 >>> I just tried touching up one of my generated PDFs w/Acrobat 5 and it worked. > -Original Message- > From: Chuck Paussa [mailto:[EMAIL PROTECTED] > Sent: Th

A brain teaser

2002-02-15 Thread Stephen Clarke
Hi, How can I put a special heading on page one, and a normal heading on all subsequent pages. The special heading is a superset of the normal heading and contains multiple lines. The subsequent heading contains only the first line of the group. In all other respects, the text should flow as norm

Twisting Text in fo:block?

2002-02-15 Thread Skladov, Victor
Hi to all! Is is possible to twist the text in so that it runs vertical, not horizontal? Are they any properties? Many many thanx! Viktor