Re: [iText-questions] Printing PDF from iTextSharp

2012-03-14 Thread iText Info
Op 14/03/2012 15:30, NasaFun schreef: > Please let me know if it is feasible to do. No, Adobe Reader considers silent printing as a security hazard (and with good reason). What you're asking can't be done without having a dialog popup.

[iText-questions] Printing PDF from iTextSharp

2012-03-14 Thread NasaFun
All, I am new bee to this mailing list, please spare me if any rules are violated. I am trying to print a PDF from C# using iTextSharp in silent mode (This is back ground print and I do not want any dialog poping up during printing). Please let me know if it is feasible to do. If anyone h

Re: [iText-questions] printing pdf stream

2011-07-07 Thread 1T3XT BVBA
On 7/07/2011 17:09, Kevin Day wrote: > Acrobat doesn't handle things very > well when you submit multiple print jobs in quick succession. When you call Acrobat or Reader from the Execute class, you start up a process that stays alive for a while even after the Java process has been terminated. Th

Re: [iText-questions] printing pdf stream

2011-07-07 Thread Kevin Day
well... they certainly could save the byte[] to a file and print it from there... be careful with printing PDFs, though - Acrobat doesn't handle things very well when you submit multiple print jobs in quick succession. -- View this message in context: http://itext-general.2136553.n4.nabble.com/p

Re: [iText-questions] printing pdf stream

2011-07-07 Thread 1T3XT BVBA
On 6/07/2011 17:08, bobsyouruncle wrote: > Hello, > > We have been using iText to print existing pdf's with the line: > > com.lowagie.tools.Executable.printDocument("c:/test.pdf"); > > We would like to change it so that some of the pdf's are dynamic, is it > possible to print a ByteArrayOutputStrea

[iText-questions] printing pdf stream

2011-07-07 Thread bobsyouruncle
Hello, We have been using iText to print existing pdf's with the line: com.lowagie.tools.Executable.printDocument("c:/test.pdf"); We would like to change it so that some of the pdf's are dynamic, is it possible to print a ByteArrayOutputStream or ByteArray? I have looked for examples but have b

Re: [iText-questions] Printing PDF after Convert from html to pdf

2009-07-06 Thread 1T3XT info
MDG wrote: > After Converting the document from html to pdf format it Generating fine and > open it also showing Data Good. > > After the compleation of convertion i am trying to print the document it is > printing but it is not Getting orginal format. it is giving like > > %PDF-1.4 > % > 2 0 obj

[iText-questions] Printing PDF after Convert from html to pdf

2009-06-29 Thread MDG
After Converting the document from html to pdf format it Generating fine and open it also showing Data Good. After the compleation of convertion i am trying to print the document it is printing but it is not Getting orginal format. it is giving like %PDF-1.4 % 2 0 obj <>stream - - - - - - - - -

Re: [iText-questions] Printing PDF

2009-05-30 Thread 1T3XT info
Leonard Rosenthol wrote: > iText doesn’t support printing. Correct: > *From:* Ludger Roßkamp [mailto:[email protected]] > I have buy the book, but I can’t find the right information. Hmm, did you read the Table of Contents? "18.3.1 How to print a PDF programmatically?" I quote: If you post the

Re: [iText-questions] Printing PDF

2009-05-29 Thread Leonard Rosenthol
iText doesn't support printing. From: Ludger Roßkamp [mailto:[email protected]] Sent: Friday, May 29, 2009 6:20 AM To: [email protected] Subject: [iText-questions] Printing PDF Hello I want to print my PDF directly in Black and White. The PDF contains colored graphic

[iText-questions] Printing PDF

2009-05-29 Thread Ludger Roßkamp
Hello I want to print my PDF directly in Black and White. The PDF contains colored graphics and tables. I have buy the book, but I can’t find the right information. How do I print the PDF in black/white? Thank for help. Best Regards Ludger Mit freundlichen Grüßen Lud

Re: [iText-questions] Printing PDF-document with invisible signature - reated with i-text

2009-03-10 Thread Leonard Rosenthol
: Tuesday, March 10, 2009 3:51 AM To: [email protected] Subject: [iText-questions] Printing PDF-document with invisible signature - reated with i-text Dear specialists, using the i-text library (vs. 2.0.6) we create PDF-documents and sign them with an invisible signature

[iText-questions] Printing PDF-document with invisible signature - reated with i-text

2009-03-10 Thread hofinger
Dear specialists, using the i-text library (vs. 2.0.6) we create PDF-documents and sign them with an invisible signature. Everything works fine so far - only when printing 2 or 3 (or several) pages per sheet out of Acrobat Reader the first sheet breaks after the first page. Furhter sheets are

Re: [iText-questions] printing pdf - from java

2006-10-25 Thread Damien Drix
Hello, First here's a related entry in the iText FAQ : http://itext.ugent.be/library/question.php?id=5 Now: On Unixes : - the lpr command on most systems works quite well. On Windows (prepare to enter a world of pain) : - If you're only interested in PS-capable printers : Go for the stan

