FOP Error

2004-09-16 Thread Jirole, Amar
Title: Message I am trying to run fop code very similar to ExampleObj2Pdf attached along with documentation but I get following error when i try to open the pdf file generated. Any idea what might be going wrong? This error is not there in FAQ. Thanks -Amar attachment

Page Setup

2003-06-26 Thread amar
Hello guys how do i set up the page in pdf as landscape. thanks

Re: Page Setup

2003-06-26 Thread amar
thank you very much got it working - Original Message - From: Andreas Delmelle To: [EMAIL PROTECTED] ; amar Sent: Thursday, June 26, 2003 3:03 PM Subject: RE: Page Setup -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 set up a *-page-master with the appropriate

error

2003-06-12 Thread amar
hello any one knows what this error means the same application is working fine on win32 machine but when porting the application to unix i get the following An invalid XML character (Unicode: 0x92) was found in the element content of the document.

help needed for images

2003-06-09 Thread amar
the following to add images to pdf file fo:external-graphic text-align=\"center\" src=""> please help amar

adding special characters

2003-06-09 Thread amar
hello guys how can i added special characters to pdf like right sign and 'x' sysmbol. some thing like this fo:inline font-name=\"zapfdingbats\" font-size=\"9pt\" #x2714;- #x2716;/fo:inline Thanking toy amar

Configuring Portrait/landscape from PSRenderer

2002-06-17 Thread Amine AMAR
Hi all, Is there a way to programatically control portrait/landscape orientation with PSRenderer. Or thru some other means. Thank's Amine

Re: Configuring Portrait/landscape from PSRenderer

2002-06-17 Thread Amine AMAR
Thank's for the answer, but i want to control the printer so that it does print in landscape. when changing the page height and width, the printer still prints in portait ! Thank's again Amine -- Original Message --- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Mon, 17

Newbie: Using PCLRenderer and PSRenderer

2002-06-13 Thread Amine AMAR
Hi all, I'm pretty new to FOP and have a simple question. I have an application that requires printing controled by the application server. I've gone thru the advanced example in the fop dist. but this does not solve my pb because I need to specify the printer to print to at runtime (depends

getting the outputStream

2002-06-13 Thread Amine AMAR
Hi all, How can I get an OutputStream from a fop processed xml+xsl files? thank's for any scriplet :) Amine

using an InputStream with XSLTInputHandler

2002-06-13 Thread Amine AMAR
Hi All, I need to use XSLTInputHandler with an runtime generated xml document. I would like to just stream-line it to XSLTInputHandler and not use the file system. is there a way to do so? or a workarround? Thank's Amine