itextsharp
Issue in adding paragraphs to pdf usimg itextsharp
I have the following code whose output in a pdf file is: Form M.T.R. 17 PAY-BILL OF GAZETTED OFFICER DDO Code: 703[详细]
2023-02-12 21:11 分类:问答Export page content to PDF using a iTextSharp (include buttons and grids)
How to export my aspx page (include buttons and Grids) to PDF? Searching the web I found iTextSharp, but it works only with normal html.[详细]
2023-02-12 16:45 分类:问答Retrieving the URL properties of an image within a PDF
I am trying to use itext to find an image within a pdf based on its URL. I know that when a pdf is composed in Adobe designer, that you can set its \'URL\' from which the image is loaded.[详细]
2023-02-12 15:12 分类:问答iTextSharp EXCEL output
I am using the following code to output data from a number of tables in my database to an excel document.[详细]
2023-02-12 14:15 分类:问答How do I insert a table into a PDF document with iTextSharp?
I want to insert a table into my existing PDF document. I was following a post about inserting an image into开发者_高级运维 a PDF but I\'m getting an null reference exception error when trying to add[详细]
2023-02-12 12:14 分类:问答How to get the value of a merged cell?
I am working on a project which has to make pdf report from couple of Excel files. The files should look like this: http://img194.imageshack.us/i/24766860.jpg/ and the pdf should look like this: http:[详细]
2023-02-12 11:41 分类:问答Generating pdf using itextsharp in asp.net c#
I want to generate pdf file as attached in the picture. i want to harcode the contents shown in the picture into a pdf file on button click.[详细]
2023-02-12 06:55 分类:问答Unicode symbols in iTextSharp
I\'m tr开发者_Go百科ying to use a Unicode symbol in my PDF file with iTextSharp. Dim base As BaseFont = BaseFont.CreateFont(\"C:\\\\WINDOWS\\\\Fonts\\\\WINGDING.TTF\", BaseFont.IDENTITY_H, BaseFont.E[详细]
2023-02-11 17:29 分类:问答How to select a value from a combo box using itextsharp in c#
I have a fill-able pdf whi开发者_如何学运维ch has a combo box and the values in it.How can i select a single value programmatically using c# and itextSharp?You just set the value like any other form f[详细]
2023-02-11 15:28 分类:问答Using ITextSharp to generate XPS documents instead of PDF?
I\'m using ITextSharp to generate PDF fi开发者_如何学Goles. Is it also possible to generate XPS files? And if yes, how?[详细]
2023-02-11 13:11 分类:问答