1- # pdfcpu: a golang pdf processor
1+ # pdfcpu: a Go PDF processor
22
33[ ![ Build Status] ( https://travis-ci.org/hhrutter/pdfcpu.svg?branch=master )] ( https://travis-ci.org/hhrutter/pdfcpu )
44[ ![ GoDoc] ( https://godoc.org/github.com/hhrutter/pdfcpu?status.svg )] ( https://godoc.org/github.com/hhrutter/pdfcpu )
@@ -17,15 +17,15 @@ It provides both an API and a CLI. Supported are all versions up to PDF 1.7 (ISO
1717This is an effort to build a comprehensive PDF processing library from the ground up written in Go. Over time pdfcpu aims to support the standard range of PDF processing features and also any interesting use cases that may present themselves along the way.
1818
1919<p align =" center " >
20- <kbd ><img src =" resources/gridpdf.png " height =" 150 " ></kbd >  ;
21- <kbd ><img src =" resources/wmi1abs.png " height =" 150 " ></kbd >  ;
22- <kbd ><img src =" resources/nup9pdf.png " height =" 150 " ></kbd >  ;
23- <kbd ><img src =" resources/stt31.png " height =" 150 " ></kbd ><br ><br >
24- <kbd ><img src =" resources/sti.png " height =" 150 " ></kbd >  ;
20+ <kbd ><a href = " https://pdfcpu.io/core/grid " >< img src =" resources/gridpdf.png " height =" 150 " ></ a ></kbd >  ;
21+ <kbd ><a href = " https://pdfcpu.io/core/watermark " >< img src =" resources/wmi1abs.png " height =" 150 " ></ a ></kbd >  ;
22+ <kbd ><a href = " https://pdfcpu.io/core/nup " >< img src =" resources/nup9pdf.png " height =" 150 " ></ a ></kbd >  ;
23+ <kbd ><a href = " https://pdfcpu.io/core/stamp " >< img src =" resources/stt31.png " height =" 150 " ></ a ></kbd ><br ><br >
24+ <kbd ><a href = " https://pdfcpu.io/core/stamp " >< img src =" resources/sti.png " height =" 150 " ></ a ></kbd >  ;
2525 <kbd ><img src =" resources/hold3.png " height =" 150 " ></kbd >  ;
26- <kbd ><img src =" resources/wmi4.png " height =" 150 " ></kbd >  ; <br ><br >
27- <kbd ><img src =" resources/stp.png " height =" 150 " ></kbd >  ;
28- <kbd ><img src =" resources/gridimg.png " height =" 150 " ></kbd >
26+ <kbd ><a href = " https://pdfcpu.io/core/watermark " >< img src =" resources/wmi4.png " height =" 150 " ></ a ></kbd >  ; <br ><br >
27+ <kbd ><a href = " https://pdfcpu.io/core/stamp " >< img src =" resources/stp.png " height =" 150 " ></ a ></kbd >  ;
28+ <kbd ><a href = " https://pdfcpu.io/core/grid " >< img src =" resources/gridimg.png " height =" 150 " ></ a ></kbd >
2929</p >
3030
3131## Focus
@@ -64,7 +64,8 @@ The main focus lies on strong support for batch processing and scripting via a r
6464### GoDoc
6565
6666* [ pdfcpu package] ( https://godoc.org/github.com/hhrutter/pdfcpu )
67- * [ pdfcpu api] ( https://godoc.org/github.com/hhrutter/pdfcpu/pkg/api )
67+ * [ pdfcpu API] ( https://godoc.org/github.com/hhrutter/pdfcpu/pkg/api )
68+ * [ pdfcpu CLI] ( https://godoc.org/github.com/hhrutter/pdfcpu/pkg/cli )
6869
6970## Status
7071
0 commit comments