Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.
/ pdf Public archive

Library that extracts xmp metadata from a PDF document.

License

Notifications You must be signed in to change notification settings

datatogether/pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF Meatadata Extraction for Golang

GitHub Slack License

A library that extracts xmp metadata from a PDF document. It relies on and extends the UniDoc PDF library.

License & Copyright

Copyright (C) 2017 Data Together
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3.0.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

See the LICENSE file for details.

Getting Involved

We would love involvement from more people! If you notice any errors or would like to submit changes, please see our Contributing Guidelines.

We use GitHub issues for tracking bugs and feature requests and Pull Requests (PRs) for submitting changes

Usage

Add to any Golang project with:

import "github.com/datatogether/pdf"

Development

Technical documentation is built with go doc, but the library is simple enough that you may be better off inspecting the code directly.

About

Library that extracts xmp metadata from a PDF document.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages