Created attachment 114080 [details] sample file
Created attachment 114081 [details] screenshot
Created attachment 114082 [details] description of the content
Interesting... MS Pub 2010 cannot open it -- "too old format" =)
Hello, I has just "finished" to parse this format, my patches can be found in https://github.com/fosnola/libmspub . TODO: - the bullet/list are not retrieved, - the code to retrieve tables must be improved, ie. actually, it is very very crude :-~ - the adjust values of custom shapes are not used, the transformation/fill properties on these shape probably also do not work. Some side effects: - if a file contains a group which contains a group, ... , the code now tries to retrieve its shapes in 97 and 2000 files, - some OLEs must now be retrieved in 97 and 2000 files, - if a line contains some arrows in 2002 and plus files, a triangle arrow will be added (instead of adding no arrow), - the text font mame must now be retrieved in 97 files. - I also try to simplify the output: + avoid sending setStyle(...) setStyle(...) drawShape(...) + use some texture when possible to draw some border arts instead of sending N pictures