As I think, XPS files are like PDF files, but what is the structure od a XPS file? It's like PDF files?
|
|
|||||
|
|
|
Excerpt: Portable Document Format (PDF), from Adobe, represents two-dimensional documents in a fixed-layout document that is both device- and resolution-independent. This includes text, forms, images, and 2D vector graphics. Because PDF files do not include information specific to the application or the operating system that created it, PDF files will render the same on any machine. In short: |
|||
|
|
|
|
|
||
|
|
|
|
The main diff is the that XPS is a subset of XAML which is a form of XML developed By Microsoft. Which means that XPS consists of a bunch of structured XML data. PDF is a database of objects prodcued from PS. More info here: |
||
|
|
|
|
You can find comparisons between PDF and XPS in this Wikipedia article. If you're looking for .Net sample code to read, write, or print XPS files, look at this article on MSDN. |
||
|
|
