hi all,

i am trying to use an existing pdf and modify some portions of it (texts 
only) like replace some text with my desired text programmatically in 
android. 

I could do it using iTextPdf but in a twisted manner, and the results are 
not as desired. What i did is saved the file as an html file and used the 
below mentined way to generate pdf. But here a lot of attributes like 
center aligned and bold and underlining etc went off, hence format gets 
distorted.

http://www.dotnetexpertsforum.com/generating-a-pdf-file-with-the-html-content-in-android-t2407.html

what i want is, copy the pdf page by page and draw text ABC at position 
100, 200 page 1 with XYZ

that would retain the original formats and give me desired result.
At least that's how i did it in iPhone and it worked !

please point me to a few lines of code, so that it can be usefull

regards
jags

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to