As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
Can i generate a report in PDF and send across mai开发者_JAVA技巧l ? What API i have to use for this and what are the licence available ? are their any opensource or freeware apis ?
I\'m working on some pages that开发者_如何学Python combine html, php, and mysql to create reports from a mysql database. I\'d like to be able to create a button to convert these reports to PDF files f
We have several reports which outputs separate tables into a PDF using Gnostice\'s eDocEngine, which all works fine provided the data fits in the cells properly.
I was reading over this thread and this article My question is how to get the content from my view into the CreateMethod.In the article it has a call like this:
I\'m using VS 2008 Pro & iTextsharp (version 5.1.1). I have a set of about 30 pdf\'s. I\'ve managed to use iTextSharp to iterate over all of them and get the export values for the check boxes on
In case of multiple fields with same name iTextSharp acroFields.SetField(Name, Value) sets value for first field only. How to set the value for the rest of the fields? When looping thru the acroFields
Hi people I\'m doing an Extjs application and I want to open a pdf with ReportLab when the user click on a button.
Does any know how to merge two pdf (one of them have cropbox and the other don\'t have, and they have different page size) using iText?
I am currently using the XHTML2PDF library to turn html t开发者_如何学Pythono PDF file,and generate the table of contents with page number behind based on some html tag such as H1, H2, this is really