Showing posts with label pdf. Show all posts
Showing posts with label pdf. Show all posts

Monday, June 4, 2012

What is the recommended toolchain for formatting XML DocBook?


I've seen Best tools for working with DocBook XML documents , but my question is slightly different. Which is the currently recommended formatting toolchain - as opposed to editing tool - for XML DocBook?

Sunday, May 27, 2012

Wednesday, May 23, 2012

Display pdf within app on android?


I got very frustrated when I realized that android is not able to display pdfs (in a webview or whatever) out-of-the-box.

Tuesday, May 8, 2012

How can we open files like ppt, doc, pps, rtf, etc. in Android?


Are there classses in Android that can open different kind of files like pps, ppt, docs, rtf, etc.?

Monday, April 16, 2012

PDF Viewer Widget in Android


I have to provide the functionality of showing PDF docs in my app without using any external PDF viewer. I know Android doesn't have such kind of widget and WebView can't load a PDF doc.

Friday, April 6, 2012

Can a PDF file"s print dialog be opened with Javascript?


I know how to open a webpage in a new window and add javascript so the print dialog pops up. Is there a way to do a similar thing with a PDF file?

Thursday, April 5, 2012

How to create PDFs in Android SDK?


is there any way to create create PDF Files from an android application? So far I've found nothing short of writing all the code from scratch.

Tuesday, February 14, 2012

special character like " not showing properly in pdf


I using html2fpdf library to generate a pdf in codeigniter .I have some data in a varchar field like " What are your child’s academic strengths? " which is showing like " What are your child’s academic strengths? " .