Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

PDF manipulation using iTextSharp with scriptcs

Running the sample

  • Make sure scriptcs is installed
  • Install packages scriptcs -install
  • Run scriptcs start.csx -- input.pdf output.pdf 1 3
  • Pages 1 - 3 from input.pdf will be extracted and saved as output.pdf

Comments

The arguments to the script are inputFile outputFile startPage endPage.