Overview
We will show you how to split a PDF into pages using tmmSplitPDF.
tmmSplitPDF is a very simple Windows desktop app written in C#.
It splits a PDF file into pages and saves them under numbered file names.
We will also show you how to split it and convert it into images, as well as how to remove blank pages.
Install
tmmSplitPDF can be downloaded and installed from the Microsoft Store.
Split a PDF into pages
When you launch tmmSplitPDF, the following screen will be displayed.
Simply select the PDF file you want to split and click the OK button, and a PDF file split into pages will be created.
A folder with the datetime will be created in the same location as the specified PDF file, and PDF files will be created in it for each page. The page number will be added to the file name of each file.

Detect blank pages
If you run the program with the “Attempt to detect blank pages” box checked, blank pages will be classified into a blank_pages folder.
It detects blank pages even in PDFs that only contain images and no text data.
By combining non-blank files using tmmMergePDFs, you can create a PDF with the blank pages removed from the original PDF.
Convert PDF to Image
If you check “Convert to image”, each page of the PDF will be converted to an image and saved. In version 1.0.0.0, only JPEG was supported, but from 1.1.0.0 onwards, the following formats are supported:
- JPEG
- PNG
- BMP
- TIFF(CCITT G4)
Summary
With tmmSplitPDF, you can not only split a PDF into pages, but also convert the pages into images.
In addition, blank pages can be output to a separate folder, so when combined with tmmMergePDFs, you can create a PDF with blank pages removed from the original PDF.
Above, we have introduced how to split a PDF into pages using tmmSplitPDF.
We hope this is helpful to you.
About tmmSplitPDF
Tools used: Microsoft Visial Studio 2019
Programming Language: C# (.NET Framework 4.7.2)
Author: tomomori & DDS
This software uses the following libraries:
PdfiumViewer
https://github.com/pvginkel/PdfiumViewer
License: Apache-2.0 license ( https://www.apache.org/licenses/LICENSE-2.0 )
Install: NuGet
PDFsharp
https://docs.pdfsharp.net/
License: MIT ( https://opensource.org/license/mit )
Install: NuGet
コメント