PDF doesn't show in ie over https

2002-05-15 Thread Katiyar, Bhawana

 Hi!
 I generate PDFs using Fop. All PDF docs are displyed with IE 5.5, Netscape 6  
 over HTTP. When i switch it to HTTPS, Netscape works fine but IE gives the 
 following error : Internet Explorer cannot downloadInternet Explorer was 
 not able to open this Internet site. The requested site is either unavailable 
 or cannot be found.
 My cache-control is set to private. I have tried making it no-cache, 
 still doesn't work.
 
 Please help.
 
 Thanks in advance
 Bhawana
 
 
 
 Bhawana Katiyar
 508 861 3010 (O)
 508 879 0821 (R)
 847 800 7745 (Cell)
 
 Workscape was recently featured on Business Now, a  syndicated ABC TV program 
 that showcased our recent successes, including developing and driving the 
 world's largest employee portal.   To  take a look at this informative 5 
 minute clip, click here:   http://www.workscape.com/video/videoclip.asp
 
 
 


RE: PDF doesn't show in ie over https

2002-05-15 Thread Katiyar, Bhawana
Yes, I have tried static pdf files via https in IE. works fine.
B

-Original Message-
From: Oleg Tkachenko [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 15, 2002 2:48 PM
To: [EMAIL PROTECTED]
Subject: Re: PDF doesn't show in ie over https


Katiyar, Bhawana wrote:

I generate PDFs using Fop. All PDF docs are displyed with IE 5.5, Netscape 6  
over HTTP. 
When i switch it to HTTPS, Netscape works fine but IE gives the following 
error : Internet Explorer cannot downloadInternet Explorer was not able 
to open this Internet site. The requested site is either unavailable or 
cannot be found.
My cache-control is set to private. I have tried making it no-cache, 
still doesn't work.

Have you tried to view static (non generated) pdf files via https in IE?

-- 
Oleg Tkachenko
Multiconn International, Israel



RE: Building a FO document with FOP

2002-04-30 Thread Katiyar, Bhawana
I guess it is better to build them as XML documents and use xsl:fo to transform 
them to FO documents. It is much easier. You could use the XML to render HTML, 
RTF or any other format. FOP programming is also much easier, as you shift all 
the java programming burden of building the FO document to FOP. 
Bhawana

-Original Message-
From: Ismaeil, Sameh Z [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 30, 2002 10:37 AM
To: '[EMAIL PROTECTED]'
Subject: Building a FO document with FOP


Hello All,

We are trying to build FO documents through Java code, these documents will
be rendered with FOP. I would like to know whether it is recommended to
build them using the FOP classes that represent FO elements (FONode/FObj and
its decendants), or whether it is better to build them as XML docuemnts and
use FOP for rendering only.

Thanks in advance