I need a way to count pages of a PDF document after its been uploaded. I would prefer to use pdftk I can run this from command line

PS C:\temp> pdftk .\FEMA_CDBG_Compare.pdf dump_data output|Select-String NumberOfPages

NumberOfPages: 72

Can I implement this into a workflow that returns NumberOfPages to a value in sharepoint?

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.