-
Notifications
You must be signed in to change notification settings - Fork 0
floort/page_snapshots
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Dependencies:
xpdf (for pdftotext)
python
git
Generating diffs of pdf documents:
Inspiration: http://the-gay-bar.com/2009/03/24/versioning-pdf-files-with-git/
Add the following to your ~/.gitconfig or .git/config in your repository
"""
[diff "pdf"]
textconv="pdf() { pdftotext $1 -; }; pdf"
"""
Now add the following line to the .gitattributes file in your
repository:
"""
*.pdf diff=pdf
"""
About
Looking for changes in online documents (privacy policies, EULA's, etc.)
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published