I need to create PDFs from content types (made with dexerity if that matters) so that the user creates a new document and after filling the form a PDF is generated and ready to be downloaded. So basic
I would like to know how to open a PDF file? What all changes do we need to make in the manifest file.
I\'m trying to vertically align a table in my document to the bottom of the page. I\'ve set the vertical alignment of the table to BOTTOM but that just makes the cells align to the bottom of the tabl
I\'ve been looking into this for a while, but the closest thing I\'ve come up with is .toDataUrl(), which seems to only be used for bitmap image formats. What I really need is to be able to save the c
I have XPS file that is needed to be converted to PDF. I\'m trying to use GSWin tool. But I cannot, I don\'t know why.
I need to create & display a PDF 开发者_开发百科document in Silverlight 4. PDF document will be generated dynamically.
I am trying to display a PDF to a web page using the html [object] tag.This works fine on all the web browsers on PC\'s as well as iPhone/iPad.But when I load the same page on an Android it asks me if
I\'m looking for ways to implement text selection over a parsed PDF in iOS. I already have the positions of all the glyphs by using the Quartz PDF parsing functions, but I don\'t know of a good way to
I want to develop a Web App for Mobile users, which will provide users with documents for users to view. I want to ensure that the documents once downloaded to temp folder needs to be deleted once use
I need to position different text before I generate the pdf using IText. I\'ve been thinking of using Chunks, but I don\'t know how to position them separately. I also tried using PdfContentByte but i