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

Bump github.com/pdfcpu/pdfcpu from 0.2.5 to 0.4.1 #10615

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 8, 2023

Bumps github.com/pdfcpu/pdfcpu from 0.2.5 to 0.4.1.

Release notes

Sourced from github.com/pdfcpu/pdfcpu's releases.

v0.4.1

A Release About Cutting PDF Pages

There are three new commands that will cut your PDF page in one way or another:

  1. Cut
pdfcpu cut [-p(ages) selectedPages] -- description inFile outDir [outFileName]

A low level command for fine grained custom page cutting. Apply any number of horizontal or vertical page cuts:

➡️ Documentation and examples


  1. N-down
pdfcpu ndown [-p(ages) selectedPages] -- [description] n inFile outDir [outFileName]

Cut selected page into n pages symmetrically. Think the inverse operation of n-up:

➡️ Documentation and examples


  1. Poster
pdfcpu poster [-p(ages) selectedPages] -- description inFile outDir [outFileName]

Create a poster with full control over scaling and tile size and more:

➡️ Documentation and examples


API-Change

A notable API change is an additional parameter for AddBookmarks. The replace flag enforces deleting any old bookmarks that may be present in the input file: AddBookmarksFile(inFile, outFile string, bms []pdf.Bookmark, replace bool, conf *model.Configuration)


As always 🙏 to all bug reporters and PRs.

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 8, 2023
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/pdfcpu/pdfcpu-0.4.1 branch from 8dce7f3 to 148cc29 Compare May 16, 2023 15:56
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/pdfcpu/pdfcpu-0.4.1 branch from 148cc29 to 52eed2b Compare May 23, 2023 15:01
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/pdfcpu/pdfcpu-0.4.1 branch from 52eed2b to 1527da1 Compare June 1, 2023 23:00
Bumps [github.com/pdfcpu/pdfcpu](https://github.com/pdfcpu/pdfcpu) from 0.2.5 to 0.4.1.
- [Release notes](https://github.com/pdfcpu/pdfcpu/releases)
- [Changelog](https://github.com/pdfcpu/pdfcpu/blob/master/.goreleaser.yml)
- [Commits](pdfcpu/pdfcpu@v0.2.5...v0.4.1)

---
updated-dependencies:
- dependency-name: github.com/pdfcpu/pdfcpu
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/pdfcpu/pdfcpu-0.4.1 branch from 1527da1 to 74c36d5 Compare June 2, 2023 00:12
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 20, 2023

Superseded by #11089.

@dependabot dependabot bot closed this Jul 20, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/pdfcpu/pdfcpu-0.4.1 branch July 20, 2023 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Development

Successfully merging this pull request may close these issues.

0 participants