Questions tagged [documentviewer]

A WPF UI control that can host paginated FixedDocument content such as an XpsDocument.

A WPF UI control that can host paginated FixedDocument content such as an XpsDocument.

You can read more about the DocumentViewer on Docs.

185 questions
5
votes
2 answers

Printing the content of a DocumentViewer in a different UI thread

In my WPF app, I have particular Window which contains, amongst other controls, a DocumentViewer. When this window is opened and loaded, it dynamically builds a FixedDocument with a progress indicator, and then displays it in the DocumentViewer. It…
Ross
  • 4,460
  • 2
  • 32
  • 59
5
votes
1 answer

Render PDF using DocumentViewer control?

Is it possible to render PDF using DocumentViewer (it's WPF control) ? If it is possible then how ? Code example or link to some code example would be appreciated. Thanks for answers.
Rasto
  • 17,204
  • 47
  • 154
  • 245
5
votes
2 answers

Display PDF Blob data on my HTML page

Hi I have base64 encoded blob data on my page. It is pdf blob data. How can I convert this data to display as PDF. I have tried iFrame, Embed object everything.. It is not working. The blob data is huge. Is there any viewer which would get this…
NoNicknameSFDC
  • 221
  • 1
  • 5
  • 10
5
votes
5 answers

Flash document viewer

Is there a flash based document viewer? I am looking for something similar to iPaper that Scribd.com uses.
cory
4
votes
1 answer

Change WPF DocumentViewer viewing mode

Hello I've got the problem that when I just add a I get a toolbar what allow me to change the viewing mode of the XPS document like here: But how can I do this programmatically? I cant find any property that do…
NKnusperer
  • 974
  • 1
  • 11
  • 31
4
votes
0 answers

How to load blob data or original file content using ngx-doc viewer in angular 9?

Actually I want to load my blob data or original file content in ngx-doc-viewer, I could not see any solutions here to load the blob or file content in ngx-doc-viewer It requires file path But Instead of using file path we need to load blob data…
perumal N
  • 641
  • 2
  • 10
  • 27
4
votes
1 answer

Displaying Print Preview of HTML Document without DocumentViewer

I have a C#/WPF application in which I need to display a print preview for an HTML document -- essentially just like what one would see if looking at a print preview in Firefox or even IE. I know about DocumentViewer, however, I am trying to stay…
JToland
  • 3,630
  • 12
  • 49
  • 70
4
votes
4 answers

API for document format conversion

I am looking for a RESTful web service to which I can send a document (doc, docx, xls, xlsx, ppt, pptx, and tiff at a minimum) for conversion to pdf and swf. The reason I need swf in addition to pfd is so that I can display the document in the…
4
votes
4 answers

Universal "document/image viewer" for Delphi?

I want to view (only) images files and some common documents (PDF, RTF, TEXT, etc) in my Delphi program, I've found two ways of doing that, via AtViewer, but the file size is too large. Via the embedded Internet Explorer installed on the end…
Edwin Yip
  • 4,089
  • 4
  • 40
  • 86
4
votes
0 answers

WPF DocumentViewer is slower than Microsoft XPS viewer

I'm dealing with problem to show dwfx (auto cad) files in our WPF application. I'm using XpsDocument to show such a files. Problem is lack of performance in case of more complex files. Sometime containing thousands of shapes, despite the fact we…
tom.maruska
  • 1,411
  • 16
  • 22
4
votes
2 answers

Another way to display an XPS document using WPF

I would like to ask if there are any other alternatives, aside from DocumentViewer, for displaying an XPS document in a WPF application? A ready-to-use control or class in .NET if possible. This is because DocumentViewer is a little slow when you…
bjutus
4
votes
0 answers

Can you use DocumentViewer to show single pages at a time?

I am trying to show an XPS file one page at a time then using a timer changing pages, the problem is that when I use the FitToHeight method, it shows more than just that one page, about one and a half pages. I am not sure how to go about changing…
Bob.
  • 3,894
  • 4
  • 44
  • 76
4
votes
0 answers

XPS Document get trimmed on WPF DocumentViewer

I have an XPS document generated in code which is having a image visual. I am assigning the same XPS Document to a WPF documentViewer control as shown below in the code snippet: .cs File xp = new XpsDocument(pack, CompressionOption.Fast,…
Dadwals
  • 1,171
  • 2
  • 8
  • 15
3
votes
3 answers

Opening PDF or Doc In a winform

In my c#.net application I just want to open a pdf or document in a win form. Is it possible to open a Pdf reader or word processor through winform?
Nithesh Narayanan
  • 11,481
  • 34
  • 98
  • 138
3
votes
2 answers

Need some information on Document Viewer in asp.net

I m trying to prepare a document viewer in asp.net 4.0. My requirement for this viewer is that all users coming to my website will be able to view every document. uploaded by him on my web-server. I want to know any third party free…
Murtaza
  • 3,045
  • 2
  • 25
  • 39
1
2
3
12 13