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

Handle docTitle non-null but empty. #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ljars
Copy link

@ljars ljars commented Mar 21, 2024

This change fixes the following problem by adding a missing check for docTitle.isEmpty().

When a PDF's metadata Title string is empty, the docNameText in the top bar is empty. Expected behavior is to show the file name in that case (which it does in MuPDF mini).

Here is an example of a PDF with an empty title: example.pdf.
Before and after the fix:

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

Successfully merging this pull request may close these issues.

1 participant