AndroidPdfViewer icon indicating copy to clipboard operation
AndroidPdfViewer copied to clipboard

zooming / Font size increase

Open lallous34 opened this issue 3 years ago • 2 comments

Instead of zooming the page and making text go out of the screen bounds, is there a way to increase text size instead? I know it may affect the page (make text bigger than fitting one page.) but it would be nice to make the text larger so that reader can just read what's in front of him without the need of scrolling horizontally to follow the line

lallous34 avatar Mar 21 '22 06:03 lallous34

  pdfView = findViewById(R.id.pdfView);
    pdfView.setMinZoom(1f);
    pdfView.setMidZoom(2.5f);
    pdfView.setMaxZoom(10.0f);

vimalcvs avatar Aug 01 '22 13:08 vimalcvs

@lallous34 Do you manage to zoom only font, Not screen?

piyushporiya5 avatar Feb 02 '23 05:02 piyushporiya5