I\'m setting up a form to upload PDFs and having trouble figuring out the root of my problem. I have a form on one page.
We are currently converting mainframe data files to PDF using Emtex but it is extremely slow (taking a weekend to convert 50,000).
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