AndroidPdfViewer
AndroidPdfViewer copied to clipboard
zooming / Font size increase
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
pdfView = findViewById(R.id.pdfView);
pdfView.setMinZoom(1f);
pdfView.setMidZoom(2.5f);
pdfView.setMaxZoom(10.0f);
@lallous34 Do you manage to zoom only font, Not screen?