I\'ve been researching the best way to implement an application for my brother\'s business, and have been pretty stumped in terms of how to structure my application. The application will be run on iPa
I\'m working on a PDF app running iOS4.3. I trying to put in a horizontal UIScrollView all the PDF pages and when it\'s needed drawLayer:inContext: it\'s called.
I have a app which was done by someone else and now i am asked to look into one issue. When a pdf report is generated it throws an error. This app uses FPDF to generate the PDF
I am generating a PDF in the following manner (code snippet): UIView *displayView = self.view; //displayView.contentScaleFactor = 3.0;
I am printing a cell using the TCPDF(http://www.tcdf.org/) class in php. The cell sho开发者_StackOverflow社区uld be placed into the top left corner.
I have tried a couple of different code samples and they all throw the same exception: System.InvalidCastException was unhandled by user code
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
We are using the Telerik RadEditor control, specifically for it\'s ability to render a PDF via the ExportToPDF() method on the control.We find that this works great in our developmen开发者_如何学编程t
I\'m trying to send the contents of a form with jQuery to FPDF. The variables aren\'t showing but the pdf isn\'t giving an error either; it\'s just blank. I have only one variable so far for brevity.
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