Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scribbletone/overlay-pdf
This Drawbot script will take two PDFs and overlay them to help highlight differences.
https://github.com/scribbletone/overlay-pdf
Last synced: about 1 month ago
JSON representation
This Drawbot script will take two PDFs and overlay them to help highlight differences.
- Host: GitHub
- URL: https://github.com/scribbletone/overlay-pdf
- Owner: scribbletone
- License: apache-2.0
- Created: 2020-08-27T00:11:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-27T00:17:04.000Z (over 4 years ago)
- Last Synced: 2024-08-01T21:59:23.963Z (5 months ago)
- Language: Python
- Homepage:
- Size: 153 KB
- Stars: 17
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- starred - scribbletone/overlay-pdf - This Drawbot script will take two PDFs and overlay them to help highlight differences. (Python)
README
# Overlay PDF
This [Drawbot](https://www.drawbot.com) script will take two PDFs and overlay them to help highlight differences.
Each PDF is converted to a specified color, and then layered with a multiply effect. The result is saved to a new PDF file.
![Example](example-image-for-readme.png)
### Notes
- Multiple page PDFs are supported.
- The source PDFs are rasterized, so you should adjust the `pdfScale` variable as needed, to balance quality with speed and file size.
- My use case is in showing differences in versions of typeface proofs, but it will accept and B&W PDF.
- It hasn’t been extensively tested, outside of my specific use case.