https://github.com/abdessalam-aadel/croppdfitext7
Crop PDF using iText7
https://github.com/abdessalam-aadel/croppdfitext7
automation csharp itext7 itext7fornet pdf
Last synced: about 1 year ago
JSON representation
Crop PDF using iText7
- Host: GitHub
- URL: https://github.com/abdessalam-aadel/croppdfitext7
- Owner: abdessalam-aadel
- Created: 2024-09-04T10:00:09.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-05T14:09:02.000Z (almost 2 years ago)
- Last Synced: 2024-09-05T20:51:44.721Z (almost 2 years ago)
- Topics: automation, csharp, itext7, itext7fornet, pdf
- Language: C#
- Homepage:
- Size: 7.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CropPDFiText7
CropPDFiText7 is a small programe that allow you can Crop Multiple PDF Files in different sub-folder in the same time,
i created a repository for the same concept [CropPDF](https://github.com/abdessalam-aadel/CropPDF/) but the tool I used (PDFTron) is becoming paid.
## Problematique

The problematique is to crop multiple pdf files in multiple sub-folder manualy,
each document contains two pages :
the first page as shown in the figure contains two pages (the first and the third)
that must be copied to new page (page 3),
and then all must be croping
## Solution
View source code :)

primarily supports 64-bit architectures.
iText 7 does not officially support 32-bit environments for .NET applications. This is due to the library's dependencies and the nature of modern PDF processing, which often requires the capabilities of 64-bit systems to handle large files and complex operations efficiently.
.Net Framework version : 8.0
## Tool iText7
iText is a library for creating and manipulating PDF files in Java and .NET. It was created in 2000 and written by Bruno Lowagie. The source code was initially distributed as open source under the Mozilla Public License or the GNU Library General Public License open source licenses.
[iText7 Github](https://github.com/itext/itext-dotnet)
[iText7 Documentation](https://api.itextpdf.com/iText/dotnet/8.0.0/)
[iText7 nuget](https://www.nuget.org/packages/itext7)
[iText7](https://itextpdf.com/products/itext-suite)