File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 77![ logo] ( pdfchip3.png )
88 # pdfcpu: a golang pdf processor
99
10- Package pdfcpu is a simple PDF processing library written in [ Go] ( http://golang.org )
10+ Package pdfcpu is a simple PDF processing library written in [ Go] ( http://golang.org ) .
1111It provides both an API and a command line tool.
1212Supported are all versions up to PDF 1.7 (ISO-32000).
1313
@@ -58,7 +58,8 @@ I also wanted to have my own swiss army knife for PDFs written entirely in [Go](
5858### Status
5959Version: 0.0.7
6060
61- The extraction code for font files and images is experimental and serves as proof of concept only.
61+ * Encryption support is available for the PDF standard security handler.
62+ * The extraction code for font files and images is experimental and serves as proof of concept only.
6263
6364
6465### To Do
Original file line number Diff line number Diff line change @@ -268,8 +268,6 @@ func printP(enc *Encrypt) {
268268// HasNeededPermissions returns true if permissions for pdfcpu processing are present.
269269func HasNeededPermissions (enc * Encrypt ) bool {
270270
271- return true
272-
273271 // see 7.6.3.2
274272
275273 printP (enc )
You can’t perform that action at this time.
0 commit comments