How can i create PDF with fields? DOC-PDF ceonversion doesn't create
fields?
Alan
-Original Message-
From: Paulo Soares [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 20, 2005 11:27 AM
To: Alan Klikic; itext-questions@lists.sourceforge.net
Subject: RE: [iText-questions] register
Hi.
In iText examples ( http://itextdocs.lowagie.com/tutorial ) encrypting
is done using username and password.
Is it possible to encrypt PDF file using certificate (public key)?
Thanks,
Alan
---
This SF.net email is sponsored by
I'm signing existing pdf document. I read it with PDFReader and then
create signature and save it to another PDF file.
When I'm inserting text in signature (PDFTemplate) I have to create
BaseFont. For BaseFont I need encoding type.
I would like to retrieve document encoding and BaseFont with tha
Hi again.
I have 2 questions:
1)
I' m trying to insert text that I have in string into PDFTemplate:
pdfTemplate.beginText();
BaseFont basefont = null;
try {
basefont = BaseFont.createFont(BaseFont.TIMES_ITALIC,
BaseFont.CP1250, false);
Hi,
Is it possible to create font with UTF-8 encoding. I tried with
BaseFont.IDENTITY_H but I always get that encoding is not supported?
Thanx,
Alan.
---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a J
Hi.
Can we sign pdf file using iText with key (size=2048 Bits).
I tryed like this (part of code):
...
PdfSigGenericPKCS genericPKCS = pdfSignatureAppearance
.getSigStandard();
PdfLiteral pdfLiteral = (PdfLiteral) genericPKCS.get(PdfName.CONTENTS);
byte[] outc = new byte[(pdf
What is com.lovagie.text.Image position parameters (absolute X,
absolute Y,..) measurement unit? Pixel? Is it possible to set position
parameters in millimeters?
---
SF.Net email is sponsored by:
Tame your development challenges with Apac
Hi.
I have a problem signing pdf file witch file size is 9 MB or greater
(OutOfMemory Exception). Has iText any pdf file size restrictions?
Thanx,
Alan
---
SF.Net email is sponsored by:
Tame your development challenges with Apache's G