Skip to content
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

how stop #36

Open
BinarySatan opened this issue Jan 9, 2018 · 5 comments
Open

how stop #36

BinarySatan opened this issue Jan 9, 2018 · 5 comments

Comments

@BinarySatan
Copy link

BinarySatan commented Jan 9, 2018

how to stop pdfiumCore.renderPageBitmap.

@barteksc
Copy link
Owner

barteksc commented Jan 9, 2018

Why you would like to stop main rendering process? You can call pdfView.recycle() to unload document, but you cannot stop rendering method

@BinarySatan
Copy link
Author

I want to do the mini page to display thumbnails , when i slide needs renderbitmap .
like
`ThumbnailViewGroup extends ViewGroup{

onTouchEvent(MotionEvent event){
case DOWN:
case MOVE:
pdfiumCore.renderPageBitmap....
break;
return true;
}
}`

@barteksc
Copy link
Owner

barteksc commented Jan 9, 2018

You can modify library, but it is not possible out of the box.

@BinarySatan
Copy link
Author

ok, why is the rendering time a little long ? It takes me 10 seconds to render 16 images (mini page).

@BinarySatan
Copy link
Author

Whether openPage and renderPageBitmap can be used in different locks?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants