[iText-questions] PDF printing direct from JAVA

2003-12-17 Thread Reynaldo S. Tamayo
guys, I'm new in Java Programming and i'm having a problem on printing directly the PDF generated from database from my Action class. tanks in advance, Jun Tamayo NEC Technologies Philippines --- This SF.net email is sponsored by:

[iText-questions] How can I change security permissions on existing pdf

2003-12-17 Thread george brown
Hi, I'm using the follwoing code: System.out.println("Encrypting document iText libraries"); Document document = new Document(); .. PdfWriter writer = PdfWriter.getInstance(document, new FileOutputStream(in_filename)); writer.setEncryption(PdfWriter.STRENGTH40BITS, null, null, PdfWriter

Re[8]: [iText-questions] (no subject)

2003-12-17 Thread Algirdas M.
Hello again, Wednesday, December 17, 2003, 11:27:12 AM, you wrote: PS> You have an encoding problem with your java files. PS> It may be creating the java source with some encoding and PS> compiling with another. This code should work regardless of the encoding: PS> PdfReader reader =

[iText-questions] anyone know how to turn on the radio button print flag?

2003-12-17 Thread poon bob
Hey, I have a form with check boxes and radio buttons in pdf. For some reason, when I print it out. The radio button doesn't show. Someone advised me to turn on the print flags of that button. Can someone show me how? Bob __ Do you Yahoo!? Free Pop-Up Blocker - Ge

RE: [iText-questions] Problem with watermark

2003-12-17 Thread Kuldeep Kataria
Thanks Paul. It worked. --- Paulo Soares <[EMAIL PROTECTED]> wrote: > Lower the template box to account for the > descenders: > > wmTemplate.setBoundingBox(new Rectangle(0, -20, 500, > 200)); > > Best Regards, > Paulo Soares > > > -Original Message- > > From: [EMAIL PROTECTED] > [

Re: [iText-questions] Problems in Arabic Diactrics (tashkeel)

2003-12-17 Thread Ayman Zarroug
Title: RE: [iText-questions] Problems in Arabic Diactrics (tashkeel) The method "ColumnText.setArabicOptions(ColumnText.AR_COMPOSEDTASHKEEL)" is being called, but it doesn't resolve the problem.   Just to clarify the problem, words in arabic may have diacritics (tashkeel), which are symbols t

[iText-questions] Split and Bookmark

2003-12-17 Thread wang yun
Dear Paulo, I like the new concat_pdf with bookmark. But, how can I split pdf pages while splitting bookmark? Thanks for your help, yun --- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen y

RE: [iText-questions] Problem with watermark

2003-12-17 Thread Paulo Soares
Title: RE: [iText-questions] Problem with watermark Lower the template box to account for the descenders: wmTemplate.setBoundingBox(new Rectangle(0, -20, 500, 200)); Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Kulde

RE: [iText-questions] Problems in Arabic Diactrics (tashkeel)

2003-12-17 Thread Paulo Soares
Title: RE: [iText-questions] Problems in Arabic Diactrics (tashkeel) Other issue. Use the version at itextpdf.sf.net. It has a fix for a bug with lam-alef ligatures connecting to other letters. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PR

RE: Re[6]: [iText-questions] (no subject)

2003-12-17 Thread Paulo Soares
Title: RE: Re[6]: [iText-questions] (no subject) You have an encoding problem with your java files. It may be creating the java source with some encoding and compiling with another. This code should work regardless of the encoding:     PdfReader reader = new PdfReader("c:/demo_ru.pdf