itext
Open Generated pdf file through code directly without saving it onto the disk
I use Sharepoint 2010 and I am developing a web part where on a button click event, a pdf file needs to be generated and opened directly. Should not be saving onto the disk.[详细]
2023-04-13 10:01 分类:问答printing solution
I have an application that uses Flex (SDK 4.5.1) on the client side and Java on the server. User of this application needs to be able to print documents that have the following characteristics:[详细]
2023-04-13 08:08 分类:问答Last version of jChart, JFreeChart, iText, JasperReports that runs with jdk 1.4
I\'m going to develop a Web App. with Jdk 1.4 on Webl开发者_如何学Googic 8 and I need to use jChart, JFreeChart, iText and JasperReport.[详细]
2023-04-13 06:30 分类:问答iText create pushbutton at relative position
I\'d like to create a pushbutton on a pdf using iText. However i cannot create it at any fixed/ position. It needs to be done at a relative position. Like say, 5-6 cm. 开发者_如何学编程before end of P[详细]
2023-04-13 05:31 分类:问答ITextSharp taking too much time in getting Number of Pages
I have this piece of code: foreach(string pdfFile in Directory.EnumerateFiles(selectedFolderMulti_txt.Text,\"*.pdf\",SearchOption.AllDirectories))[详细]
2023-04-12 15:24 分类:问答How To programmatically detect XFA (Adobe XML Forms Architecture) dynamic PDF
I have a system that converts pdf to tif. Basically it\'s a program written in csharp that uses iTextSharp to get metadata about the pdf and pdf2tif (http://pdftotif.sourceforge.net/) to convert to th[详细]
2023-04-12 07:46 分类:问答Creating PDF from TIFF image using iText
I\'m currently generating PDF files from TIFF images using iText. Basically the procedure is as follows:[详细]
2023-04-12 07:14 分类:问答Using iTextSharp's PdfStamper to fill particular Imported Pages and append to a new Pdf
I\'m trying to import pages one by one from a 2-page pdf, fill them up with pre-defined data and then finally save pdf to the disk after form flattening. However, I\'m not sure about the usage of PdfS[详细]
2023-04-12 06:43 分类:问答how to insert a table into existing PDF using itextsharp
Is there any way (using iTextSharp) to work with a pdf form like the following one ... where : 1- some fields to appear in the first page only( Top of the form )[详细]
2023-04-11 23:02 分类:问答How to generate DYNAMIC PDF in C# using iTextSharp (or other method)
I have an MVC3 app (C#, razor) with an object that has all of the data I need for a dynamic PDF report that is to be viewed in the users browser.My Companies VS2010 solution already has iTextSharp.dll[详细]
2023-04-11 12:18 分类:问答