I am new in Android development. I want to create an Android app which will take input from user, gen开发者_运维问答erate a pie chart and then export the report in pdf format. I am using iText(URL) an
I am using this code to import different pdf files pages to a single document. When i import large files (200 pages or above) I am getting a OutOfMemory exception. Am i doing something wrong here?
I\'m using iTextSharp.text.html.simpleparser.HTMLWorker.ParseToList(TextReader reader, StyleSheet style) to convert an html table into a pdf doc. Some rows contain a lot of data, and may not fit on th
I use the last version of itextsharp. I u开发者_开发技巧se the property HeaderRows=1 so that if there is a pagebreak, the Header rows will appear again in the next page.
I\'ve tried a number of different variations to output a very basic PDF from memory but all seem to return the same result, which is to say it doesn\'t actually return anything. The code compiles and
Has anyone had trouble with iTextSharp开发者_如何学编程 when deleting a page when copying all pages from a source to destination PDF file? We seem to see the destination rotated 180 degrees with some
I updated my iText dll from 4.x to 5.x and there\'s no objects for Table, Cell, and H开发者_开发百科eaderFooter. Were these deprecated or something? Is there a quick way to convert to newer way? Any i
I have concatenated several PDF files, some of which were landscape. I am now stamping each page of the final PDF.
I have spent far too long trying to work out why I am getting an access denied here so I am really hopingsomeone can help?
While it is of course possible to use BaseColor, by default, it offers very limited choices. I wonder how can i add my own custom color to the document?