barteksc / AndroidPdfViewerV1

Android view for displaying PDFs rendered with PdfiumAndroid
Apache License 2.0
71 stars 28 forks source link

Different size of page #5

Open Zanexess opened 7 years ago

Zanexess commented 7 years ago

I have the pdf like this

          ---------
          |       |
          |       |  -----------
          |       |  |          |
-------   |       |  |          |
|      |  |       |  |          |
|      |  |       |  |          |
-------   |       |  |          |
          |       |  |          |
          |       |  -----------
          |       |
          |       |
          ---------

And so on, but i want to display it like according to width of my phon.


-------  --------  --------
|       ||       ||       |
|       ||       ||       |
------- ||       ||       |
        ||       ||       |
        ||       |--------
        ||       |
          --------

Is there any solutions?