I am trying to export vfp report to jpg using foxypreviewer .
Im using this syntax
DO foxypreviewer.app
LABEL FORM report object type 11 TO ab
It is converting all pages in single pdf.
I need to save all pages in separately jpg files in single folder through my code .
Foxypreviewer SaveAs images Feature provides same process which i need.
Is this possible. If yes please share your knowledge.
Thanks