Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: trevorld/r-xmpdf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.4
Choose a base ref
...
head repository: trevorld/r-xmpdf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 8 commits
  • 38 files changed
  • 1 contributor

Commits on Mar 25, 2024

  1. chore: Update snapshots

    * Apparently snapshot no longer stores class of message?
    * Doesn't appear any of the messages themselves are altered...
    trevorld committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    92e1f71 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. 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
    trevorld committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    1f778e5 View commit details
    Browse the repository at this point in the history
  2. 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.
    trevorld committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    1066953 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8620f49 View commit details
    Browse the repository at this point in the history
  4. 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
    trevorld committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    35999c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. 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
    trevorld committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    1a516d6 View commit details
    Browse the repository at this point in the history
  2. 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]
    trevorld committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    56ac8b7 View commit details
    Browse the repository at this point in the history
  3. chore: Prep for CRAN release

    trevorld committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    ec6b6d6 View commit details
    Browse the repository at this point in the history
Loading