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:
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
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 =
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
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]
> [
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
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
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
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
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
10 matches
Mail list logo