[iText-questions] printing pdf - from java

2006-10-24 Thread David Thielen
Hi;   What's the best program out there for printing pdf files - on linux and preferably a java program so it can run on Windows too.   thanks - dave- Using Tomcat but need to do more? Need to support web services, security?

[iText-questions] Printing PDF from HTML.

2006-06-18 Thread KA Jaganatha
I have a PDF generated using iText API in a Struts WebAPP.  Want users to print  this PDF from html in the Struts WebApp.   SilentPrintServlet given in iText is not very clear.  Does anyone have a sample to print from Struts actions?   Thanks in advance.   K. A. Jaganatha[EMAIL PROTECTED](919

Re: [iText-questions] Printing PDF without opening the document.

2006-04-27 Thread Vineet Reynolds
Vivek, to be more specific you could look at this page - http://www.noliturbare.com/ChicksTools.htmlOn 4/27/06, Vineet Reynolds <[EMAIL PROTECTED]> wrote: Thanks Bruno.Vivek, you could try if the programs available at http://www.noliturbare.com/ can match your needs.These are not my programs thou

Re: [iText-questions] Printing PDF without opening the document.

2006-04-27 Thread Vineet Reynolds
Thanks Bruno.Vivek, you could try if the programs available at http://www.noliturbare.com/ can match your needs.These are not my programs though. But they're worth a try. You could ask the author (Govert) regarding any licensing issues for commercial projects. On 4/27/06, bruno <[EMAIL PROTECTED]>

Re: [iText-questions] Printing PDF without opening the document.

2006-04-27 Thread bruno
Vivek Mishra wrote: Hi, There is this requirement to print all the PDF's kept in a folder on a Windows XP based machine without opening all the individual documents. There will be a batch program which will run and will scan all the PDFs and print the same without opening the individual fil

[iText-questions] Printing PDF without opening the document.

2006-04-27 Thread Vivek Mishra
Hi, There is this requirement to print all the PDF's kept in a folder on a Windows XP based machine without opening all the individual documents. There will be a batch program which will run and will scan all the PDFs and print the same without opening the individual files. How can I proceed wi

[iText-questions] Printing PDF

2005-11-08 Thread Steve Simpson (AVR IT Dept)
Is there a way to programmatically print a PDF file in Java?  I'm looking for something that will automatically print to the current printer defined within Windows.    I've seen a way to do it by reading the FAQ by calling command or cmd but I'd need to specify the path to the installed

Re: [iText-questions] printing pdf files

2005-09-23 Thread Leonard Rosenthol
At 10:31 AM 9/23/2005, Markus Eberhard wrote: i can create pdf files dynamically. those part its working fine. Now i want to print the generated PDF files on the client location with out opening acrobat reader. The only way to do that is with a custom browser plugin on your user's com

[iText-questions] printing pdf files

2005-09-23 Thread Markus Eberhard
i can create pdf files dynamically. those part its working fine. Now i want to print the generated PDF files on the client location with out opening acrobat reader.Is this possible with iText? Thanks MarkusMit der Gruppen-SMS von WEB.DE FreeMail können Sie eine SMS an alle    Freunde gleichzeitig

[iText-questions] Printing PDF from Swing

2004-02-05 Thread Sulman . Jeff
I have created my first document in iText and it acutally works. Now how do I get that document to open Adobe Reader so the user can view/edit/save the document? I found examples of doing this through servlets and JSPs but none on how to do it through a non-web application. Thanks in advance

RE: [iText-questions] Printing pdf files

2004-01-12 Thread Tony . L . Reller
Susan Wang Sent: Friday, January 09, 2004 12:09 PM To: [EMAIL PROTECTED] Subject: [iText-questions] Printing pdf files Hi, I have problems to print pdf files generated by iText through a servlet. The file can be viewed in the browser just fine, but it does not print. The problem only happens

[iText-questions] Printing pdf files

2004-01-10 Thread Susan Wang
Hi, I have problems to print pdf files generated by iText through a servlet. The file can be viewed in the browser just fine, but it does not print. The problem only happens when Netscape7.1 and AcrobatReader6.0 are used. We have tried IE and other versions of AcrobatReader, they all seem w

Re: [iText-questions] Printing PDF

2003-08-29 Thread Leonard Rosenthol
At 11:48 AM -0700 8/29/03, roli khanna wrote: I am using itext for generating the PDF document . I have to print this document as soon as a i generate the PDF document . Print it on the server or the client? What OS platform? What type of printer(s)? Leonard --

[iText-questions] Printing PDF

2003-08-29 Thread roli khanna
Hi I am using itext for generating the PDF document  . I have to print this document as soon as a i generate the PDF document .   Thanks in advance Roli Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software

[iText-questions] printing pdf from windows xp

2003-08-28 Thread Armin Waldispuehl
hi there, after a user fills out a form on a webpage the information is sent to a servlet which creates a pdf and send it back to the browser. then the user should be able to print the page directly out of the browser. All works fine but with some Windows XP machine I do have problems to print.

[iText-questions] Printing pdf files

2003-06-26 Thread SARGHI Mircea Ionut
Does anyone know how I could print some pdf files without using a shell command like (acroRD32 /p "file")? -- SARGHI Mircea Ionut Senior Developer IN WWW Ltd London 283 Archway Road Highgate London N6 5AA [EMAIL PROTECTED] T: +44 020 8347 0202 F: +44 020 8374 7478 Feel free to take a look at

[iText-questions] printing PDF

2003-06-03 Thread RAFFAELE.BELLO
Hi, someone know how can I print PDF files extracted from a DB? Well exactly I extract the data, create the PDF files with the iText library and print directly ... maybe I need to create one big PDF with all the information and then print it? Thanx, Raffaele --

[iText-questions] Printing PDF from JAVA

2003-01-21 Thread Oscar
First of all thanks for your answer about dynamic table loading, at last I developed my own xml parser form my own xml templates and data is dynamically loaded into cells.   Well may be this it´s not the best place to make this question but as PDF makers working with Java I´m sure that there

RE: [iText-questions] Printing PDF Documents in Web

2002-12-03 Thread Paulo Soares
That's the way the Acrobat plug-in works. Best regards, Paulo Soares > -Original Message- > From: Sameer Karkhanis [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, July 24, 2001 4:25 > To: [EMAIL PROTECTED] > Subject: [iText-questions] Printing PDF Documen

[iText-questions] Printing PDF Documents in Web

2002-12-02 Thread Sameer Karkhanis
Hi I'm generating a PDF by calling a servlet. The call to the servlet is made in a Frame. Once the PDF is displayed in the frame, i try to print it by going to "File" in the menu of the browser and Clicking on "Print". The resultant is a blank page printed out. However when i print using th

[iText-questions] printing pdf

2002-10-01 Thread Eduardo B. Santilli - SICREDI Serviços
I create a pdf with iText and now i need to print them on java. How can i do this?       Eduardo B. Santilli Tecnologia - ProgramadorSicredi ServiçosTelefone: (51) 3358-4700 Ramal: 4979

[iText-questions] printing pdf

2002-09-30 Thread Eduardo B. Santilli - SICREDI Serviços
 Someone know how to print a pdf file on java???   Eduardo    

[iText-questions] printing pdf

2002-09-30 Thread Eduardo B. Santilli - SICREDI Serviços
i have a problem with pdf on linux. i can view the pdf on linux, but when i try to print the file, it does not work. And when i try to print o windows, it works.   any one have an idea???   thanks!!!     Eduardo B. Santilli Tecnologia - ProgramadorSicredi ServiçosTelefone: (51) 3358-4700

Re: [iText-questions] Printing PDF on multiple pages

2002-08-25 Thread Leonard Rosenthol
At 2:33 PM -0700 8/23/02, Prasad Kulkarni wrote: >Does any one knows how to span a PDF on multiple pages (just like MS >Project does) and print it ? Just make a very wide PDF page and Adobe Acrobat will do the right thing when it prints (assuming the latest versions of Acrobat, printer

Re: [iText-questions] printing pdf - URGENT

2002-06-27 Thread Cyril Rognon
Hi, I think this has nothing to do with iText ... it is a RunTime.exec problem. You should find ALL your answers here : http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.html Cyril At 18:29 27/06/2002 +0800, you wrote: >I use the code pasted below to send a pdf document directly to

[iText-questions] printing pdf - URGENT

2002-06-27 Thread SandeeSuzeth . Co
Hi, I use the code pasted below to send a pdf document directly to the printer. It works fine with Acrobat Reader 4 but in Reader 5, the reader is still launched even with the /p /h. Only /h works, that is, the print dialog box is hidden. For Windows 95 : Runtime.getRuntime().exec(command.com /

Re: [iText-questions] Printing PDF

2002-06-26 Thread JasperIan . Guela
Runtime Exception",JOptionPane.ERROR_MESSAGE); } thanx, Jas Pasha Mahaboob <[EMAIL PROTECTED]> on 06/27/2002 01:08:36 AM To: [EMAIL PROTECTED] cc: Subject: Re: [iText-questions] Printing PDF Hi JasperIan.Guela, I tried to print the pdf file directly using the following code.

Re: [iText-questions] Printing PDF

2002-06-18 Thread JasperIan . Guela
to be done? Thanks !!! Cyril Rognon <[EMAIL PROTECTED]> on 06/17/2002 04:36:01 PM To: [EMAIL PROTECTED] cc: Subject: Re: [iText-questions] Printing PDF Hi, you have to use "/P" and "/H" to avoid the Print Dialog Box Cyril At 18:23 15/06/2002 +0800, you wrote: &

[iText-questions] Printing PDF

2002-06-15 Thread JasperIan . Guela
Hi All ! Just want to ask if there is a way to directly send the PDF to be printed to the printer with out launching the Acrobat Reader Print Dialog Box. By using "/P" in the command Runtime.getRuntime().exec("start acrord32 /p " + Document.pdf) , the Acrobat Reader print dialog box will be lau