https://github.com/omaxel/pdf-overlap
Overlaps two PDF files.
https://github.com/omaxel/pdf-overlap
csharp itextsharp pdf pdf-files pdf-overlap
Last synced: about 2 months ago
JSON representation
Overlaps two PDF files.
- Host: GitHub
- URL: https://github.com/omaxel/pdf-overlap
- Owner: omaxel
- Created: 2018-01-16T07:54:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-16T08:50:58.000Z (about 8 years ago)
- Last Synced: 2025-01-20T16:00:02.151Z (about 1 year ago)
- Topics: csharp, itextsharp, pdf, pdf-files, pdf-overlap
- Language: C#
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pdf-overlap
Overlaps each page of a PDF file to each page of another PDF file using [iTextSharp](https://sourceforge.net/projects/itextsharp/).
## Installation
- Clone or download this repository
- Set values of `baseFilePath`, `overFilePath` and `outputFilePath`.
- Run!
## Constants explaination
| Constant name | Description |
|------------------|------------------------------------------------------------------------------------------------------------------------------------|
| `baseFilePath` | Path of the file to be overlapped. Each page of this file will be overlapped by the corrisponding page of `overFilePath` PDF file. |
| `overFilePath` | Path of the file to overlap. Each page of this file will overlap the corrisponding page of `baseFilePath` PDF file. |
| `outputFilePath` | The output file path: `overFilePath` pages over `baseFilePath` pages. |