Page 1 of 1
How to read .page file in other software?
Posted: Fri May 15, 2020 7:53 am
by jingranzhou
I am facing a problem that I need to download plenty of Spac curve data to analyze them. However, I am only able to save the data by using the Figue one by one right now. Therefore, I am wondering that if it is possible that I can load .page file in other software, such as Python or MATLAB. Thanks so much for your help!
Re: How to read .page file in other software?
Posted: Tue Aug 04, 2020 8:34 am
by admin
Did you try to use command options? Run "figue -h all" to get them. There are options to directly convert .page files into pdf, png,... Or to merge several page files into a single one. .page format is a compressed xml format. So it can be parsed by any other application.
It contains a file 'contents.xml' that can be parsed.