This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Decodes and renders a {@link PdfRenderer.Page} into a {@link Bitmap} | |
* Created by Lindner Stefan on 03.05.16. | |
*/ | |
@SuppressLint("NewApi") | |
public class PDFDecoder implements ImageDecoder { | |
private float scale; | |
/** |