Hello,<br>I am working on android pdf viewer based on poppler. I'm at very early stage. I need some help in understanding poppler.<br>First, i need some documentation so that i can take help from it.<br>Second, I try to understand some code, and got to understand few things<br>
1. TextOutputDev, use to search a text in the page(s). I made sample code and tested it. <br>2. I want to know about SplashOutputDev, because i found that it created SplashBitmap which contains images in the pdf.<br> I need to know more about it, as i'm going to use "skia" 2D graphics library, and want to create AndroidPdfOutputDev extending OutputDev. <br>
There are few methods like drawImage, drawChar,.....<br>Please guide me in understanding poppler and how to proceed further.<br><br>Thanks & Regards,<br>mohit<br><br><br>