Topic
Java parsing FPD
Startseite ' Community ' Automation and VBA ' Java parsing FPD
Schlagwörter: java fpd
- Dieses Thema hat 1 Antwort sowie 2 Teilnehmer und wurde zuletzt vor vor 7 Monaten, 1 Woche von Bernhard Kantz aktualisiert.
-
AutorBeiträge
-
12.10.2024 um 03:55 Uhr #35271xuhao zhangTeilnehmer
Hello, I am a Java engineer. Currently, I am using FlexPro. I want to use Java to parse .FPD files and display the various subfolders and files contained within the FPD file. I have tried many conventional parsing methods but none have worked. What should I do?
14.10.2024 um 08:04 Uhr #35272Bernhard KantzTeilnehmerSingle file FPDs are stored in Microsofts Compound File Binary File Format. With Python one can use the olefile package to access the individual folders and streams. They contain the binary serialization of the FlexPro objects in a project database. A specificaton of the binary data format is not available. So only the hierarchy of the contained objects can be extracted, not their content.
Maybe you can find a Java implementation of the Compound File Binary File Format.
-
AutorBeiträge
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.