I\'m rendering a UIWebView\'s layer into a graphics context and then using the UIGraphicsBeginPDFPageWithInfo() family of functions to include it in a PDF.
Is it possible to have mixed orientation in one PDF. E.g. some pages portrait and some landscape? Or is it possible to rotate c开发者_开发技巧ontent? I can see that you can set the overall orientation
I have this problem during generating pdf reports. I have some huge data in my database. When I generate the report as HTML, I could use pagination to filter the results so that less data is there to
I have developed a ASP.Net ap开发者_如何学Pythonplication and I have developed a web Form with some entries. Now i want to convert this form into PDF file, is it possible ?
I\'m working on an upgrade to iText to version 2.17. It\'s a java application, jdk 1.6. Our old iText 1.0 code takes some rtf files and converts them to pdf and it works fine.However, on certain pdf
i am using GWT/EX开发者_Go百科TGWT. on click of submit button i get list of records from db. i need to export them to pdf. please suggest me how to do this?
I have a Uiwebview which shows local htmls.I\'ve done to convert html to pdf and can read on desktop.But when I attached pdf file t开发者_开发问答o mail,It sent successfully but sometimes those pdfs c
I am 开发者_StackOverflow社区creating a PDF file using DOMPDF. I have a big content to extract in PDF, we need some header in all the pages. So can anyone telme how to add a header and footer in the P
I am writing a program in Java (I am using Ubuntu). I am using Jodconverter to convert the document to PDF. I have to convert the document to landscape mode but I have read that Jodconverter doesn\'t
Rupert Swarbrick came up with the following three functions to print an Emacs buffer to pdf in which lines are wrapped (this is not normally the case when using ps-print* functions).