Combine Infopath forms in a Document Library and make one PDF
I want to combine infopath forms in a document library which are not based on a same templ开发者_如何学Goate. I checked the outofthe box Merge Functionality but it combines forms in a strange way mean[详细]
2023-04-11 12:21 分类:问答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 分类:问答Which PDF API can i use to get a document with dynamic fields?
I have a problem to choose which PDF API can i use to generate a pdf with dynamic fields... I\'ve used jasper report some time ago but the requirements has changed and now i have dynamic fields...[详细]
2023-04-11 11:45 分类:问答Parse PDF for Form Titles
I want parse 开发者_运维技巧pdf for form field names and types. Is it possible? Because when I tried one PDF, it gave me some strange characters e.g.:[详细]
2023-04-11 09:54 分类:问答How to generate PDF in PHP with Mysql while getting a Array of Values by GET or POST method?
<?php require(\'mysql_report.php\'); $checkbox = $_GET[\'checkbox\']; //geting Array of values from GET methode[详细]
2023-04-11 08:02 分类:问答Itextsharp gradient background
Is there way to set gradient background to pdfcell or paragraph? Or do I have to 开发者_如何学编程use image?Yes, iText and iTextSharp support gradient colors. The PdfShading object has several static[详细]
2023-04-11 03:45 分类:问答How to Convert string-> pdf
i\'m working with web services that returns a base64 string representing a pdf file. I am able to decode that string into NSData but how to show th开发者_如何学Goat into pdf.[详细]
2023-04-11 03:35 分类:问答Merge two PDF files -- one as background, one as foreground
I have two PDF-files. Both have the same geom开发者_如何学JAVAetry and the same amount of pages. I would like to merge them, such that one file is the background and one file is the foreground. I trie[详细]
2023-04-11 02:58 分类:问答Best way to convert PDF to high-resolution image in Cocoa
What is the best way to convert PDF to 300 dpi (for example) tiff in Cocoa? I use PDFImageRep for creating NSImage but I c开发者_运维百科annot find the way to enlarge the resolution.The solution is t[详细]
2023-04-11 02:32 分类:问答iOS create pdf from UIWebView
I will create the pdf from UIWebView. I created the pdf by cropping the UIWebView screen. Then, I have gotten pdf of only part that is currently displayed on the screen of phone.[详细]
2023-04-10 23:16 分类:问答