I am currently working on a PDF Reader application. I draw PDF files in a tiled layer with animation.
Now I want to draw PDFs with different font size (not the size specified in PDF). How can I do this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s not really possible to do this right, given the nature of the PDF.
Even if you will be able to somehow get in between reading and drawing of PDFs you’ll get messed up output in the end.
PDF pages are pretty much fixed in layout and changing font sizes won’t make text and other page elements to move and wrap like HTML pages, for example.