Tagged Questions

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

learn more… | top users | synonyms

6
votes
2answers
924 views

WPF: FixedDocument in Visual Studio 2008 Designer

It's a well-known bug that Visual Studio shows an error when you try to construct a FixedDocument in XAML. For example, the following snippet <DocumentViewer> <FixedDocument> ...
6
votes
6answers
4k views

WPF DocumentViewer doesn't release the XPS file

I am working on a WPF application that opens and displays XPS documents. When the application closes, the specification is the application should delete the opened XPS document for clean up. However, ...
5
votes
2answers
2k views

What is Alef Hamza? [closed]

I found this one, in the Find box (as Search criteria) of the document viewer. What is supposed to match?
4
votes
1answer
421 views

WPF DocumentViewer - Print with no confirmation

I have a WPF application where I use a document viewer. I also start printing programmatically with documentviewer.Print(); However, when that is pressed it brings up the screen with the Windows ...
4
votes
0answers
311 views

wpf DocumentViewer - get ITextPointer by GlyphRun and vice versa

Just wondering whether anybody has tried to hack into WPF DocumentViewer in order to make it more useful. I've spent almost a week already trying to create more powerful API for this control based on ...
4
votes
4answers
813 views

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 ...
4
votes
7answers
7k views

Flash document viewer

Is there a flash based document viewer? I am looking for something similar to iPaper that Scribd.com uses.
4
votes
2answers
4k views

WPF DocumentViewer Find-function and FixedPage documents

