ÿþ<!DOCTYPE HTML PUBLIC "-//W3C//Dspan HTML 4.0 Transitional//EN"> <!-- saved from url=(0014)about:internet --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=unicode"> <meta> <title>About Xhtml to Tiff</title> <style> div.Row { margin-bottom= 10px; margin-top= 10px; vertical-align: top; } span.Author { font-size: 12px; color: maroon; width: 100px; text-align: right; padding-right: 5px; vertical-align: text-top; } span.RefDoc { font-size: 10px; color: navy; width: 400px; text-align: left; padding-left: 5px; vertical-align: text-top; } body { border: thin #000080 groove; margin: 10; background-color: #E5E3E3; font-family: "Arial" , "sans-serif"; padding: 10px; } h1 { color: #7171BA; text-align: left; /*padding-left: 30px; */ } h2 { color: #7171BA; margin-right: 0in; margin-left: 0in; font-family: "Arial" , "sans-serif"; } h3 { color: #808080; margin-right: 0in; margin-left: 0in; font-family: "Arial" , "sans-serif"; } p { font-size: smaller; color: gray; } p.style1 { margin-left: 30px; margin-right: 30px; color: maroon; } a:link { color: blue; text-decoration: underline; } </style> </head> <body> <div> <h1>About Xhtml to Tiff</h1> <p class="style1">Version 1.0</p> <p class="style1">Author: <a href="mailto:tom.allen@cricketsoft.com">Tom Allen</a></p> <p class="style1">Initial proof-of-concept prototype. Source code is disorganized and not in MVVM pattern, though the UI is in WPF. The XHTML-to-XAML conversion fails on a number of common input formats.</p> <p class="style1"> Working files and output files are saved in directory C:\Temp. </p> <h2>Acknowledgements</h2> <h3>Code</h3> <div class="Row"> <span class="Author">Mattraffel</span> <span class="RefDoc"> <a href="http://www.codeplex.com/XPS2Image">XPS2Image</a> </span></div> <div class="Row"> <span class="Author">Feng Yuan</span> <span class="RefDoc"> <a href="http://blogs.msdn.com/fyuan/archive/2007/03/10/convert-xaml-flow-document-to-xps-with-style-multiple-page-page-size-header-margin.aspx"> Convert XAML Flow Document to XPS with Style (multiple page, page size, header, margin)</a></span></div> <div class="Row"> <span class="Author">David Waddleton</span> <span class="RefDoc"> <a href="http://blogs.msdn.com/davidwaddleton/archive/2006/07/19/671974.aspx"> Geek Speak - Converting HTML to XAML</a></span></div> <div class="Row"> <span class="Author">Jo0815</span> <span class="RefDoc"> <a href="http://social.msdn.microsoft.com/Forums/en-US/windowsxps/thread/b875ea34-f8c7-4493-ae96-c29f522a4c7f/"> XPS to GDI conversion</a> (Jo0815 s code snippet)</span></div> <div class="Row"> <span class="Author">MSDN</span> <span class="RefDoc"> <a href="http://msdn.microsoft.com/en-us/library/system.windows.media.imaging.tiffbitmapencoder.aspx"> TiffBitmapEncoder</a></span> </div> <div class="Row"> <span class="Author">WPF SDK writers</span> <span class="RefDoc"> <a href="http://blogs.msdn.com/wpfsdk/archive/2006/05/25/606317.aspx">XAML FlowDocument to HTML Conversion Prototype</a></span> <br> <span class="Author">and editors</span> <span class="RefDoc"> <a href="http://msdn.microsoft.com/en-us/library/ms771375.aspx">WPFSamples/DocServices/DocumentSerialize</a></span> <br> <span class="Author">&nbsp;</span> <span class="RefDoc"> <a href="http://msdn.microsoft.com/en-us/library/aa972141.aspx">SDK Viewer</a></span> </div> </div> <h3>References</h3> <div class="Row"> <span class="Author">Wouter van Vugt</span> <span class="RefDoc"> <a href="http://www.codeplex.com/PackageExplorer">Open XML Package Explorer</a></span> </div> <div class="Row"> <span class="Author">Jan rep blog</span> <span class="RefDoc"> <a href="http://janrep.blog.codeplant.net/WPF-Multipage-Reports--Part-I.aspx"> WPF multipage reports</a></span> </div> <div class="Row"> <span class="Author">Marc Nijhof</span> <span class="RefDoc"> <a href="http://fohjin.blogspot.com/2008/07/saving-wpf-xaml-flowdocument-to-xps.html"> Saving a WPF Xaml FlowDocument to XPS with working DataBinding</a></span> </div> <div class="Row"> <span class="Author"><a href="http://www.html-to-pdf.net">www.html-to-pdf.net</a></span> <span class="RefDoc"> <a href="http://www.html-to-pdf.net/docs/xps-library/html/T_ExpertXPS_XPSSection.htm"> XPSSection Class</a> (XPSLibrary, AddFooter)</span> </div> <div class="Row"> <span class="Author">Serialization</span> <span class="RefDoc"> <a href="http://msdn.microsoft.com/en-us/library/ms745778.aspx">WPF Document Serialization and Storage</a></span> <br /> <span class="Author">(MSDN)</span> <span class="RefDoc"> <a href="http://msdn.microsoft.com/en-us/library/ms771375.aspx">WPF Document Serialization Sample</a></span> <br /> <span class="Author">&nbsp;</span> <span class="RefDoc"> <a href="http://www.microsoft.com/whdc/xps/viewxps.mspx">View and Generate XPS</a></span> </div> </body> </html>