I have a strange issue related to concatenation of PDFs. Everything
works very well (almost). I am able to process dozens of pdfs, while
adding headers and footers. The problem occurs when certain pdfs are
the last to get concatenated. From what I can tell, there is nothing
special about these
Have a look
at PdfTable's writeSelectedRows() methods. You can get the direct content
from a page with PdfStamper and go from there...
Keep in mind
that you'll have to take care of positioning and page breaks
"manually". When writing to a PdfContentByte directly, you loose all
Documen
Thank you Paulo!
After I've changed to "new byte[256]", program works with 2k length key,
but generates invalid signature with 1k length key.
As I understand, 1k length key requires 128 byte digest, 2k length key -
256 byte. Is it possible to determinate required digest size depending
on key siz
I’m trying to add a table to a pdf file that has a
template added to it. The template PDF file that has a few text fields
for date, title, etc. To get those fields and set them, I believe I have
to use a PdfStamper object. Then I want to add a table to the document,
but I’m not sure how
Replace "new byte[128]" with "new byte[256]".
Paulo
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Android Andrew [:]
> Sent: Friday, September 15, 2006 12:42 PM
> To: iText-questions@lists.sourceforge.net
> Subject: [iText-questions] IllegalAr
Keko wrote:
>Hi all,
>
>I've to create some PDFs with two 'layers': an image (background), which
>is the same for all, and text (foreground), unique for each PDF file.
>
>
Read the image into a PdfImportedPage object.
When you create the document, add the PdfImportedPage
to each page in an onEn
Paulo Soares consiste.pt> writes:
>
> I attached source code in my last mail to do what you want to do. If you
> don't understand it maybe you should ask someone else to do your work.
>
> Paulo
OK, sorry, I didn't find the attached file in your mail. :-)
It escapes my attention. I overlook o
Hello everybody!
I've faced with problem similar to described here:
26 Oct 2005
http://www.mail-archive.com/itext-questions@lists.sourceforge.net/msg19419.html
If I'm using 1k length private key, everything is Ok, but if I try to
use 2k length key, I get this:
Exception in thread "main" java.l
Hi all,
I've to create some PDFs with two 'layers': an image (background), which
is the same for all, and text (foreground), unique for each PDF file.
I've seen how to do this in the samples, but i don't know if its
possible to have a template PDF (with the image), and add only the
foreground
Maybe QuickTime for Java would be a solution?
http://developer.apple.com/quicktime/qtjava/
http://developer.apple.com/samplecode/Java/idxQuickTime-date.html
Once you have a java.awt.Image for your PICT file, use the itext
Image.getInstance() to wrap it into an iText object, or draw it to a
Graph
I attached source code in my last mail to do what you want to do. If you
don't understand it maybe you should ask someone else to do your work.
Paulo
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Tibi
> Sent: Friday, September 15, 2006 12:13
Paulo Soares consiste.pt> writes:
>
> I found a program I did some time ago to embedd a TrueType font. In this
> program processResource() does more or less the same as
> BaseFont.getDocumentFonts() and refNum is the reference to the font
> descriptor.
>
> Paulo
Hello,
I'm not found "refNum"
Those are files created in Mac QuickDraw. iText doesn't support them.
Paulo
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of narendra babu
> Sent: Friday, September 15, 2006 11:42 AM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-q
can somebody tell me how to read the image data from the .pict file. i am finding the difficulty in doing that as i have to do this within a few days, i have to read the image data present in the file also the icc profile in the file.
Find out what India is talking about on - Yahoo!
I found a program I did some time ago to embedd a TrueType font. In this
program processResource() does more or less the same as
BaseFont.getDocumentFonts() and refNum is the reference to the font
descriptor.
Paulo
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED
Paulo Soares consiste.pt> writes:
>
> It can be done with BaseFont.getDocumentFonts(). This will get you the
> font name and the reference to the font dictionary. From there on refer
> to the PDF reference to add the actual font stream to the font
> descriptor.
>
> Paulo
Thanks for your (B
16 matches
Mail list logo