0

I was able to display the pdf pages and navigate through them. The helloworld example guided me.

But now I am struggling to add a thumbnails view. Is there a function or a class that I should extend to generate the view. Or is the only way to create a thumbnails view is by looping through the pdf pages and creating images for each.

Salma Hamed
  • 2,000
  • 4
  • 26
  • 45
  • The demo viewer is looping through the pages to generate thumbs. If you want to generate thumbs for all pages you will need to wait since parsing of pdf data is a slow task (even in native viewers) – async5 Jan 10 '17 at 16:54
  • What do you want to do exactly ? Create a thumbnail for the first page, as a preview of the pdf file ? Or create a thumbnail for each page and display them all ? – scandel Jan 14 '17 at 15:16
  • Thumbnails for each page and display them all. – Salma Hamed Jan 14 '17 at 23:48

0 Answers0