Open XML Paper Specification (XPS) is an open specification for a page description language and a fixed-document format originally developed by Microsoft as XML Paper Specification (XPS) that was later standardized by Ecma International as international standard ECMA-388. It is an XML-based ...

learn more… | top users | synonyms

1
vote
0answers
40 views

best way to get a quick printout from C# WPF

I have a WPF where I've been asked to make allow a user to quickly send a screen shot with a click of a button and the only dialog that should be displayed is a printer dialog. I have code already ...
0
votes
1answer
44 views

Create PrintDocument from .xps file in c# winforms

On this thread I tried to figure out how to get an image created from a pdf file, fill the blanks and print it out. I managed to print a usable but blurred image of the pdf. Trying to improve print ...
0
votes
0answers
12 views

Need help to calculate advance width from indices in XPS

I need a help which is already present in the XPS Specification. I am lack in english, so i need to post this forum. I am rendering XPS file to PDF, so while rendering Glyphs i came across Advance ...
0
votes
1answer
37 views

.NET Print Any File To XPS With File Name

I am trying to create method that prints any file to XPS using its default aplication, in my Windows forms app. This works fine, but I am unable to pass destination XPS path to the printer and open ...
0
votes
0answers
19 views

Convert DocumentSequenceTextPointer To TextPointer

I have this code and its work good for FlowDocuments but throws an Exception for FixedDocuments. Exception: (Unable to cast object of type 'System.Windows.Documents.DocumentSequenceTextPointer' to ...
0
votes
1answer
42 views

PDF to XPS with java

Could you please help me to find a way to convert the PDF file to XPS file with java programmable? Is it possible to do that as freeware library??
0
votes
1answer
58 views

Printing XPS document with image. Different image size when set diffirent dpi

I printing XPS document with images, that contains QR-codes. Image creating sample here: Image image = CreatePresentation(qrCode); image.Height = 200; image.Width = 200; ...
0
votes
1answer
79 views

Print a XPS file from a byte stream

I want to print a XPS file in C#. I'm getting the XPS file as a byte stream. I tried to achieve this with different AddJob methods provided in PrintQueue class and encountered following issues ...
0
votes
1answer
12 views

How do I display an XPS document in Access?

I have some XPS report and want to display that inside an Access form. How do I do that?
5
votes
2answers
179 views

What is XPS files and how it is being used

I have a simple C# .net web application. In that Im working with XPS files. I have used the following code private void button1_Click(object sender, EventArgs e) { try ...
0
votes
0answers
20 views

ZipArchive.Find(Regex) error occurs

I am trying to convert Xps to Pdf using C# coding. So i need to open the Xps file and read. At first i want to start reading from the inner file "FixedDocumentSequence.fdseq" Everything works fine ...
0
votes
1answer
122 views

PrintTicket scopes (default, user, job, document, page etc)

I'm completing the construction of a webservice that builds and prints out XPS documents sending them to various print queues on various print servers. The webservice runs in 2 modes depending on site ...
0
votes
2answers
89 views

XPS printing: lost fonts on Lexmark printers

I've developed a web service for printing (C# MVC 4) that creates XPS documents and then prints them via various printer servers (MS) to various print queues. This all works fine against Sharp print ...
0
votes
1answer
93 views

How to read from Xps file using php

Hi i need to retrive all the information from xps file using php can any one one knows please inform to me its urgent..
0
votes
0answers
47 views

How we can determine pages to print in xps documentViewer?

When I want print an XPS Document using DocumentViewer(which I created it by DocumentPaginator ),Print Dialog only shows me to print all pages and I can not determine page numbers to print, How we can ...
0
votes
0answers
29 views

prnport using. Add port to XPS printer

Hello) I am gonna crazy with printers) So, I am trying to add port to XPS printer using the prnport.vbs! cscript prnport -a -r"TestPort" -s"Microsoft XPS Document Writer" and nothing happens! ...
0
votes
2answers
243 views

