pageEncoing and contentType

2004-04-19 Thread seiji takegata
to this list. Thanks you. -- seiji takegata [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: pageEncoing and contentType

2004-04-20 Thread seiji takegata
not only for PDF files but image files or what ever. Am I wrong? seiji takegata wrote: Hi, I'm trying to generate PDF document from JSP, using itext library. (http://www.lowagie.com/iText/) I set contentType attribute to get browser open AdobeReader, and pageEncoding to get

Re: pageEncoing and contentType

2004-04-20 Thread seiji takegata
a binary content, not html. That's why I don't want to add charset string to content-type. -- seiji takegata [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: pageEncoing and contentType

2004-04-20 Thread seiji takegata
=application/pdf pageEncoding=Shift_JIS % then: application/pdf; charset=Shift_JIS (ouch!) else if: %@ page contentType=application/pdf% application/pdf This is what I want. Anyway, I'm grad to know you (or someone) are interested in this problem, thanks. -- seiji takegata [EMAIL PROTECTED

Re: pageEncoing and contentType

2004-04-21 Thread seiji takegata
. Am I wrong? seiji takegata wrote: Hi, I'm trying to generate PDF document from JSP, using itext library. (http://www.lowagie.com/iText/) I set contentType attribute to get browser open AdobeReader, and pageEncoding to get right encoding for Japanese characters

Re: pageEncoing and contentType

2004-04-21 Thread seiji takegata
. By the way, I don't believe that spec is always right. I want to know the reason why the spec describes so. -- seiji takegata [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]