barteksc / AndroidPdfViewerV1

Android view for displaying PDFs rendered with PdfiumAndroid
Apache License 2.0
73 stars 31 forks source link

Does this one support read side to side? #9

Open nicholashartono opened 7 years ago

barteksc commented 7 years ago

What do you expect from such mode?

nicholashartono commented 7 years ago

I want to read a portrait pdf using landscape mode but it look stretch, I think it will be better if I can see 2 page in landscape mode (side to side)

sssvrock commented 7 years ago

Using PDFViewer you can render PDF page / papers(single file). Your question is

  1. Read single page in portrait mode
  2. Read two pages in landscape mode

But as of my Knowledge, single pdf view won't be stretch in landscape mode. you can read and multiple pdfs in a layout by giving single pdf page.

Everything depends on the PDF of yours, if it is a page or paper(includes more pages) If this is useful it is fine, else some one may have solutions for that...