I understand. However, I have to use template, cause I don't know the
correct text yet when I add the template.
On Thu, Mar 24, 2011 at 2:29 PM, Nurettin DAG wrote:
> I believe those functions are only available when you add the chunk via
> document.add but not through template.
>
> On Thu, Mar
I believe those functions are only available when you add the chunk via
document.add but not through template.
On Thu, Mar 24, 2011 at 4:21 PM, Colin Cheng wrote:
> Hi,
>
> I'm not sure if the following issues are bugs or not.
>
> 1. When I try to use Chunk.setGenericTag() function, and the chun
Hi,
I'm not sure if the following issues are bugs or not.
1. When I try to use Chunk.setGenericTag() function, and the chunk is added
to a PdfTemplate, then it will not trigger the page's onGenericTag event.
2. When the chunk is about to be added to a PdfTemplate, the chunk's
setLocalGoto() will
Specifically, the manipulatePdf function:
PdfDictionary action = field.getAsDict(PdfName.A);
PdfDictionary f = action.getAsDict(PdfName.F);
f.put(PdfName.F, new
PdfString("http://itextpdf.com:8080/book/request";);
Your code is presumably looping through every object in
Op 24/03/2011 15:38, xi...@gmx.com schreef:
Hi,
I would like to know if is possible to modify pdf object and re-save
the pdf with changes.
This is an example that shows how to replace an URL: http://1t3xt.be/?124
If you want to know more about the structure and the content of the
objects, yo
Hi,
I would like to know if is possible to modify pdf object and re-save
the pdf with changes.
The purpose is change the path of a link in a pdf collection.
I did the following test, but i don't know how to continue: (code in
vb.net)=
FYI: message from our friends at JPedal
Original message
Subject:Fix for imageio JPEG2K memory leak
Date: Thu, 24 Mar 2011 09:51:48 +
If you are using imageio for JPEG2000, we have patched a nasty memory
leak in the code. Explanation and jar a
Op 24/03/2011 1:22, Jeff Sodeman schreef:
> Thank you for your time and help. I made sure the response was
> flushing after iTextSharp was done with it to get rid of that HTML.
> The test server is running the latest iText, but the live server was
> running an older one (and that's where the sam