Hi
I can currently split a pdf to multiple single page jpeg files by converting to a document first, then iterating through each page using the Aspose.Words.Saving.ImageSaveOptions.PageIndex, and then saving to jpeg.
Can I do the same thing with pdf?
Thanks