-
How me i can set the Height for my row collection?
Rewards in advance-.
2009-08-18 01:14:05 UTC by nobody
-
hello ... i use VB.NET i have this problem ...
I have write this code but when i debug the page have this error : Impossible convert com.lowagie.text.cell in com.lowagie.text.pdf.pdfpcell
Dim My_Image_Peso As Image = Image.getInstance(My_FilePath & "/Catalog_Weigh.jpg")
Dim My_Cell As New Cell()
My_Cell.add(My_Image_Peso)
My_Cell.add(New Phrase(New...
2009-04-01 14:48:51 UTC by stefanoguidetti
-
hello ... i use VB.NET i have this problem ...
I have write this code but when i debug the page have this error : Impossible convert com.lowagie.text.cell in com.lowagie.text.pdf.pdfpcell
Dim My_Image_Peso As Image = Image.getInstance(My_FilePath & "/Catalog_Weigh.jpg")
Dim My_Cell As New Cell()
My_Cell.add(My_Image_Peso)
My_Cell.add(New Phrase(New...
2009-04-01 13:10:27 UTC by stefanoguidetti
-
Hi,
I am using iText 4.1.2.0. Could anyone please help me. I am trying to add several Named Destinations to an existing PDF file. I went through the “iText In Action” book and through numerous online resources, and I still can’t figure out how to do it.
I know how to read Named Destinations from a file, I know how to apply them on a NEW file, but I still don’t know how to add Named...
2009-01-14 19:43:45 UTC by nobody
-
You can do it via COM, i.e. VBScript can access COM component and .NET has a feature to make a COM component.
2009-01-14 01:46:14 UTC by uzzy
-
uzzy added the ConcatPDF-1.1.11.zip file.
2008-12-16 01:49:22 UTC by uzzy
-
uzzy added the ConcatPDF-src-1.1.11.zip file.
2008-12-16 01:49:22 UTC by uzzy
-
uzzy created the ConcatPDF 1.1.11 file release.
2008-12-16 01:45:05 UTC by uzzy
-
Hello all,
Has anyone applied itext.net to an application which generates a possible 250 - 500 PDF documents within just 1 - 2 mins? How does the current dll libraries handle such loads? Any issues that you have come across (i.e. cpu / memory load or errors)?
Thanks!
2008-11-18 15:46:37 UTC by nobody
-
Hi,
is there a way to use iTextdotNet in a vbscript?
I currently have a fairly large vbscript that manipulates metadata of pdf files and I currently use a batch file to handle that. I'd like to use something like iTextdotNet instead if possible.
Thanks.
2008-11-13 05:05:07 UTC by nobody