Click here to Skip to main content
15,901,283 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi everyone, I'm looking for suggestions or ideas, I need to edit a pdf file on android and I have to implement programtaically so is there any way to convert entire pdf to image, after converting to the image I need to edit that image and save again as pdf.

What I have tried:

I have tried to find some libraries just to convert the pdf to image but there is no free library for that.
Posted
Updated 30-Apr-16 7:27am
v2
Comments
Richard MacCutchan 28-Apr-16 11:54am    
That is a very strange way to do it, you should edit the PDF file directly. Find a library that you can use to do the actual file handling and implement the editing yourself.

 
Share this answer
 
Comments
ridoy 30-Apr-16 13:24pm    
+4. Don't know why it was downvoted by someone, though this answer needs some details.
 
Share this answer
 
Comments
Taulant Loshi 28-Apr-16 9:09am    
But I need for Android not .NET, thanks anyway :D
Afzaal Ahmad Zeeshan 30-Apr-16 16:36pm    
Use iText library, instead of iTextSharp. That is for Java.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900