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
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.
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.
I am using the following code to output data from a number of tables in my database to an excel document.
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
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:
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.
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
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
I\'m using ITextSharp to generate PDF fi开发者_如何学Goles. Is it also possible to generate XPS files? And if yes, how?