How to read .page file in other software?
-
- Posts: 1
- Joined: Fri May 15, 2020 7:32 am
How to read .page file in other software?
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?
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.
Code: Select all
tar xvfpz your.page