Skip to content

hantz-ben/PoShSplitPDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PoShSplitPDF

PowerShell module for splitting PDF files using iText 5

Getting started

Download "Split-PDF.psm1" and the "Resources" folder. Place them in a convinient location.

To use the function in a script or PowerShell session, import the module:

Import-Module 'C:\Downloads\Split-PDF.psm1'

Example

Split-PDF -Source 'C:\Temp\Original.pdf' -Output 'C:\Temp\NewFile.pdf' -StartPg 4 -EndPg 8

About

PowerShell module for splitting PDF files using iText 5

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published