i use docx4j in my project for an Export from RIF-xml to docx. RIF is an Export format from IBM Rational DOORS 9.3 and is used for exchange Project Requirements between different Persons or Companys. All parts work fine, only the OLE(?)-objects make problems.
I try since 3 Weeks to implement a solution, without any result.
Here is an Example of my "shortened" RIF file with only the OLE objects. in this case three 1x1pixel large PNGs in the Colours black,red,white.
What I now is the following:
- The Data part is coded Base64
- If I save the data part after encoding as *.bin and than open it with 7zip, I receive 4 files who I don't now what to do with.
I have tried to Receive informations from IBM and from the Stackoverflow Community. no one no something.
is there any solution to insert directly an OLE? Or to Extract the pngs from my binary code and then to insert it in my docx Code ?
Thank you for any help, a desperate student
P.S.: Sorry for my bad English. I am still learning it.
----
The Links from my Stackoverflow Thread:
http://stackoverflow.com/questions/19489572/extract-an-file-from-an-ole-object-which-is-in-an-rif-xml