xps
How to generate and print large XPS documents in WPF?
I would like to generate (and then print or save) big XPS documents (>400 pages) from my WPF application.We have some large amount of in-memory data that needs to be written to XPS.[详细]
2022-12-21 14:25 分类:问答PDF to XPS Converting via Microsoft XPS Document Writer
Printing pdf document with Microsoft XPS Document Writer: string filename = \"C:\\\\1.pdf\"; Process process = new Process();[详细]
2022-12-20 18:04 分类:问答XPS open source implementation? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting开发者_如何学运维 answers.[详细]
2022-12-20 11:52 分类:问答WPF PrintVisual - Selecting XPS in print dialog causing errors
I\'ve spent some time searching for related topics on this, but haven\'t found any... My problem is that I am getting a few errors when trying to select the Print to Microsoft XPS Document Error.[详细]
2022-12-20 10:42 分类:问答What's the point of XPS?
When I read books about WPF, I saw the authors mention XPS like it was something important. Windows also includes its XPS viewer, and I\'ve seen that listed as a \"feature\" of Windows.[详细]
2022-12-18 19:09 分类:问答What is the simplest way to print a series of full-page images from a WPF application?
I have a series of images (just stored locally on disk) that I would like to print, one-per-page, possibly scaled up/down if necessary and centered.[详细]
2022-12-18 17:03 分类:问答Could i use OpenXml for editing XPS Files?
i guess OpenXml is design开发者_如何学Pythoned for Office products, but editing XPS files with OpenXml is out of question? Yes, it\'s not possible.[详细]
2022-12-16 17:03 分类:问答Problem with generating XPS documents with images in a WCF class library
I have a Silverlight application which uses a web service in order to create XPS documents. The document templates are created as XAML controls in a WCF class library.[详细]
2022-12-15 09:26 分类:问答Batch printing exception
I get this error while printing multiple .xps documents to a physical printer Dim default开发者_开发百科PrintQueue As PrintQueue = GetForwardPrintQueue(My.Settings.SelectedPrinter)[详细]
2022-12-15 02:13 分类:问答WPF - example of creating XPS document that is NOT from Visual
I\'m looking for a reporting/printing solution that does not involve RDLC/SSRS. I\'d like to use the DocumentViewer, which I know supports XPS. I have found plenty of examples that use Visual to X开发[详细]
2022-12-14 04:15 分类:问答