[iText-questions] pdf print error

2009-08-18 Thread Jason Berk
a number of the PDFs I create open in adobe reader just fine, but throw this error when you try to print them on any printer. any clues on where to start looking. Jason -Original Message- From: Michelle Gustin Sent: Tue 8/18/2009 11:37 AM To: Jason Berk Subject: The PEN is

Re: [iText-questions] pdf print error

2009-08-18 Thread Leonard Rosenthol
-questions] pdf print error a number of the PDFs I create open in adobe reader just fine, but throw this error when you try to print them on any printer. any clues on where to start looking. Jason -Original Message- From: Michelle Gustin Sent: Tue 8/18/2009 11:37 AM To: Jason Berk Subject

Re: [iText-questions] PDF print problem

2007-09-28 Thread Bruno Lowagie
webtom wrote: Hi, i want to print a pdf file silently via java code but the following exception is thrown by document.close(): ExceptionConverter: java.io.IOException: The document has no pages. If this is the code you are using: try { PdfWriter writer =

[iText-questions] PDF print problem

2007-09-28 Thread webtom
Hi, i want to print a pdf file silently via java code but the following exception is thrown by document.close(): ExceptionConverter: java.io.IOException: The document has no pages. Opening the document is successful and the document also has a content. I use itext-2.0.4.jar. Here is my java

Re: [iText-questions] PDF - Print to File

2007-01-20 Thread Bruno Lowagie
Manoj wrote: Hi All, Would like to know, whether using iText can I print a pdf file using the print to file option. If yes will it possible for u guys to guide me to achieve the same. I don't understand the question. iText writes PDF to an OutputStream. If the OutputStream is a

Re: [iText-questions] PDF - Print to File

2007-01-20 Thread Franco Biaggi
Hi, this should be supported in JavaPrint api's Manoj wrote: Hi Bruno, Let me re-phrase my question. I would like to print the pdf file, i.e., through itext creating a pdf file (which I m able to do) and then printing the same. But while printing instead of sending it to a physical

Re: [iText-questions] PDF - Print to File

2007-01-20 Thread Bruno Lowagie
Manoj wrote: Hi Bruno, Let me re-phrase my question. I would like to print the pdf file, i.e., through itext creating a pdf file (which I m able to do) and then printing the same. But while printing instead of sending it to a physical printer i would like to send the print request

[iText-questions] PDF - Print to File

2007-01-19 Thread Manoj
Hi All, Would like to know, whether using iText can I print a pdf file using the print to file option. If yes will it possible for u guys to guide me to achieve the same. Thanx in advance for the replies. -- Regards, Manoj

Re: [iText-questions] pdf print?!?

2004-01-10 Thread chicks
--- [EMAIL PROTECTED] wrote: aha,.. can you tell me any company? the file does not have to be displayed anytime, i need only a printout function. so i wont transfer the normal pdf file The example I showed, and products like ActivePDF's PDFPrint require Adobe Reader on the client,

[iText-questions] pdf print?!?

2004-01-09 Thread jdc32
hello,.. please help me,... is it possible to open a existing pdf file and print it one time with a java servlet it is really important! thanks so far jonas --- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast

RE: [iText-questions] pdf print?!?

2004-01-09 Thread Paulo Soares
Title: RE: [iText-questions] pdf print?!? See http://www.lowagie.com/iText/faq.html#printing. You can also use ghostscript. Best Regards, Paulo Soares -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, January 09

Re: [iText-questions] pdf print?!?

2004-01-09 Thread Wendy Smoak
RE: [iText-questions] pdf print?!?From: Paulo Soares See http://www.lowagie.com/iText/faq.html#printing. You can also use ghostscript. But the OP wants to print it one time with a java servlet. The code above will lead to a pile of paper in the server room, while I suspect that the OP wants

Re: [iText-questions] pdf print?!?

2004-01-09 Thread Matt Benson
be candidates for this. This discussion could get really long though so I'll leave it at that for now. -Matt --- Wendy Smoak [EMAIL PROTECTED] wrote: RE: [iText-questions] pdf print?!?From: Paulo Soares See http://www.lowagie.com/iText/faq.html#printing. You can also use ghostscript

Re: [iText-questions] pdf print?!?

2004-01-09 Thread chicks
Many ways to do this. The simplest is to add JavaScript to the PDF that will print to the default printer, or will open a print dialog: SNIP // Check DisplayMethod parm String displayMethod = request.getParameter(DisplayMethod); if

Re: [iText-questions] pdf print?!?

2004-01-09 Thread jdc32
printers may be candidates for this. This discussion could get really long though so I'll leave it at that for now. -Matt --- Wendy Smoak [EMAIL PROTECTED] wrote: RE: [iText-questions] pdf print?!?From: Paulo Soares See http://www.lowagie.com/iText/faq.html#printing. You can also use

Re: [iText-questions] pdf print?!?

2004-01-09 Thread Leonard Rosenthol
At 5:32 PM +0100 1/9/04, [EMAIL PROTECTED] wrote: my problem is, that i need a solution to serve existing pdf files to webusers. the webuser is allowed to print the pdf file only one time!!! So what you REALLY want isn't forcing the user to print - it's Digital Rights Management. You need to

RE: [iText-questions] pdf print?!?

2004-01-09 Thread Paulo Soares
Title: RE: [iText-questions] pdf print?!? You can't do that without going for DRM solutions like fileopen or authentica. Best Regards, Paulo Soares -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, January 09, 2004

Re: [iText-questions] pdf print?!?

2004-01-09 Thread Matt Benson
]; [EMAIL PROTECTED] Sent: Friday, January 09, 2004 4:29 PM Subject: Re: [iText-questions] pdf print?!? But you just want it to print to the user's default (Windows) printer? You could do it, for example, if you sent the printer path to the servlet, assuming the servlet runs on Windows

