All Projects → gaborvecsei → Pdf-Split-Merge

gaborvecsei / Pdf-Split-Merge

Licence: other
simple pdf file split and merge tool

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pdf-Split-Merge

C Sharp Cheatsheet
C# Cheatsheet
Stars: ✭ 111 (+192.11%)
Mutual labels:  pdf-document
Open-PDF-File-Android-Example
An example project to demonstrate how to open a PDF file in Android programmatically
Stars: ✭ 57 (+50%)
Mutual labels:  pdf-document
pdftron-android-samples
PDFTron Android Samples
Stars: ✭ 30 (-21.05%)
Mutual labels:  pdf-document
Docnet
DocNET is as fast PDF editing and reading library for modern .NET applications
Stars: ✭ 128 (+236.84%)
Mutual labels:  pdf-document
PdfComponentComparison
The repository is used for comparing different pdf handle component such as Aspose.Pdf , Spire.Pdf and iText so on,you also can consider it as a demo repository that show how to use those component.
Stars: ✭ 39 (+2.63%)
Mutual labels:  pdf-document
Expense Tracker with Pdf report
An expense Tracker 🔥🔥 which lets you add transactions 🖊🖊 and generate a pdf report of all of your transactions📋📋
Stars: ✭ 16 (-57.89%)
Mutual labels:  pdf-document
React Native
React Native wrapper for PSPDFKit for iOS, Android and Windows UWP.
Stars: ✭ 100 (+163.16%)
Mutual labels:  pdf-document
extract pdf annotations to orgmode
Extracting RepliGo PDF annotations to a Org-mode format snippet (unmaintained!)
Stars: ✭ 26 (-31.58%)
Mutual labels:  pdf-document
pdfbox
📄◻️ Create, Maniuplate and Extract Data from PDF Files (R Apache PDFBox wrapper)
Stars: ✭ 46 (+21.05%)
Mutual labels:  pdf-document
pdfconduit
Prepare documents for distribution
Stars: ✭ 22 (-42.11%)
Mutual labels:  pypdf2
Relaxed
Create PDF documents using web technologies
Stars: ✭ 11,656 (+30573.68%)
Mutual labels:  pdf-document
Pdfgen
Simple C PDF Writer/Generation library
Stars: ✭ 200 (+426.32%)
Mutual labels:  pdf-document
laravel-print-api
Laravel package to access our print-api
Stars: ✭ 16 (-57.89%)
Mutual labels:  pdf-document
Labelmake
Declarative style JavaScript PDF generator library. Works on Node and the browser 🖨︎
Stars: ✭ 112 (+194.74%)
Mutual labels:  pdf-document
Android-XML-to-PDF-Generator
This library is for convert XML to PDF very easily using Step Builders Pattern
Stars: ✭ 140 (+268.42%)
Mutual labels:  pdf-document
Pdfviewpager
Android widget that can render PDF documents stored on SD card, linked as assets, or downloaded from a remote URL.
Stars: ✭ 1,508 (+3868.42%)
Mutual labels:  pdf-document
SimplePDF
A Swift class to easily generate simple PDF documents with page numbers and Table of Contents.
Stars: ✭ 53 (+39.47%)
Mutual labels:  pdf-document
go-basics
🔥 Исходники к курсу "Язык Go Для Начинающих"
Stars: ✭ 76 (+100%)
Mutual labels:  pdf-document
aesop
[DEPRECATED] The simplest PDF viewer around
Stars: ✭ 1 (-97.37%)
Mutual labels:  pdf-document
pdfio
PDFio is a simple C library for reading and writing PDF files.
Stars: ✭ 55 (+44.74%)
Mutual labels:  pdf-document

PDFSM - Pdf Split & Merge

Simple tool to split and merge multiple pdf files

I wanted to quickly select pages from pdf files and merge them into a single document but I did not find any usable tool...So I made one in a few minutes 😃

Install

pip3 install git+https://github.com/gaborvecsei/pdf-split-merge.git

Usage

Write a config file like this (sample_config.txt):

D:/my_folder/my_pdf_1.pdf 1-10,16,22
D:/my_folder/my_pdf_23.pdf 1-40
D:/my_folder/my_pdf_4.pdf 6,8,9-20

This means it will process the files sequentially top-down and include only the defined pages in the final pdf document.

pdfsm -i sample_config.txt -o split_and_merge.pdf

You can use different file encoding:

pdfsm -i sample_config.txt -o split_and_merge.pdf -e utf8

About

Gábor Vecsei

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].