corymickelson / CommonPdf

Pdf utility library
16 stars 5 forks source link

allow stamp to accept page ranges #10

Open corymickelson opened 6 years ago

corymickelson commented 6 years ago

To make stamping more efficient, allow the page argument to accept a range type argument. Where page=[2,3,5] Split original document into sections containing page range, and proceed with stamping with document argument of the split page range.