itext
Reading hyperlinks from pdf file
I\'m trying to read a pdf file and get all hyperlinks from this file. I\'m using iTextSharp for C# .net.[详细]
2023-03-25 23:21 分类:问答Digital sign of PDF with PAdES standard
I need to sign a pdf document with PADES standard. 开发者_开发技巧I\'m programming with c#. Somebody can suggest something ?[详细]
2023-03-25 22:56 分类:问答How do I use css and stylesheets with ITextSharp 4
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[详细]
2023-03-25 21:38 分类:问答How to add new fonts to Itext using java
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);[详细]
2023-03-25 17:42 分类:问答How to get ordered list into pdf using itext?
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[详细]
2023-03-25 10:31 分类:问答Embedding DLL's into .exe in in Visual C# 2010
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[详细]
2023-03-25 01:10 分类:问答Populate a dropdownlist in PDF with ITextSharp
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.[详细]
2023-03-24 21:53 分类:问答Is there a way to set different headers on different pages in a pdf generated flying saucer and iText?
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[详细]
2023-03-24 18:26 分类:问答How to prevent iText table PdfPCell spanning across multiple rows from splitting across pages?
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[详细]
2023-03-24 16:50 分类:问答Base Template for PDF generation in iText
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.[详细]
2023-03-24 13:23 分类:问答