Tagged Questions
The open-packaging-convention tag has no wiki summary.
6
votes
2answers
1k views
Tutorials on Open Packaging Conventions / System.IO.Packaging
Has anyone seen a good tutorial on Open Packaging Conventions and the System.IO.Packaging namespace?
I have some areas where I think this technology could be useful, but I'm nervous because I don't ...
1
vote
1answer
206 views
Serializing WPF FlowDocuments to/from PackagePart (including images, etc.)
I want to be able to store multiple FlowDocuments within a single package, including images, etc. within each document. However, none of the methods I've seen for saving (and loading) Xaml ...
1
vote
2answers
425 views
How to identify and validate an OOXML file?
I need to be able to identify that a given file is an OOXML file based on the contents of the file, and not on the file's extension.
OOXML files are really a collection of XML and text files in a zip ...
0
votes
2answers
190 views
Is there a Java library equivalent to Microsoft/.NET System.IO.Packaging?
Is there a Java library equivalent to System.IO.Packaging. If so what is the experience of
unpacking DOCX files
editing DOCX files
building DOCX files from scratch.