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

fix(lib): update poppler win32 binaries from 23.05.0 to 23.07.0 #517

Merged
merged 1 commit into from
Jul 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class Poppler {
__dirname,
"lib",
"win32",
"poppler-23.05.0",
"poppler-23.07.0",
"Library",
"bin"
);
Expand Down
2 changes: 1 addition & 1 deletion src/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
__dirname,
"lib",
"win32",
"poppler-23.05.0",
"poppler-23.07.0",
"Library",
"bin"
);
Expand Down Expand Up @@ -1006,7 +1006,7 @@
path.joinSafe(testBinaryPath, "pdftoppm"),
["-v"]
);
version = /(\d{1,2}\.\d{1,2}\.\d{1,2})/i.exec(stderr)[1];

Check warning on line 1009 in src/index.test.js

View workflow job for this annotation

GitHub Actions / Lint Code

The 'i' flag is unnecessary because the pattern only contains case-invariant characters
});

it("Accepts options and only process 1 page of PDF file", async () => {
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed src/lib/win32/poppler-23.05.0/Library/bin/tiff.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading