-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: trevorld/r-xmpdf
base: v0.1.4
head repository: trevorld/r-xmpdf
compare: main
- 8 commits
- 38 files changed
- 1 contributor
Commits on Mar 25, 2024
-
* Apparently snapshot no longer stores class of message? * Doesn't appear any of the messages themselves are altered...
Configuration menu - View commit details
-
Copy full SHA for 92e1f71 - Browse repository at this point
Copy the full SHA 92e1f71View commit details
Commits on Mar 28, 2024
-
feat: 'get_bookmarks_pdftools()'
* `get_bookmarks_pdftools()` gets pdf bookmark information using `pdftools::pdf_toc()` (#30). Note though due to poppler library limitations it can't return page numbers that correspond to each bookmark. Hence `get_bookmarks()` will try to use the following helper functions in the following order: 1. `get_bookmarks_pdftk()` 2. `get_bookmarks_pdftools()` * Improved support for reading/writing Unicode values in non-Unicode locales (#57). * `get_bookmarks()` and `get_bookmarks_pdftk()` no longer returns its data frame value invisibly. closes #30, progress on #57
Configuration menu - View commit details
-
Copy full SHA for 1f778e5 - Browse repository at this point
Copy the full SHA 1f778e5View commit details -
fix: Skip 'cat_bookmarks()' examples/tests if no 'pdftk'
* New `get_bookmarks_pdftools()` is not good enough for use with `set_bookmarks()` since doesn't know page numbers. Need to make sure `get_bookmarks_pdftk()` will be called in examples/tests otherwise skip.
Configuration menu - View commit details
-
Copy full SHA for 1066953 - Browse repository at this point
Copy the full SHA 1066953View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8620f49 - Browse repository at this point
Copy the full SHA 8620f49View commit details -
fix: Skip certain tests if ghostscript version > 9.55
* ghostscript v10.3 breaks code to disable old bookmarks * Now skip tests that verify old bookmarks disabled if detects ghostscript version is strictly greater than 9.55 see #59
Configuration menu - View commit details
-
Copy full SHA for 35999c7 - Browse repository at this point
Copy the full SHA 35999c7View commit details
Commits on Mar 29, 2024
-
fix(set_bookmarks_gs()): Use '-dNO_PDFMARK_OUTLINES'
* We can again disable old bookmarks when setting new bookmarks in `set_bookmarks_gs()` for the newest versions of `ghostscript`. The new approach means we could remove some GPLv3 code and have relicensed the package under the MIT license. * Instead of using W. Trevor King's postscript files to disable old bookmarks we use the (previously undocumented) `-dNO_PDFMARK_OUTLINES` flag of `ghostscript`. closes #59
Configuration menu - View commit details
-
Copy full SHA for 1a516d6 - Browse repository at this point
Copy the full SHA 1a516d6View commit details -
chore: Change exiv2 link in documentation to Github repo
* Can't submit package to CRAN with non-working links and exiv2.org currently doesn't work so instead replace with a link to Github repo. * See Exiv2/exiv2#2875 for more info on exiv2.org is currently down. [skip ci]
Configuration menu - View commit details
-
Copy full SHA for 56ac8b7 - Browse repository at this point
Copy the full SHA 56ac8b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec6b6d6 - Browse repository at this point
Copy the full SHA ec6b6d6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.1.4...main