Question

Is there a way to automatically save a chart in SPSS as a png? I need to use syntax not the usual copy and paste or menu procedure. For example with OMS you can save to PDF word etc... For example:

OMS /SELECT CHARTS /DESTINATION FORMAT = DOC IMAGES = YES IMAGEFORMAT = JPG CHARTSIZE = 100 OUTFILE = "my chart.doc".

*chart.

OMSEND.

but is there a way to automatically save a chart as a PNG through syntax?

Was it helpful?

Solution

The OUTPUT EXPORT command can do this. The OMS IMAGEFORMAT keyword also supports PNG as a graphics type.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top