A normal base64 decoder wouldn't work because of some unicode character problems so I wrote a custom decoder. Once the form was decoded I found the text
This was around a year ago. I've been digging through my emails trying to find all the specific details so I can log them here for myself and for others but I can't find it. So for now I will just write this until I have to re-write the custom decoder later and can better document the steps taken (many frustrating days of work).
Have you ever found/rewritten this decoder?
ReplyDeleteOpen original.xfdl in notepad. Cut/paste everything after
ReplyDelete"application/vnd.xfdl;content-encoding="base64-gzip"" into:
http://www.opinionatedgeek.com/dotnet/tools/base64decode/
Click Decode. Save file as new.gz.
Open new.gz in winzip. Expand file as new.xfdl.
Open new.xfdl in notepad.
Change on to off
You can now open that PureEdge form in PureEdge Designer! :)
Hi, I have been trying to figure out how to accomplish this myself, I have an XFDL file that I want to re-design/edit, but when I decoded it, the file always saves as a .bin file rather than gz. which stops me dead on my track, any suggestions?
DeleteThank you.
This comment has been removed by the author.
ReplyDelete