Skip to main content

Posts

Showing posts with the label pdf

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. Is there any API I can use, that works on android? Thanks in advance. Source: Tips4all

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? " . How I can show it as it is in the database .(I have tried htmlspecialchars_decode , html_entity_decode function but it not worked. )