Library to create and manipulate PDF documents in Java and C#. Use this tag for code using iText versions up to 5.5.x. For iText versions from 7.0.0 onwards a separate tag "itext7" is available.
Is there any way to shift / move the text inside existing pdf page to some other position? Like there is …
c# pdf itextsharp pdfsharpWonder if this possible. Saw many posts on adding watermark after the pdf is created and saved in disk. But …
c# asp.net pdf itextsharp watermarkI am trying to do something I thought would be quite simple, however it is not so straight forward and …
c# pdf itextsharpHow can I reduce the height of a line break which occurs when a paragraph length is too long for …
itextsharp line-breaks paragraphi'm starter in iTextSharp, i write this code for create RoundRectangle into PdfPTable and align table in page center string …
c# itextsharp pdfptableI have a pdf that was generated from scanning software. The pdf has 1 TIFF image per page. I want to …
image pdf itextsharp extractI am using these code ...my tables are sticked to left side of document as i havent given any paddings …
c# itextsharp pdfptableI need to post several (read: a lot) PDF files to the web but many of them have hard coded …
c# c#-4.0 itextsharpWe are developing a Pdf parser to be used along with our system. The requirement is such that, we store …
pdf licensing itextsharp itext pdf-parsingvar htmlarraylist = HTMLWorker.ParseToList(new StringReader(htmlText), styles); document.Open(); BaseFont Vn_Helvetica = BaseFont.CreateFont(@"C:\Windows\Fonts\arial.ttf", "…
c# itextsharp html-to-pdf