printing multiple .gws (geomedia work station)

المشرف العام

Administrator
طاقم الإدارة
I have a folder with many .gws files in it. I have to open each one individually and print to pdf. This consumes a lot of time and is very tedious. I know not a lot of people work with geomedia but I am stuck with it for now. I have been trying to work with a small python code to try to open and close each file but not sure how to print to pdf once its opened.

import osfo = open( os.path.join(r"path", "genericmapname.gws") )*insert print to file command?# Close open filefo.close()I am open to other options. Doesnt have to be python. Any tips will be appreciated. Thank you.



أكثر...
 
أعلى