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
I doubt there's a good way to do it directly from within VFP. A search on Google for "convert pdf to jpg" shows some results, though, so maybe you could accomplish your goal in several steps.