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

PDF Page Persistence #280

Open
ShadowSlayer1441 opened this issue Jul 14, 2023 · 2 comments
Open

PDF Page Persistence #280

ShadowSlayer1441 opened this issue Jul 14, 2023 · 2 comments

Comments

@ShadowSlayer1441
Copy link

ShadowSlayer1441 commented Jul 14, 2023

It would be really nice if it was possible have the PDF viewer automatically open the last opened pdf and open to the last viewed page. A persistent history of the page number last opened by all PDFs opened by the viewer (with a way to clear the history,) would be great. Especially if this last page number viewed persisted across a file path change. Possibly as a toggleble feature.

@SzilvasiPeter
Copy link

SzilvasiPeter commented Jan 20, 2024

There is a workaround for page persistence. If you do not terminate the PDFViewer, you will have the last page. Even if you sign in to another user and back to the previous account.

The PDFViewer creates new processes every time opening a PDF file so you can read multiple files concurrently. Each instance has different last page.

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

3 participants
@SzilvasiPeter @ShadowSlayer1441 and others