RE: Security problem with a pdf.

2004-02-24 Thread Matthew Case
I ran into the same problem with my servlet pushing PDF directly to the user on a POST. If you are pushing on a POST, IE (and maybe Netscape, I don't remember, I tried to fix this about 2 years ago) automatically put an XHTML doctype reference in the HTML that is not gotten over HTTPS. As fa

RE: Yet another pagination issue

2004-02-24 Thread Matthew Case
977 1260 http://www.accuratesoftware.com -Original Message- From: Matthew Case [mailto:[EMAIL PROTECTED] Sent: 23 February 2004 18:58 To: [EMAIL PROTECTED] Subject: Yet another pagination issue The ongoing saga of my FOP-driven letter engine continues. Now, management has requested that I

Yet another pagination issue

2004-02-23 Thread Matthew Case
The ongoing saga of my FOP-driven letter engine continues. Now, management has requested that I create letters that are comprised of 2 pages. The letter text on the first page, and state-specific legal text on the back.   First, I want to specifically say "this text can only go on even page

Double-sided letters

2004-02-20 Thread Matthew Case
I was wondering if there is an FOP-supported method where I can create a PDF file that alternates one template for pages 1, 3, 5, etc and a different page for pages 2, 4, 6, etc, regardless of if one page overruns into the second one?   I need to be able to append one 2 page document like th

RE: Specifying printer for print output

2003-12-29 Thread Matthew Case
woops, I forgot to actually specify the name of the function. it's PrinterJob.printDialog() -Original Message- From: Matthew Case [mailto:[EMAIL PROTECTED] Sent: Monday, December 29, 2003 11:50 AM To: [EMAIL PROTECTED] Subject: RE: Specifying printer for print output Seems to me

RE: Specifying printer for print output

2003-12-29 Thread Matthew Case
Seems to me that the PrinterJob class has a function that allows you to prompt the user for what printer they want to use, etc. I would start there. http://java.sun.com/j2se/1.3/docs/api/java/awt/print/PrinterJob.html -Original Message- From: Mark Williams [mailto:[EMAIL PROTECTED] Sent:

Embedding bitmaps directly in XSL/FOP Rendering

2003-12-15 Thread Matthew Case
Hello all.   About a year ago I developed a database-enabled text-parsing engine that can be used to create letters and faxes and other happy things that the business-types here like. The rendering is done using FOP 0.20.5, so my question is relevant and two fold. The first part is XSL-FO r