Click here to Skip to main content
15,922,894 members
Everything / DocumentViewer

DocumentViewer

DocumentViewer

Great Reads

by paolo guccini
How to use the Microsoft Interop/Automation to implement parallel research of a Microsoft Office file password.

Latest Articles

by paolo guccini
How to use the Microsoft Interop/Automation to implement parallel research of a Microsoft Office file password.

All Articles

Sort by Score

DocumentViewer 

22 Feb 2015 by Abhinav S
1) This should be suitable. What is more important is how you use it to format your report.2) If your grid is not editable, why would you need testboxes?
24 Jan 2022 by Dave Kreskowiak
"Bad quality" is not exactly an exact measurement, so the question is really "are there any OCR tools that are better at text conversion with poorer quality scanned documents?" Well, all that depends on how bad the quality of the scanned...
22 Feb 2015 by CodingLover
Hi all,I'm working on a design of bank slip printing application. My plan is like this.Work on with WPF/C#. Idea is to use WPF DocumentViewer, place in a grid. All the required test fields are place on that grid based on the coordination (as fields are pre-defined). Then print the...
2 Oct 2015 by F-ES Sitecore
Look at the Open XML SDK for Word and Excel documents, or itextsharp for PDF files.
2 Oct 2015 by Mario Z
Take a look at this CodeProject's article:List of 3rd Party .NET UI & Reporting Components[^]I believe DevExpress, Telerik and Syncfusion have the UI controls that you're looking for, but nevertheless you should go through that list either way because it is possible that you'll find others...
16 Oct 2015 by Prince Tegaton
Thanks all. I finally got to use DevExpress ASP.NET control trial edition.
22 Feb 2017 by deepankarbhatnagar
Try to convert doc to html & then display that html on the page inside div.Please take help from this URL hope this will help:Word to HTML Converter using ASP.Net 2.0 and Microsoft 11.0 object Library[^]
21 Jun 2017 by Marius Ionut
I have this code where I'm creating an XPS document and set it to the document viewer, also the document viewer is in a frame which allows me to navigate inside the viewer to a specific bookmark(according to this link). var fixedDocument = ...XPS document logic here...; // Set up fresh...
26 Sep 2019 by Erwin Alcantara
I have a word doc/rtf file and got some code that it will convert to it xps doc and It can be loaded in the DocumentViewer, I have a button that will open the file in ms word so it can be edited and saved. The problem is since the xps file is open in documentviewer, I was not able to reload the...
25 Mar 2022 by Member 14858655
Here I have a List, where DocumentModel holds property byte[] XpsData. After converting byte[] XpsData into XPSDocument to bind in public static XpsDocument ByteToXpsDocument(byte[] sourceXPS) { temp++; ...
14 Jun 2018 by paolo guccini
How to use the Microsoft Interop/Automation to implement parallel research of a Microsoft Office file password.
25 Mar 2022 by Gerry Schmitz
Quote: The GC does not dispose your objects, as it has no knowledge of IDisposable.Dispose() or IAsyncDisposable.DisposeAsync(). You're not "disposing" the objects that need it (like MemoryStream). ...
2 Oct 2015 by Prince Tegaton
Hi all, am developing my final year project; a web based cloud storage system.I want to include full document processing functions like---Create and edit MS Word doc---Create and edit MS Excel sheets---Create and edit PDFI need a free or paid API that can do this using a GUI, all the...
24 Jan 2022 by Stella Merchant
I am not able to search for key information as Google only supports exact match. However, due to OCR errors, the OCR text would not exactly represent the text in PDF documents. Are there any techniques/software that can search accurately in spite...
22 Feb 2017 by Ravi Sargam
I can show PDF with following codeBut how to show word document in DIV tagThanks in advance...What I have tried:With this code i can show...