How can I create a link from an HTML page to a specific page or content in xps file like (*.html#anhor, or .pdf#page=2 in pdf)?
I\'m trying to convert an XPS with WPF. The idea is that these images can be loaded with silverlight 4, for this I am using the following code:
I\'m using ABCPdf get a pdf from a some HTML code. While I was developing everything worked great, now I install it in the server it is not working. It throw this exception
I need to convert an XPS file I create with my application to a PDF file, what is the best way to do so? I prefer this to be done from inside C# using a managed assembly.
I\'m trying to print XPS documents from a windows service on the .net framework. Since Microsoft does not support printing by using System.Drawing.Printing nor by using System.Printing (WPF), I\'m usi
I have successfully created an XPS Printer Driver for windows with windows driver kit. The printer part (driver and actual printer setup) is a part of a larger application. To install the driver manua
Can a fillable PDF file be converted to an XPS file and st开发者_JAVA技巧ill remain a fillable form? All Google seems to show is a ton of companies that want to sell me converters. And none of them ca
I\'m trying to find the XPS xaml 开发者_JS百科origin of an (text) element which is klicked or selected in a document viewer. Is this somehow possible?
I\'m building a WPF application in which I need to display document previews such as what is achievable with a DocumentViewer and DocumentPaginator. However, converting the report to XPS and loading i
I have a .xps file generated from build-in Microsoft xps writer printer, I want to print this to a real printer but with modified attributes such as: duplex, grayscale, n-up etc.