-
FlexPro
- At a Glance
- Features & Options
- Applications
- All Advantages
- What’s New in FlexPro 2021
- Try FlexPro For Free
- FlexPro View OEM Freeware
- Buying Guide
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
- Products
- News
- Support
- Company
- Contact
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
Java parsing FPD
Home > Community > Automation and VBA > Java parsing FPD
Tagged: java fpd
- This topic has 1 reply, 2 voices, and was last updated 1 month, 1 week ago by Bernhard Kantz.
-
AuthorPosts
-
October 12, 2024 at 3:55 am #36134xuhao zhangParticipant
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?
October 14, 2024 at 8:04 am #36135Bernhard KantzParticipantSingle 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.
-
AuthorPosts
- You must be logged in to reply to this topic.