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?