Re: external graphic

2001-10-25 Thread Rajagopal. V
Hi, > 1) I am unable to get a image to show up in the pdf > file. > > > >src="images/logoTDHS.gif"/>Image Here > >font-size="24pt">MEMORANDUM > >font-size="16pt">Company XYZ > > Either use the whole file URL and ment

RE:Making PDFby combining different XML files???

2001-10-24 Thread Rajagopal. V
Hi You should write some kind of a code which will take all teh individual xml files(ur chapters) and combine them into one XML which is for the full book. You can look at some multi part code in teh net which does this. Once u combine all the individual chapters, u can go ahead with teh command l

Re: Embedding fop in IE..Help!!!

2001-10-15 Thread Rajagopal. V
} > } > > byte[] content = out.toByteArray(); > response.setContentLength( content.length ); > response.setContentType( "application/pdf" ); > response.addHeader( "Content-Disposition", > "inline;filename=report.pdf" ); >

RE: Embedding fop in IE..Help!!!

2001-10-15 Thread Rajagopal. V
u start writing the PDF > content. > Try calling clearBuffer() on the output stream > first. > > YS > > -Original Message- > From: Rajagopal. V [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 15, 2001 2:49 PM > To: [EMAIL PROTECTED] > Subject: Re: Embedding

Re: Embedding fop in IE..Help!!!

2001-10-15 Thread Rajagopal. V
is it not possible to render a PDF using JSP(especially on IE)?? IS there a way? Thanks Raj --- Amit <[EMAIL PROTECTED]> wrote: > Can you open other pdf files (via a link in a html > page) in IE? > > > "Rajagopal. V" wrote: > > > Hi All > > I have an XM

RE: Embedding fop in IE..Help!!!

2001-10-15 Thread Rajagopal. V
gt; -Original Message- > From: Rajagopal. V [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 15, 2001 4:45 PM > To: [EMAIL PROTECTED] > Subject: Embedding fop in IE..Help!!! > > > Hi All > I have an XML file which i combine with a XSL to > generate the FO file and

Re: Embedding fop in IE..Help!!!

2001-10-15 Thread Rajagopal. V
F taking the whole > screen > and not a portion of it as I wanted to. Is anyone > aware of > how to restrict a a PDF file to a portion of the > screen? > > Greetings, > > Carmelo Montanez > > - Original Message - > From: "Rajagopal. V" &l

Embedding fop in IE..Help!!!

2001-10-15 Thread Rajagopal. V
Hi All I have an XML file which i combine with a XSL to generate the FO file and render it. It works fine with Netscape but im having a tough time with IE. It is displaying garbage on teh screen. All i get is binary characters for the PDF File. I have IE 5.5 Sp1. and i tried all the workarounds. T

Re: Another servlet problem

2001-09-21 Thread Rajagopal. V
Its a IE bug. Look at the msdn.microsoft.com for how to open PDFs from IE. IE expects ur command line to end with a .pdf so that it will opn the PDF. I could not find a solution ot the problem. --- Carmelo Montanez <[EMAIL PROTECTED]> wrote: > Thanks!!! > > Actually I changed the servlet to use

Re: OT - IE ignores pdf

2001-09-13 Thread Rajagopal. V
oo.xml?ex.pdf > > The IE browser now accept the content type and > display the pdf file in the browser > > sudhakar sankar > > On Thu, 13 Sep 2001 Rajagopal. V wrote : > >Hi all > >I have a Fo file created from XML and XSL and Im > >trying to view it in IE. An

OT - IE ignores pdf

2001-09-12 Thread Rajagopal. V
Hi all I have a Fo file created from XML and XSL and Im trying to view it in IE. And I either see binary content on the same page or the page gets blank. The same thing works perfectly in NEtscape. These are my search results from this archive and from the net 1) If the page size is less than 8k,

RE: Vertical alignment for table

2001-09-04 Thread Rajagopal. V
Hi all, Is there any way to align a table vertically. I have a table which is too big for a page. I tried the keep-together option but it doesnt work. I would like to have the table in vertical format so that all the columns can fit in a page. Im using FOP 0.18 Help!!! TIA Raj __