So, I need a PDF generator for my ASP.NET application. I downloaded iTextSharp because it seems to be the most popular free one. But after searching the internet I am not really finding the informatio
I am trying to generate a pdf out of an MVC3 webpage.I\'ve viewed all the usual tutorials, but as is often the case when one is in a hurry and doesn\'t really know what one is doing, I\'m making a dog
I am trying to create a PDF file o开发者_如何学编程f current view. Can anyone please tell me about a tutorial link where I can find how to create PDF file of whole current view?
I\'m having trouble merging two PDF files with pyPdf.When I run the following code the the watermark (page1) looks fine, but the page2 has been rotated 90 degrees clockwise.
I have a page that has a good deal of XHTMl, CSS and Javascript on it, and I need to get a PDF version of it (it is generating a chart on the page along with some text).
I am writing an i开发者_StackOverflow社区Pad application which uses a scrollview with page control.
I am creating HTML to PDF using html2fpdf script, I am not able to write session value in that. I am not getting session v开发者_开发技巧alue in PDF file.Since you did not provided any sample code, I
I need to combine a folder full of pdfs into one file. However they must be combined in a certain order. A sample of the file names is:
I would like to make a an invoice for bus agencies with their logo in the top left, their address in top right. then in the middle their info name,surname,destinatin,cost.. etc.
I have an interactive pdf that has a few forms with input fields and checkboxes. I need to open this pdf with php and complete the fields. Is there a way to do that with php? If yes can anyone recomme