xps
How to validate an XPS document?
Is there any C# API to validate a generated XPS document? (i.e. to make sure the file is a v开发者_如何学Calid xps file)Don\'t know about an API, but there is a Microsoft tool that tests a file\'s con[详细]
2023-01-17 05:08 分类:问答Is there any built-in function in NET Framework which encodes a string to a valid XML unicode?
After checking an Xps file i noticed that the string within the Xps file <> is converted to <>[详细]
2023-01-16 02:21 分类:问答C# XPS FixedDocument fails to save, width and height must be non-negative
I am having a problem with a XAML report that needs to be saved to XPS. Whenever the save is called the XPS Writing failed due to, \"Height and Width must be non-negative\".[详细]
2023-01-14 15:02 分类:问答Detect and Manipulate Fonts Used in XPS Documents with C#
I am looking to develop/locate a find-replace tool for XPS documents. Does anyone know how to detect the the fonts used within XPS Documents within C#? And also how to produce an ODTTF Fils based on[详细]
2023-01-13 15:48 分类:问答Retrieving a list of hyperlinks/bookmarks from an XPS Document?
I have a .docx file with a bunch of bookmarks and hyperlinks. I can navigate through these in documentviewer just fine. What I would like is if it was possible to generate a list of all of the hyperli[详细]
2023-01-08 05:04 分类:问答How can I use WPF bindings while printing?
It seems not all bindings are to evaluated when printing. For example, in the code below, only the first button has content = \"100\", other buttons have content = \"0\".[详细]
2023-01-07 17:40 分类:问答Printing several files of different formats from within asp.net application
We have a business application where users can upload documents and where admins later review them. These admins want to print these documents, preferably by just ticking ch开发者_Python百科eckboxes i[详细]
2023-01-04 08:26 分类:问答Get FixedDocuments out of a FixedDocumentSequence
Fairly simple: I have an XPSDocument that I am pulling off of disk. I would like to get the FixedDocuments out of this XpsDocument, but I\'ve hit a bit of a cropper since I can only get a FixedDocume[详细]
2023-01-03 04:57 分类:问答display PDF file into WinForms
I am working on a C# .Net Windows application. Here I create report using Infragistics.Documents.Report and export to .pdf &开发者_C百科amp; .xps format. Here I want to bringthose 2 files(.pdf & .[详细]
2023-01-01 09:56 分类:问答Embed XPS in HTML
how can an XPS document be embedded into HTML? The solution has to work in Internet Explorer 8, only. I know that IE can display XPS directly, but I need more control of the wa开发者_JS百科y the page[详细]
2022-12-30 17:48 分类:问答