.Net contains a nice control called DocumentViewer. it also offers a subcontrol for finding text in the loaded document (that's at least what it is supposed to do). When inserting FixedPage's objects ...
3
votes
1answer
674 views

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 ...
3
votes
4answers
2k views

WPF: How can I remove the searchbox in a DocumentViewer?

My XAML code is like this: <Window xmlns ='http://schemas.microsoft.com/netfx/2007/xaml/presentation' xmlns:x ='http://schemas.microsoft.com/winfx/2006/xaml' ...
3
votes
1answer
1k views

How do I get WPF's DocumentViewer to release its file lock on the source XPS Document?

After showing an XPS file in the WPF DocumentViewer, and closing the DocumentViewer instance, the XPS file is locked and I cannot delete it. I need to release the lock on the XPS file so I can delete ...
3
votes
2answers
5k views

Setting PageOrientation for the Wpf DocumentViewer PrintDialog

Using the Wpf DocumentViewer control I can't figure out how to set the PageOrientation on the PrintDialog that the DocumentViewer displays when the user clicks the print button. Is there a way to hook ...
3
votes
2answers
1k views

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 ...
2
votes
1answer
38 views

HTML5 Document uploader and viewer

I have a website which is developed in PHP which allows users to add and view documents. The upload process and viewer is very basic in that the user manually enters in what they want to upload and ...
2
votes
2answers
176 views

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 ...
2
votes
1answer
54 views

How can I center my page in the document viewer?

I'm using a document to show a user control. Some people from here helped me: How can I put an user control inside a document viewer? But the user control appers in the corner, and I'd like to print ...
2
votes
0answers
279 views

strange signs in Documentviewer WPF

I'm adding a document viewer to my WPF project and all seems perfect. But when I try to open another xps file, the documentviewer places some [?] signs in my document. Here's my code : if (xps != ...
2
votes
0answers
200 views

Tooltip on scrollviewer in documentviewer in case of deferred scrolling

I want to show the tooltip on my scrollviewer on page scrolling which shows the current page number in it which i asked here- Tooltip on scrollviewer in documentviewer. I have implemented the answer ...
2
votes
1answer
234 views

Protected Tiff File Viewer Suggestions

In a web app we are building in ASP .NET, there is a requirement to allow users to view TIFF image files but not to have the ability to print, save or copy these documents. We understand users may be ...
2
votes
0answers
483 views

Touch scrolling DocumentViewer

I'm using .NET 3.5, so I don't have all of the nice touch screen goodness. I created my own touch screen ScrollViewer that works alright. I'm wanting to incorporate that into the DocumentViewer ...
2
votes
1answer
140 views

How to display documents from folder?

How can i display word documents, pdf documents in the browser using files from the web folder? So if a user uploads a pdf report and wants to see it in the browser, how can i allow that to happen? ...
2
votes
2answers
278 views

In search of a lightweight pdf viewer

I am looking for a lightweight pdf viewer ( commercial / free) for my windows application. I presently display the pdf documents on a webbrowser with Adobe Reader Plug-ins. Background : The problem ...
2
votes
1answer
671 views

WPF Tables within FixedDocument

I was wondering if it is possible adding a WPF-Table within a FixedDocument/FixedPage. It seems, as if it is not supported by default. Is there some kind of workaround to achieve this?
2
votes
2answers
376 views

Disable CTRL+P in WPF DocumentViewer

I'm working on a new presenation component for one of our applications. I am building a Custom WPF Control that just has a DocumentViewer in it and hosting that CC in a Windows Forms application with ...
2
votes
1answer
290 views

WPF Documentviewerbase.Print. Remove dialog box

I am using WPF and the DocumentViewer to display a document. However, when I use DocumentViewerBase.Print, it gives the "standard" Windows dialog box asking me to choose a printer with the default ...
2
votes
1answer
2k views

How do you hide a WPF DocumentViewer's menu bars?

At the moment I have a DocumentViewer in a WPF window that displays an XPS file. I have created my own "Next Page" and "Previous Page" buttons and have set the DocumentViewer.Background property to be ...
2
votes
2answers
2k views

Disabling text selection in DocumentViewer

Simple question. How do you disable the text selection of DocumentViewer in WPF? This is the feature where an XPS document is displayed by the viewer and then text can be highlighted via mouse. The ...
1
vote
0answers
24 views

Setting the cursor in a WPF documentViewer

I am creating a WPF document viewer that will zoom in to a page when it is double clicked on. To this end I am trying to get the cursor to turn into a hand when over a page in the document viewer, and ...
1
vote
2answers
43 views

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 ...
1
vote
2answers
49 views

CanExecute for KeyBindings to control

I have a reportViewer with default toolbar button for decrease zoom binded to command NavigationCommands.DecreaseZoom. I want to disable it in some situation so i bind CanExecute method to return ...
1
vote
1answer
193 views

Hide WPF DocumentViewer toolbar programmatically

This question has a solution: How do you hide a WPF DocumentViewer's menu bars? However, it only allows hiding the toolbar through XAML. I need to get this done programmatically. This answer: ...
1
vote
1answer
182 views

How can I put an user control inside a document viewer?

Is it possible put an user control inside a doument viewer? If possible, how will it be that?
1
vote
1answer
415 views

C# WPF, how to open excel book in document viewer

I hope someone can help me how to open excel file in DocumentViewer component in wpf
1
vote
0answers
56 views

I need a web based document viewer in which i can show my tiff images

I need a web based document viewer, open sourced(free), in which i can show my tiff images. I've gone through so many links however couldn't found any product which supports the tiff format, and can ...
1
vote
2answers
296 views

Any Embeddable Document Viewer

I am looking to include a document viewer in my cakephp application for uploaded docs. I want viewer that supports Microsoft Word (.DOC and .DOCX), Microsoft PowerPoint (.PPT and .PPTX) and Adobe ...
1
vote
0answers
589 views

Freeware Document Viewer for Asp.net

Can you kindly share the names of freeware document viewer for Asp.Net ? The document viewer is required for viewing, editing and saving any document online (documents in question are pdf files, ...
1
vote
1answer
321 views

Tooltip on scrollviewer in documentviewer

I have a documentviewer which i used in my wpf project to show xps document reports of having around 600 pages which is working great. But from user point of view i like to show the current page ...
1
vote
1answer
359 views

WPF document viewer page size

How to set page size for WPF document viewer in cm mm?
1
vote
1answer
181 views

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 ...
1
vote
2answers
389 views

A better file format than PDF or EPUB?

My client wants us to build a custom document viewer for their app. (It really, truly needs to be custom, because there are a ton of application-specific features they need.) We built one for them ...
1
vote
1answer
359 views

WPF DocumentViewer doesn't show the document

I'm using a DocumentViewer to view a FixedDocument and on 2 machines (out of over 500) the document viewer does not show the document. Edit: ok, it's not a bug in WPF and the DocumentViewer control ...
1
vote
1answer
3k views

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.
1
vote
1answer
177 views

Retrieving a list of hyperlinks/bookmarks from an XPS Document?

I have a .docx file with a bunch of bookmarks and hyperlinks. I can navigate through these in documentviewer just fine. What I would like is if it was possible to generate a list of all of the ...
1
vote
1answer
195 views

Does anyone know of an iPaper alternative?

We would like to display office documents in the browser (DOC, PPT, XLS and PDFs). The iPaper API from Scribd is perfect but ideally it would be installed on our server. Open source is a preference ...
1
vote
1answer
675 views

WPF Document Viewer Styling

I am trying to restyle the document viewer in WPF and I have restyled everything but the tool bar at the bottom. The problem I having is figuring out how to style the toolbar at the bottom and its ...
1
vote
2answers
1k views

WPF - example of creating XPS document that is NOT from Visual

I'm looking for a reporting/printing solution that does not involve RDLC/SSRS. I'd like to use the DocumentViewer, which I know supports XPS. I have found plenty of examples that use Visual to XPS but ...
1
vote
1answer
3k views

Displaying an XPS document in Document Viewer

I'm having a go with document viewer and XPS atm as I haven't tried it before. So I have a simple piece of code loading an XPS document and displaying it in the document viewer, however the document ...
1
vote
1answer
2k views

wpf documentviewer to view different file formats?

I have a wpf application where the user can upload files with different formats (for now only pdf). I want to use document viewer to let the user see what's been uploaded. Is this possible? If ...
1
vote
4answers
575 views

document viewer

Does anyone know of a nice server based document viewer which runs in any kind of browser and supports a large range of formats (pdf, tif, office, ...) Don't bother with the ajax document viewer from ...
1
vote
1answer
345 views

How do I set the name of the print job when using DocumentViewer control?

I've using the WPF DocumentViewer control to display an XPS Document like so: viewer.Document = xpsDocument.GetFixedDocumentSequence(); When the print button inside the document viewer is clicked ...

1 2