JAVA - Printing XPS without File Name/Location Pop-up

So im writing a java program for my dad to print out receipts and stuff. My original intention was to print out to his Receipt Printer some info regarding each transaction he made. However, the ...
0
votes
0answers
65 views

word macro to reduce height of last page at save

I want to display multiple XPS files built from several different word documents. If I do this "default" I get a lot of blank space since most of the pages hold very little text. The content size is ...
0
votes
0answers
15 views

How can I count pages of a XPS file with Ruby?

I am developing a website with RoR and I need to count how many pages does a XPS file have... How can I do that? Thanks
0
votes
0answers
73 views

Content not rotated when printing in wpf

I am printing an XPS document using the System.Windows.Controls.PrintDialog. When I choose landscape orientation in the print dialog the resulting page is rotated to landscape but the actual content ...
0
votes
1answer
53 views

Installing XpsDrv sample under the Windows XP

this article helped me to install "XpsDrv sample" under the Windows XP. But I'd like to ask if it's possible to automate step No. 6 As you go on, the wizard can ask you for some files it cannot ...
0
votes
1answer
229 views

Split XPS document into multiple XPS documents

I'm trying to split an XPS document into other XPS documents. I've used the following code to get started which works fine for a single page but not more ...
0
votes
1answer
554 views

Programmatically print to a PDF printer [closed]

I am looking for a free open source .Net based, preferably C#, pdf printer such as CutePDF's Custom PDF Writer with programmatic access that will allow me to save a xps document to a pdf format. I ...
0
votes
1answer
173 views

XPS viewer “the page cannot be displayed”

I'm creating a custom report using WPF. I'm using DocumentViewer with FixedDocument, and all apparently works, the document I'm creating is visible on the screen and it works on the printer too. But ...
1
vote
1answer
349 views

WPF printing/xps issue

I have written the following chunk of code that prints my ListBox perfectly when being sent to a physical printer, however when trying to send it to the XPS printer driver or using the ...
6
votes
4answers
740 views

WPF to XPS to PDF

I have implemented a report in standard WPF controls and have also implemented a DocumentPaginator to take these controls and convert them into a document for printing. I have also implemented some ...
1
vote
1answer
79 views

Store parsable backup of all printed documents

What I'm trying to accomplish is to always keep a parsable duplicate of all printed documents, and execute a secondary process for each print. (i.e.: Be able to parse all text, account for pages, ...
1
vote
0answers
224 views

Export Word to XPS c#

As part of an application i need a window where the users can get a preview of office documents in a way that is clear to them that it is read-only. Also, the window is is only part of the screen so ...
0
votes
1answer
166 views

Exporting Large DGML Diagram to XPS

I currently have a fairly large application (about 30k lines of code). I generated a dependency graph using the architecture tool within VS2010. I am trying to export it to XPS, as it states I can, ...
1
vote
0answers
267 views

Print into XPS-file and then print it to printer

I've tried to print content of RichTextBox and there are too many bugs if I print to printer. But when I'm printing to XPS-file (through XPS-printer in windows) and then printing this file to printer ...
2
votes
1answer
443 views

How to print xps file in windows8

Is there any blog or document introduces how to print xps file in windows8? I have seen the print sample from official sdk, but not help.
1
vote
1answer
189 views

Creating print previews of documents

I need to create a software which will create print previews of the documents of following formats: the MS Office documents (.doc(x), .ppt(x), .xls(x)), images, .txt files and PDF files. I have made a ...
0
votes
1answer
250 views

Programatically render a LocalReport to XPS

I'm trying to render a LocalReport to a XPS file, so I can print them from a Windows Service using the XPS Print API, as it is shown in this article. The problem I find is that I cannot render a ...
2
votes
0answers
123 views

Searching for XPS Java library

Im looking for Java library for XPS document creation. I already found JmuPDF and java-axp but its only for reading, I can't create new XPS files. XPS is a popular document format, but I still can't ...
0
votes
1answer
61 views

