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

learn more… | top users | synonyms

0
votes
1answer
13 views

How to use crocdoc in php

I am using crocdoc in php https://github.com/crocodoc/crocodoc-php i downloaded the files in my local i had my API TOKEN so i pasted it there but it doesnt seems to work and throws error shown below ...
-1
votes
1answer
16 views

Suggestion for Document viewer

I am looking for a web based document viewer, open sourced(free) or Proprietary_software in which i can view document of various format .PPT DOC PDF and also other document format something which i ...
0
votes
0answers
14 views

Django Diplay uploaded (.doc,.docx,.rtf) document using Document Viewer other than google viewer

I uploaded document to the database now, I need to display that uploaded document using document viewer in my page except, google document viewer. I search on internet didn't get any exact answer. ...
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 ...
1
vote
0answers
24 views

Margin around FixedDocument in DocumentViewer

I am displaying a FixedDocument in a DocumentViewer, and by default the ScrollViewer shows the document with no margin above the top or below the bottom of the document. What I'd like is to change ...
0
votes
1answer
37 views

How to hide a DocumentViewer page element from printing

So I have been building a WPF application that prints over some forms. These forms come preprinted with only blank spaces where you are supposed to write in some information. WPF app needs to ...
0
votes
1answer
72 views

the best online document viewer tools [closed]

My project requires me to display a *.docx, *.doc or *.pdf file in any browser that supports html or html5 . However, access to the original document should not be allowed and must support ASP.NET. I ...
2
votes
0answers
74 views

File viewer with search filter by category and sub categories Drupal 7

I want to create a site running locally(localhost) which views files that are uploaded by authorized user. Using search filter by category and sub categories, all ebooks that are included in that sub ...
1
vote
1answer
173 views

Highlight all hits in documentviewer

I know that the wpf-documentviewer supports the searching in the documents, if the document is a xpsdocument. The search only highlights one hit after the other. Is it possible to highlight all hits ...
0
votes
1answer
245 views

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 ...
0
votes
0answers
51 views

DocumentViwer localization

The DocumentViewer control has some elements with text in English, such as ToolTips and SearchBox. Is it possible to translate them to another language?
0
votes
0answers
48 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 ...
1
vote
1answer
423 views

How to implement PHP / jQuery Online Document viewer?

My Application is developed in PHP Yii Framework. My Application has a private network module where members of the network can upload files for sharing among them. Right now I'm using Amazon S3 to ...
0
votes
0answers
62 views

Can collective.documentviewer work on Windows 2003 server-Plone4.2?

collective.documentviewer seems to have trouble parsing windows paths to raw strings. But I'm not sure. I was able to get it installed without errors by making these changes to convert.py line 72 ...
0
votes
0answers
45 views

Hide topbar in Flexpaper

I want to hide the topbar in Flexpaper: What is the easiest way to do it? Best, David
0
votes
0answers
432 views

Override ScrollViewer ContentTemplate WPF

I have a custom ScrollViewer template that I use to customize DocumentViewer control. <Style TargetType="{x:Type ScrollViewer}" x:Key="CustomScrollPresenter"> <Setter ...
0
votes
0answers
153 views

wpf: The image is blurry on DocumentViewer

Update 1 I found that the reason is due to the dpi used to render the canvas. I have changed the dpi's value to 192 and the image got smooth. Below is the code block need to update. private const ...
0
votes
1answer
174 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 ...
0
votes
0answers
115 views

using popup document viewer with Scribd

I'm trying to figure out how to use a Scribd document viewer that "pops up" when you click on a link. An example is here: http://www.stanford.edu/group/lpchscience/cgi-bin/wordpress/taxonomy.html ...
0
votes
1answer
502 views

WPF Document viewer export to PDF

Hi I'm using a WPF Document viewer to view a document Is there any way to save the document as PDF ? <DocumentViewer Name="documentViewer" /> I'm using WPFReports to generate a report.
0
votes
0answers
189 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
vote
2answers
56 views

How can you tell which PageView was clicked on a DocumentViewer?

It is pretty clear if only one page is visible but if multiple pages are visible, how can you tell which page the user clicks on? I looked through its properties and nothing really stuck out. Even ...
0
votes
0answers
134 views

Offline Excel Viewer In Firefox

I develop a intranet application that produce report in excel, I want to know is there any option to display the excel file directly in browser like firefox without any code? I search the add-on of ...
3
votes
6answers
1k views

ASP.Net HTML Document viewer [closed]

In my application, we store documents in Sharepoint and use asp.net application to display that. Which is the best editor to integrate and that would work on every browser post IE7? Does google docs ...
0
votes
0answers
110 views

How to have more control about DOCUMENT VIEWER?

