I\'m trying to read a pdf file and get all hyperlinks from this file. I\'m using iTextSharp for C# .net.
I need to sign a pdf document with PADES standard. 开发者_开发技巧I\'m programming with c#. Somebody can suggest something ?
I\'m exporting an html v开发者_开发问答iew to pdf, how can i get it to recognise css styles? mostly colors, table borders, font sizes, nothing too hectic.See this post. Support for HTML and CSS is get
when I want to use a font is iText I do the following: protected final static Font FONT_SIZE_11_BOLD = new Font(Font.HELVETICA, 11f, Font.BOLD);
I have to get an ordered list into pdf.The data stored is in html format.When exporting to pdf using itextsharp,the ol-li ta开发者_如何学Gogs should be replaced by an ordered list.You\'ll want to use
I\'m working on a C# program that uses iTextSharp.dll and WebCam_Capture.dll. When I build the program, it creates executable in the debug folder and it also copies these two dll\'s to the debug folde
I created a pdf form with livecycle. a static pdf. now i want to fill some fields of this pdf. i have no problem with textbox but i have a problem with the dropdownlist.
My requirement is like this, I would like to have headers from page 2 of the pdf but not in page 1. Is it possible开发者_JAVA百科 to do that using css counter and @page?please check my answer at iText
I am using iText (iTextSharp 5.1.1) and I am trying to do some tables. The first table column spans across several rows. Depending on previous content, the column would sometimes be split on two page
I will have to grab the data from database and construct a PDF file (in the same table format) and should give back to front-end users.