0
votes
1answer
8 views
how to set pagesize in special pages that i want to rotate just these pages!
Hello,
I have a document in iTextSharp. I want to set the default 'pagesize' to 'A4', but here we have special pages that needed to be rotated (just these pages) using A4.Rotate() …
0
votes
0answers
17 views
iTexhSharp and international character problem
Hi there, let me ask this questiom one more time, I have a table with some international characters and using iTextSharp to create PDF file. this is my code,some
charcters are mi …
0
votes
0answers
5 views
How can I use revisions to avoid invalidating digital signatures in a PDF?
Using Acrobat 9, if I sign a PDF using a self-signed certificate and then edit the PDF after I sign it, Acrobat will inform me that there is a valid signature on the document but t …
0
votes
0answers
6 views
iTextSharp asp.net Bulleted List to PDF
Hi There,
I have a asp.net web page with some contents and a BulletedList with some international characters, I am using iTextSharp library to export to PDF format.
How can I expo …
0
votes
2answers
32 views
Is the iTextSharp DLL free to use and redistribute with my web application project?
Is the iTextSharp DLL free to use and redistribute with my web application project which i will be selling?
1
vote
1answer
94 views
ItextSHARP Table splitting issue
Hi,
I have created a sample project using itextsharp. In that i have mentioned the Footer and a table, I generate rows by loop for the given number, if the table splits to another …
0
votes
0answers
13 views
iTextSharp : pdfPTable overlapping with other content
I am using iTextsharp to generate a PDF document from C# application. I am having a PdfPTable to display some tabular data. My problem in the table is overlapping with the other pa …
0
votes
0answers
8 views
iTextSharp international text
Hi There,
I have a asp.net BulletedList with some international characters,I am using iTextSharp library to Export the page to PDF.
I have no problem with other web page contents …
0
votes
1answer
51 views
I use itext.dll for generating a PDF using ASP.NET and I want a footer in my document?
I use itext.dll for genrating a PDF using ASP.NET and I want a footer in my document in the form of:
Page 1 of 6
HeaderFooter footer = new HeaderFooter(new Phrase("Page …
0
votes
1answer
30 views
iTextSharp Crashes with a StackOverflowException when getting a font
iTextSharp really, really doesn't like it when I try to create Fonts:
FontFactory.GetFont(Font.HELVETICA, 12)
This gives me a user-friendly StackOverflowException. So I tried th …
0
votes
3answers
27 views
itextsharp change table cell data
i have a pdf file
i want to change a table cell data by itextsharp
is there any way
1
vote
2answers
36 views
iTextSharp international text
Hi there,
I have a table in asp.net page,and trying to export it as a PDF file,I have couple of international characters that are not shown in generated PDF file,any suggestions,
…
0
votes
1answer
21 views
Writing to DirectContent with ColumnText does not update PdfDocument.GetVerticalPosition
Im using ITextSharp to generate a PDF, and have a situation where a need to use DirectContent via a ColumnText.
The problem is, that after writing text via the ColumnText object, …
1
vote
2answers
250 views
iTextSharp: SplitLate/SplitRows?
I have an issue where I have a table (PdfPTable) that may extend past the length of the page. I have tried looking up how to "split" a table onto more than one page but iTextSharp …
0
votes
3answers
50 views
ASP.NET - PDF Component in Medium Trust
Can anyone recommend some ASP.NET-compatible PDF Components that work in a medium trust environment? I read that ITextSharp works well, but coming from ABCPdf and ASPPdf, the thoug …