Re: [iText-questions] pdf print?!?

2004-01-09 Thread jdc32
was saved -. :) so i search for another solution - Original Message - From: Leonard Rosenthol [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, January 09, 2004 5:41 PM Subject: Re: [iText-questions] pdf print?!? At 5:32 PM +0100 1/9/04, [EMAIL PROTECTED] wrote

Re: [iText-questions] pdf print?!?

2004-01-09 Thread jdc32
PROTECTED]; [EMAIL PROTECTED] Sent: Friday, January 09, 2004 5:54 PM Subject: Re: [iText-questions] pdf print?!? As has been beaten to death on this forum, once you serve the PDF to a user, due to the nature of PDF, you can't control things like whether they copy it or print it. You

Re: [iText-questions] pdf print?!?

2004-01-09 Thread Matt Benson
PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, January 09, 2004 5:54 PM Subject: Re: [iText-questions] pdf print?!? As has been beaten to death on this forum, once you serve the PDF to a user, due to the nature of PDF, you can't control things like whether they copy

Re: [iText-questions] pdf print?!?

2004-01-09 Thread Leonard Rosenthol
At 6:05 PM +0100 1/9/04, [EMAIL PROTECTED] wrote: sure, but i dont wont to transfer any pdf directly to the user. Of course you do - since if you don't transfer the file, the browser can't display anything. And if the user has their browser configured to NOT do in-browser viewing OR if they

Re: [iText-questions] pdf print?!?

2004-01-09 Thread Leonard Rosenthol
At 5:54 PM +0100 1/9/04, [EMAIL PROTECTED] wrote: i know fileopen, but it is too complex for normal users. i use fileopen now, but my target usergroup are over 50 years old and every 3 user had a problem with fileopen,... What about Adobe's Content Server? Then the user doesn't have to add

Re: [iText-questions] pdf print?!?

2004-01-09 Thread jdc32
09, 2004 6:21 PM Subject: Re: [iText-questions] pdf print?!? At 5:54 PM +0100 1/9/04, [EMAIL PROTECTED] wrote: i know fileopen, but it is too complex for normal users. i use fileopen now, but my target usergroup are over 50 years old and every 3 user had a problem with fileopen,... What about

Re: [iText-questions] pdf print?!?

2004-01-09 Thread chicks
--- [EMAIL PROTECTED] wrote: the file does not have to be displayed anytime, i need only a printout function. so i wont transfer the normal pdf file What you need is a custom mime-type and helper application (you end users will need to install the helper). Security will need to be handled

Re: [iText-questions] pdf print?!?

2004-01-09 Thread Leonard Rosenthol
At 6:37 PM +0100 1/9/04, [EMAIL PROTECTED] wrote: aha,.. can you tell me any company? See http://www.adobe.com/products/contentserver/partners.html. the file does not have to be displayed anytime, i need only a printout function. so i wont transfer the normal pdf file In order to print