On 10/4/2013 5:07 AM, Jon Jay wrote:
> I used concat_pdf.java from iText tutorial.
Which tutorial might that be?
The official documentation is the book: http://itextpdf.com/book
and chapter 7 tells you how to concatenate files with bookmarks:
http://itextpdf.com/examples/iia.php?id=141
-
Hi,
I'm trying to concatenate some pdf files(containing images) into a single
file and trying to create a bookmark to it. The source pdfs have no
bookmark. I'm using PdfCopy writer object. I used concat_pdf.java from iText
tutorial. The files being concatenated. but no bookmark.
I started writ
Hello everyone, I am trying to create a font from a byte[] but it seems
that it gets corrupted.
I followed this entry:
http://www.mail-archive.com/itext-questions@lists.sourceforge.net/msg02588.html
but when I try to use it, in the moment of creation, i get this message:
com.lowagie.text.DocumentE
Hello everyone, how can I set a table height? I checked that I can set a
cell minimumHeight, but I cant find anything like in the table options.
--
October Webinars: Code for Performance
Free Intel webinars can help you acc
Op 3/10/2013 12:19, shira schreef:
> Could it be that it's better to change the example in the link above
> to close the readers after closing the document in order to help
> future users or add some other documentation about this?
> (sorry if it's already documented and I missed something)
It's
Just one additional comment:
For the concatenation, I was using the code published here:
http://itextpdf.com/examples/iia.php?id=123
and added the corrections for writing a tagged PDF (settagged+
copy.addPage(...,true)); )
Could it be that it's better to change the example in the link above to
c
Thanks a lot!
> Problem is solved.
>
> S
>
>
> On Wed, Oct 2, 2013 at 6:33 PM, iText Info wrote:
>
>> Op 2/10/2013 15:37, shira schreef:
>> > I had a code merging two PDFs, which was using setTagged in case both
>> > of the concatenated PDFs are tagged (worked well with 5.4.3).
>> When concatenat