When I said more control, I mean I decide when to change the current page through code and not the user. Which I'm looking for is to show only one page in the document viewer and a way to hide the ...
0
votes
0answers
234 views

Using FixedDocument, how to detect if one item does not fit inside of the page?

Which what I'm doing is insert a UserControl into a FixedPage. But sometimes this userControl does not fit into the page (as you can see the image below). I've showed many buttons inside of it ...
0
votes
1answer
174 views

How to show a Word Document in a TabItem of TabControl in WPF?

Is there any way to open a Word Document in a TabItem of TabControl in WPF?
0
votes
0answers
189 views

Copy/Paste Controls

I recently got asked to add Copy/Paste functionality...sounded like a simple request; then after sitting down with the users requesting the change, I came to realize that they wanted to be able to ...
0
votes
0answers
109 views

document viewer which shows only zoom in / zoom out

I am looking for a asp.net document viewer which can render PDF and Word with multilingual support. I know about ...
0
votes
2answers
283 views

Can there be Password in XPS File so that only authorised C# code can open it in WPF Document Viewer? [closed]

We have all heard that XPS is Microsoft's answer to Adobe's PDF. Since PDF File has password facility so i was wondering is there any such facility in XPS Files also. Why and where I want it :- I ...
1
vote
0answers
146 views

WPF Table Multiple Row Header

How can i achieve this multiple row header in WPF table? Example: ID Name Age Gender City Phone 1 Address 1 Phone 2 Address 2 ...
0
votes
2answers
156 views

Script I can buy to display attachments inline like slideshare

Are there any scripts that I can buy to display pdf, ppt, doc attachments on my site - inline, so users don't need to download them to view it. I run a knowledgebase which contains various documents ...
1
vote
0answers
578 views

Open source html5 document viewer for mobile apps

I am building mobile app for Android and iOS platforms using Phonegap. I want to use a html5 document viewer to display pdf's, ppt's and all in the mobile app. I saw Crocodoc. Its good, but i need to ...
0
votes
1answer
308 views

Document viewer for different document formats [closed]

I am working with medical documents and am designing an annotation tool for which I am creating an interface. What I need is a control to display the document for the user. Like richbox, but I need it ...
1
vote
1answer
445 views

DocumentViewer to RichTextBox Binding Error

I have an application with RichTextBox and DocumentViewer (placed in a TabControl), and I want to make something like "hot preview". I've binded DocumentViewer.Document property to ...
0
votes
3answers
1k views

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?
1
vote
1answer
363 views

How to allow Google Doc to display hotlinked files?

I have restricted hotlinking my files in using htaccess. But I need those files to be displayed in Google Doc Viewer. In htaccess I allow Google Docs to hotlink my files, but it is not working. Please ...
0
votes
1answer
205 views

What can cause XPS FixedDocument to look different on Windows 7 compared to XP?

I have a program that generates a FixedDocument object and displays that in the XPS DocumentViewer. According to the documentation on MSDN "Fixed documents are intended for applications that require a ...
0
votes
1answer
184 views

How to remove DocumentViewer drop-shadow?

How can I remove the drop-shadow from the DocumentViewer control? If I use docViewer.ShowPageBorders = false the normal border around the document is gone too. When I set a BorderBrush the border goes ...
1
vote
1answer
257 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 ...
2
votes
2answers
633 views

Need some information on Document Viewer in asp.net [closed]

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 ...
2
votes
1answer
377 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 ...
0
votes
0answers
468 views

Print Preview in wpf

I have tried document viewer control and flow document control for print preview in wpf. But it doesn't working in my case. So how it is possible printpreview in wpf?
0
votes
1answer
464 views

Databinding to DocumentViewer.Document Property

I have a view that contains a DocumentViewer control and I have another class that has a property that exposes a FixedDocumentSequence and implements INotifyPropertyChanged. I am trying to databind ...
0
votes
0answers
370 views

document viewer(*.doc,*.docx file) [closed]

I want to Open *.doc and *.docx file.Like when I click on browser to view link, *.doc and *.docx file is open in openoffice and edit and save this file. thanks pls help me.
1
vote
2answers
318 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
1k views

Change WPF DocumentViewer viewing mode

Hello I've got the problem that when I just add a <DocumentViewer x:Name="docViewer" /> I get a toolbar what allow me to change the viewing mode of the XPS document like here: But how can I do ...
0
votes
1answer
998 views

Load XPS to documentviewer from embedded resource

i am trying to make help for my application. I have xps documents which i am loading to documentviewer. These files are embedded in resource file. I am able to access these as bytearray. For example ...
0
votes
0answers
162 views

How can I print in WPF?

Imagine that I have a user control where contains a grid super large (please, watch the image below). I want to print that user control into two pages. But this only prints me one page, is there a way ...
4
votes
2answers
1k 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 ...

1 2 3