FlexPro
HistoryBase
Ingénierie
Formation
Téléchargements
Assistance FlexPro
Connaissance
Communauté
À propos de nous
Références
Emplois
Contact général
Liste des revendeurs
Assistance FlexPro
FR
DE
EN
Porte-plaquette
Produits et solutions
Support et téléchargements
Entreprise
Magazine
Contact
Langue
MyWeisang

Paramètres du compte.

Topic

Java parsing FPD

Étiqueté : 

Voir les messages de 2 - 1 à 2 (sur un total de 2)
  • Auteur
    Messages
  • #35271
    xuhao zhang
    Participant

    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?

    #35272
    Bernhard Kantz
    Participant

    Single 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.

Voir les messages de 2 - 1 à 2 (sur un total de 2)
  • Vous devez être connecté pour répondre à ce sujet.