PSWritePDF icon indicating copy to clipboard operation
PSWritePDF copied to clipboard

Split-PDF option to split every X pages

Open PrincessColumbia opened this issue 1 year ago • 0 comments

The current behavior (which works fine as a "default") is to split the PDF at every page break. I have a need of something that will split a PDF every x pages. Could look something like this:

Split-PDF -FilePath '.\PDFtoSplit.pdf' -OutputFolder $PathToOutput -pages 2

If no '-pages' variable is specified, then the command defaults to "1"

PrincessColumbia avatar May 12 '23 16:05 PrincessColumbia