Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hhrutter committed Nov 30, 2021
1 parent af9e334 commit dc0561f
Show file tree
Hide file tree
Showing 25 changed files with 7 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- ubuntu-latest
- windows-latest
go:
- '1.16.x'
- '1.17.x'
runs-on: ${{ matrix.os }}

steps:
Expand Down
16 changes: 4 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ This is an effort to build a comprehensive PDF processing library from the groun
<kbd><a href="https://pdfcpu.io/generate/nup"><img src="resources/nup9pdf.png" height="150"></a></kbd>&nbsp;
<kbd><a href="https://pdfcpu.io/fonts/fonts"><img src="resources/cjkv.png" height="150"></a></kbd>&nbsp;
<kbd><a href="https://pdfcpu.io/core/stamp"><img src="resources/4exp.png" height="150"></a></kbd><br><br>
<kbd><a href="https://pdfcpu.io/generate/create"><img src="resources/table.png" height="100"></a></kbd>&nbsp;
<kbd><a href="https://pdfcpu.io/core/stamp"><img src="resources/sti.png" height="150"></a></kbd>&nbsp;
<kbd><img src="resources/hold3.png" height="150"></kbd>&nbsp;
<kbd><a href="https://pdfcpu.io/core/watermark"><img src="resources/wmi4.png" height="150"></a></kbd>&nbsp;<br><br>
<kbd><a href="https://pdfcpu.io/core/watermark"><img src="resources/wmi4.png" height="150"></a></kbd>&nbsp;
<kbd><a href="https://pdfcpu.io/generate/create"><img src="resources/imagebox.png" height="100"></a></kbd>&nbsp;<br><br>
<kbd><a href="https://pdfcpu.io/generate/booklet"><img src="resources/book2A4p1.png" height="150"></a></kbd>
<kbd><a href="https://pdfcpu.io/core/stamp"><img src="resources/stp.png" height="150"></a></kbd>&nbsp;
<kbd><a href="https://pdfcpu.io/generate/grid"><img src="resources/gridimg.png" height="150"></a></kbd>
Expand All @@ -46,6 +48,7 @@ The main focus lies on strong support for batch processing and scripting via a r
* [change owner password](https://pdfcpu.io/encrypt/change_opw)
* [change user password](https://pdfcpu.io/encrypt/change_upw)
* [collect](https://pdfcpu.io/core/collect)
* [create](https://pdfcpu.io/generate/create)
* [crop](https://pdfcpu.io/core/crop)
* [decrypt](https://pdfcpu.io/encrypt/decryptPDF)
* [encrypt](https://pdfcpu.io/encrypt/encryptPDF)
Expand Down Expand Up @@ -102,17 +105,6 @@ The main focus lies on strong support for batch processing and scripting via a r
Get the latest binary [here](https://github.com/pdfcpu/pdfcpu/releases).


### Using GOPATH

Required go version for building: go1.16 and up

```
go get github.com/pdfcpu/pdfcpu/cmd/...
cd $GOPATH/src/github.com/pdfcpu/pdfcpu/cmd/pdfcpu
go install
pdfcpu version
```

### Using Go Modules

```
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/pdfcpu/pdfcpu

go 1.16
go 1.17

require (
github.com/hhrutter/lzw v0.0.0-20190829144645-6f07a24e8650
Expand Down
2 changes: 1 addition & 1 deletion pkg/pdfcpu/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
)

// VersionStr is the current pdfcpu version.
var VersionStr = "v0.3.12 dev"
var VersionStr = "v0.3.13 dev"

// Version is a type for the internal representation of PDF versions.
type Version int
Expand Down
Binary file modified pkg/samples/create/boxesAndColors.pdf
Binary file not shown.
Binary file modified pkg/samples/create/boxesAndMargin.pdf
Binary file not shown.
Binary file modified pkg/samples/create/boxesAndRotation.pdf
Binary file not shown.
Binary file modified pkg/samples/create/checkbox.pdf
Binary file not shown.
Binary file modified pkg/samples/create/fonts.pdf
Binary file not shown.
Binary file modified pkg/samples/create/images.pdf
Binary file not shown.
Binary file modified pkg/samples/create/imagesDirsFiles.pdf
Binary file not shown.
Binary file modified pkg/samples/create/imagesOptimized.pdf
Binary file not shown.
Binary file modified pkg/samples/create/radiobuttonsHor.pdf
Binary file not shown.
Binary file modified pkg/samples/create/radiobuttonsVertLeft.pdf
Binary file not shown.
Binary file modified pkg/samples/create/radiobuttonsVertRight.pdf
Binary file not shown.
Binary file modified pkg/samples/create/regions.pdf
Binary file not shown.
Binary file modified pkg/samples/create/regionsMarginBorderPadding.pdf
Binary file not shown.
Binary file modified pkg/samples/create/tables.pdf
Binary file not shown.
Binary file modified pkg/samples/create/textAnchored.pdf
Binary file not shown.
Binary file modified pkg/samples/create/textBordersAndPaddings.pdf
Binary file not shown.
Binary file modified pkg/samples/create/textarea.pdf
Binary file not shown.
Binary file modified pkg/samples/create/textfield.pdf
Binary file not shown.
Binary file modified pkg/samples/create/userfonts.pdf
Binary file not shown.
Binary file added resources/imagebox.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/table.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dc0561f

Please sign in to comment.