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
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
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...
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.:
<?php require(\'mysql_report.php\'); $checkbox = $_GET[\'checkbox\']; //geting Array of values from GET methode
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
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.
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
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
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.