xps
WPF Printing in XPS Document Writer
I\'ve implemented a printing feature to print some of the Financial charts in my WPF application by using PrintVisual method. Since the user is free to change his/her window size and/or screen resolut[详细]
2023-02-25 14:11 分类:问答Edit XPS file in C# Forms application in Visual Studio 2008
I want to Open a .xps file in my C# Forms (Visual Studio 2008) application and then I want to add some contents on top of the document and then save document with different name.[详细]
2023-02-22 04:15 分类:问答WPF printing of multiple pages with preview
The more I read about the subject the less I understand so apologies in advance if the below seems completely off the wall.[详细]
2023-02-21 16:10 分类:问答WPF: XPSPackagingException
whats wrong with my code. when it trie开发者_高级运维s to overwrite an existing .xps file, error pops.[详细]
2023-02-17 21:59 分类:问答Appending an XPS document to an existing one
Guys, here\'s where I am stuck. I have a need to create a single XPS file from a huge bunch of tiny XPS files. The problem is that I keep running out of memory when I try to do this.[详细]
2023-02-17 06:19 分类:问答how to get a page from a xps file?
I\'m writting an application in c# that take a Xps Document and create another xps 开发者_如何学Godocumet that contains only one selected page from the original document, I was searching for an API th[详细]
2023-02-15 16:47 分类:问答How to convert from PDF to XPS?
I use the following method to print开发者_JS百科 a XPS file with adobe acrobat: private void GenerateXPS(String filename)[详细]
2023-02-12 00:08 分类:问答Using ITextSharp to generate XPS documents instead of PDF?
I\'m using ITextSharp to generate PDF fi开发者_如何学Goles. Is it also possible to generate XPS files? And if yes, how?[详细]
2023-02-11 13:11 分类:问答Simplest way to modify a document "template" and print via WPF?
The Situation I have a WPF program that I want to print several documents from using some data.Currently these documents exist as an Excel Spreadsheet and a Word Document.[详细]
2023-02-11 11:54 分类:问答xps document printed from wpf - too short, strange paper size?
I\'m testing a wpf application printing capabilities by just printing to an xps file.. stragely, even though the paper size settings are correct for the system, it seems to shorten my 8开发者_JAVA技巧[详细]
2023-02-11 06:21 分类:问答