[ ソース: golang-rsc-pdf ]
パッケージ: golang-rsc-pdf-dev (0.1.0+git20180525.c47d69c-3)
golang-rsc-pdf-dev に関するリンク
Debian の資源:
golang-rsc-pdf ソースパッケージをダウンロード:
- [golang-rsc-pdf_0.1.0+git20180525.c47d69c-3.dsc]
- [golang-rsc-pdf_0.1.0+git20180525.c47d69c.orig.tar.xz]
- [golang-rsc-pdf_0.1.0+git20180525.c47d69c-3.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Golang library that provides a reader for the PDF format
PDF is Adobe's Portable Document Format, ubiquitous on the internet. A PDF document is a complex data format built on a fairly simple structure. This package exposes the simple structure along with some wrappers to extract basic information. If more complex information is needed, it is possible to extract that information by interpreting the structure exposed by this package.