Draw images in limited region

Hello i am coding something like .xps viewer. structure of xps file containts objects which represents shape(f.e triangle) and then have got inside it. objects represents images. example structure ...
0
votes
1answer
23 views

IXpsOMImageResource stream, strange characters while reading

I am trying to get Path to file from IXpsOMImageResource. I know that it has got a stream associated which i get get by calling GetStream() I do it, but when i try to read from this stream i get ...
2
votes
1answer
318 views

Creating XPS file with the Microsoft XPS Document Writer programatically

I'm investigating a batch printing solution. The files to be printed will be in various (typical) formats, e.g., PDF, Word, Excel, etc. From what I've gathered (and tested) printing XPS files is ...
2
votes
1answer
374 views

Converting XPS Documents

long time lurker first time poster here, I'm trying to set up a XPS file handler in C# that will sit on a server, and every time a file is added or updated, the handler will take the file, convert it ...
1
vote
2answers
193 views

identifying xps file [duplicate]

Possible Duplicate: How Can I Check That A File Is A Valid XPS File With C#? How do I identify an XPS file if I'm passed a stream or a file with no extension? I know XPS files are zip files ...
1
vote
1answer
225 views

ReportViewer - setting default filename

When I use ReportViewer technology (LocalReport) to print out resource from my computer using Microsoft XPS printer, it gives me default filename as: *.xps I would change it programmatically, how ...
1
vote
1answer
298 views

Converting .msg files to .xps format?

My application converts Microsoft Office documents into .XPS files. I've successfully used Office Interop to convert Word, Excel and PowerPoint files. I can't figure out how to do the same for ...
1
vote
0answers
263 views

WPF Chart printing to XPS

Update: I manged to fix this by just creating simple style template for series datapoint. For anyone who is facing similiar issue here is my simple code. This code does not show series LegendItems but ...
0
votes
0answers
188 views

slow rendering of large xps files in wpf document viewer [closed]

I've written a program to display xps documents in wpf documentviewer. Everything works fine, but when it comes to large xps files, something goes wrong with the program. The problem is with the ...
-1
votes
1answer
761 views

Extract text from a XPS Document

i need to extract the text of a specific page from a XPS document. The extracted text should be written in a string. I need this to read out the extracted text using Microsofts SpeechLib. Please ...
0
votes
0answers
397 views

Convert XPS to SVG

Is there a direct and fast way to convert XPS (XML Paper Specification) files to SVG format? I can convert XPS to PDF and then using inkscape to convert them to SVG. But the PDF->SVG step is very ...
0
votes
0answers
191 views

Printed FixedDocumentSequence document sometimes not contains added TextBlocks

I have xps-document in resources my assembly. Document contains one page. I want add some TextBlocks on page and print it. But from my application code below not all time print TextBlocks: sometimes ...
0
votes
1answer
715 views

How do I merge .xps files?

Is there any way to combine multiple documents into on .xps file? I am hoping I can do this without having to install third party software. Any help will be greatly appreciated.
1
vote
3answers
1k views

Export xps to pdf in C#

I am a newbie and i want to generate PDF from Infragistics, Xamdatagrid. However as Infragistics doesnt provide this functionality ,i have generated XPS of Xamdatagrid and wants to convert that to XPS ...
0
votes
0answers
115 views

How Can I convert the data of an XPS file to a Word Document using VB Script?

I have two Xps Files Ticket1.xps and Ticket2.xps. There is some text data in these xps file which I want to convert into Word Document then comapre them with Beyond compare to see the diffeneces ...
0
votes
1answer
475 views

How to work with Webbrowser.Document property when the content is XPS?

I'm using a native, non-.NET WebBrowser control to display either an HTML page or an XPS document to the user. I would simply Navigate to either. I'm happy with the HTML part, but the XPS document ...

1 2 3 4 5