-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dynamic bitmaps #56
Comments
What do you mean bout dynamic bitmaps? Can you make it clear? |
I want to get bitmaps from PDF using android pdfrenderer and flip them using your library. How do I do that? |
I just took a look PdfRender from android official doc: https://developer.android.com/reference/android/graphics/pdf/PdfRenderer, I think the PdfRender can draw a pdf page on a Bitmap, you can use the similar codes to replace the image drawing codes in our sample project: Line 174 in adf677e
The drawPage will be replaced to your codes by using PdfRender to draw pdf page.
|
Let me try. Do you have any suggestion on how I can achieve that. |
No, that is only way I can think of now. |
How can I implement dynamic bitmaps using this library
The text was updated successfully, but these errors were encountered: