- Joined
- Aug 1, 2018
- Messages
- 1
- Reaction score
- 0
I'm working on an app which needs to be able to read pages from a pdf sequentially.
The app cannot read pdfs, so I'm using an Automator to split the pdf and convert it to jpegs, but the pages are not sorting correctly because the SplitPDF Action numbers the pages without leading zeros.
I'm totally new to Automator, in fact I just modified a script that i found online, by just adding the jpeg conversion stage, but from what I can see, there is no way to edit an Action, is that right?
In which case how might I script a process that will split a pdf into pages that are numbered with leading zeros i.e Page001, Page002, NOT Page1, Page2 etc.?
The app cannot read pdfs, so I'm using an Automator to split the pdf and convert it to jpegs, but the pages are not sorting correctly because the SplitPDF Action numbers the pages without leading zeros.
I'm totally new to Automator, in fact I just modified a script that i found online, by just adding the jpeg conversion stage, but from what I can see, there is no way to edit an Action, is that right?
In which case how might I script a process that will split a pdf into pages that are numbered with leading zeros i.e Page001, Page002, NOT Page1, Page2 etc.?