Questions tagged [xpsdocument]

XPSDocument is a class that renders XPS documents in WPF (Windows Presentation Foundation)

113 questions
0
votes
1 answer

Set PageHight auto in xps document in C#

Can we set height auto in xps document in C#? If I set height and the contains is more then that then it gives me blank page. My code for that template is below
Sachin
  • 152
  • 1
  • 17
0
votes
0 answers

Generating Print ready contents with WPF with paper precision

I am new to WPF and c# as a whole. I have experience from programming language like PHP, HTML and Javascript so I was able to cope quickly. I have a project that is used to print PINs and Serial Number on a card. Let say the card is A4 and on the…
Temitayo
  • 802
  • 2
  • 12
  • 28
0
votes
1 answer

Custom DocumentPaginator and DocumentViewer WPF

I have a custom DocumentPaginator, that creates a table with some values and repeats table header in the beginning of every page. (Similar as here.) How can i show pages generated by it in DocumentViewr? I believe first i need to create an…
max_hassen
  • 387
  • 1
  • 5
  • 16
0
votes
1 answer

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.
user1628259
0
votes
2 answers

Re-pack xps extraction to zip again

I extracted an xps to a folder, edit some images and i want to rezip it in order to keep it openable with the XPS viewer, but there is something wrong!.. either if i dont change anything, i cant rezip it an open it with the XPS viewer. I am using…
Fraga
  • 1,361
  • 2
  • 15
  • 47
-1
votes
2 answers

Is there an XPS viewer that can be built into a web page, as iPaper can?

Does anyone know of a an XPS viewer that can be built into a webpage that would access XPS files hosted on our server in the same way that iPaper does for pdfs? (Coming up with an automated conversion process for these XPS files to PDF has proven…
Jake
-1
votes
1 answer

XpsDocumentWriter is leaving a **source** file open

I have a routine that reads XPS documents and chops off pages to separate documents. Originally it read one document, decided how to chop it, closed it and wrote out the new files. Features were added, this was causing headaches with cleaning up…
Loren Pechtel
  • 8,945
  • 3
  • 33
  • 45
-1
votes
1 answer

How to extract a text or table from XPS file to matlab

I have some XPS files which contains text, tables and charts. I need to extract the data in the tables to my matlab code and proceed them. Would you please help me in writing this extraction code in Matlab. Thanks
zahra
  • 9
  • 3
1 2 3 4 5 6 7
8