-
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
Can we use it on PDF? #64
Comments
@ashvinstech Yes |
Is there a sample project with pdf? |
Sorry, I don't have sample for PDF, if someone has that, please share, thanks a lot! |
I had implemented it with Android PdfRenderer But it was having glitch issues. So I used https://github.com/harism/android-pagecurl it worked real smooth with pdf. |
You can modify this method to use it with pdf.
The Utility Class is used to convert the pdf pages to bitmap.
|
check out my implementation here, https://github.com/shittu33/Dynamic-Page-Flip. it's built on eschao pageFlip. with this you can use an xml layout or use pdfium library. |
I want to use double page rendering to read txt files. Is there a similar example? |
Oops, I have not cater for that at the moment.
…On Mon, 19 Jun 2023, 04:15 CoolChimpanzee, ***@***.***> wrote:
I want to use double page rendering to read txt files. Is there a similar
example?
—
Reply to this email directly, view it on GitHub
<#64 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGGK7RJZX4HGXH6UVHUKSLDXL673RANCNFSM42N6XZRQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I want to use it on PDF file can i do that?
The text was updated successfully, but these errors were encountered: