Tagged Questions
The viewer tag has no wiki summary.
27
votes
8answers
11k views
Lightweight XML Viewer that can handle large files
There are plenty of "heavyweight" tools such as XmlSpy, which are good for prodding around in xml docs - but often (very often in some cases!) you just want to quickly open and browse an xml doc, and ...
24
votes
13answers
9k views
Java Log Viewer
Unfortunately, sometimes the only way to debug a program is by going through its long log files.
I searched for a decent log viewer for a while now, and haven't found a real solution. The only ...
12
votes
6answers
15k views
Silverlight 4.0 PDF Viewer
Any free control to view PDF for Silverlight?
or how to view pdf in silverlight from memory stream?
9
votes
2answers
903 views
PDF Viewer Widget in Android
I have to provide the functionality of showing PDF docs in my app without using any external PDF viewer. I know Android doesn't have such kind of widget and WebView can't load a PDF doc.
So I want ...
7
votes
4answers
11k views
How to limit RDLC report for one page in a PDF?
I have a RDLC report and I am displaying it on the Report Viewer Control in my front end application. I get the report perfectly and theres no problem in it.
But the problem arises when I try to ...
6
votes
3answers
408 views
decent log viewer that works with NLog
What would be a the best viewer that works well with NLog when I have the following requirements:
I need to view logs offline (files) and online (live)
for offline I need to be able to select and ...
6
votes
2answers
2k views
What is a good GeoTiff Viewer?
I'm working with GeoTiff related files and would like to know what's a good viewer to see the outcome of my work? It needs to work on a Windows machine.
Thanks.
6
votes
4answers
591 views
Clipboard viewer for programming purposes
I need a clipboard viewer in order to understand the type and contents of the data I'm receiving. Is there any such program available, (for Windows) that lets you explore any type of data currently in ...
5
votes
5answers
341 views
Display pdf file in WPF Application
I need to display pdf files in my WPF application.
I have found many references on how to accomplish this task here in SO but none worked for me
1) I have tried to use approach suggested here but ...
5
votes
4answers
437 views
Does Eclipse have an editor/viewer for java serialized files?
I'm serializing my objects with ObjectOutputStream(FileOutputStream(File)) and deserializing them with the analogous InputStreams. Is there a way to look inside of these serialized files (in eclipse ...
5
votes
16answers
4k views
Viewing contents of a .jar file
What would be the easiest way to view classes, methods, properties, etc. inside a jar file?
I'm looking for something equivalent to the very useful Lutz Roeder .NET Reflector - for Java
4
votes
1answer
244 views
How to set the command of View by default with a real filename?
I have this line in my .emacs:
(setq TeX-view-program-list '(("Okular" "okular --unique %u")))
When I type C-c C-c, then View, then the command turns out to be okular --unique %u, however, I would ...
4
votes
4answers
816 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
3answers
245 views
Embedding PDF documents into websites
I need to embed some PDF documents into a website. The last time I did this, I used a jQuery lightbox to popup an iFrame with the PDF document as the URL. The client's PDF viewer would then take care ...
4
votes
5answers
5k views
Log file viewer for Eclipse
I'm looking for a log file viewer plugin for Eclipse possibly having the following features:
custom highlighting of lines
custom line filters, possibly with regEx
tail following
The discontinued ...
3
votes
2answers
102 views
Css image viewer is moving page on click
When I click in the tabs at the side, it changes the picture, which is what I want it to do, but it also moves the page so the view is at the top. I noticed this only happened when there was page ...
3
votes
0answers
181 views
Make Pdf viewer with the vudroid using Mupdf
I am trying to make pdf viewer with the vudroid using mupdf library.
I want to search text in pdf using vudroid. But I can't find a function to search text in vudroid.
How can I search text using ...
3
votes
1answer
595 views
How do i know if teamviewer executed successfully and get the session id and password?
I am trying to run TeamViewer in a headless ubuntu OS. The OS is running as amazon ec2 AMI so I have no physical access to it. Currently, I just type the command "teamviewer" in ssh and the only ...
3
votes
1answer
537 views
javascript pdf online viewer
I am looking for an online pdf viewer that I can use for my website for example http://cba.republicast.com/ar2010/#p=10&c=0&v=1 . The interface should be editable so that I can change the ...
3
votes
2answers
485 views
Android PDF reader component
For an Android application we must add a PDF viewer. We can't use the PDF reader install on the platform because we want to make some animations for page switch and we want that the PDF reading is ...
3
votes
1answer
558 views
How Google Books and Google Docs Viewer Work?
Guys, Google Books Viewer and Docs Viewer are driving me crazy, do you know how they are working PLEASE?
For example: Google Docs Viewer: ...
3
votes
3answers
2k views
Google Docs viewer in IE
Hey all,
I've searched high and low for a solution, but can't find one. I'm using Google Docs Viewer to view PDF files. It's a great tool, but I can't seem to get it working in Internet Explorer (7 ...
3
votes
2answers
146 views
Does software exist for the sole purpose of reading Wikipedia? Reasons inside:
Like many, I look at wikipedia to in a way learn about computers and computer science. But I frequently fall for the problem of opening more and more wiki pages, based on the related links at the ...
2
votes
0answers
43 views
Options for collapsing YAML when viewing?
I chose YAML over XML as a format to store our input and output data. It works well, but now I'm discovering one of YAML's main weaknesses: editor/viewer support.
I need help to simplify the viewing ...
2
votes
0answers
28 views
Viewer for EhCache Index
For Lucene, we have a good toolbox like Luke to view, diagnose, edit etc. Do we have similar tool (at least display) for EhCache (when we enable diskPersistent)?
2
votes
2answers
33 views
Editor/Viewer to display and analyze Maven logs?
I use Maven for building Java projects. The output of Maven has immense size.
Is there an editor or log viewer that makes analyzing logs easier?
2
votes
1answer
60 views
Read file without exclusive lock
What is the best way to read image when simultaneous requests try to access the same image file?
Basically I have created tiff viewer in asp.net. It displays thumbnails of all tiff pages and upon ...
2
votes
3answers
180 views
Delphi lines colored Text component replacing TRichEdit to improve performances
I currently use TRichEdit as an 'real time' event log viewer in one of my software (in Delphi 7) and I recently profile my software and TRichEdit is consuming more than 40% of the software cpu time.
...
2
votes
1answer
45 views
How to code the camera to be opened within an app I made?
I am trying to develop an app that uses the camera in it, as far as my app being opened and it has a viewer of the camera below it. I have googled all over. By the way this is an Android app, in which ...
2
votes
3answers
459 views
android set image as contact icon/wallpaper
I have written my own ImageViewer and now I want to have Set as functionality like in Android native ImageViewer. I now it is possible since Facebook has it. I've attached a screenshot to make myself ...
2
votes
2answers
550 views
Launch msoffice document viewer from custom iOS app
I am designing an app that shall download MS Office documents (PowerPoint, Word) from a server and launch a viewer like Documents to Go.
Is it possible to download a PowerPoint from a server in HTTP, ...
2
votes
2answers
547 views
Flash PDF viewer (with own hosting)
Looking for a solution similar to the Issuu viewer. I have a book publishing house and would like to sell access to online publications. Looking for something similar to Issuu but with the possibility ...
2
votes
2answers
204 views
Looking for a lightweight MySQL query tool
I currently use Toad for MySQL to execute random queries on my MySQL databases, but it just seems like that tool is more geared for people who want to actually write SQL scripts, as opposed to just ...
2
votes
2answers
68 views
Graphically view long line diffs that mostly match
I have two data files. They're both 5000 lines long, and each row is ~10000 characters wide. They are nearly identical, except a few characters on some lines are different. Is there any tool that will ...
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
332 views
Help System for desktop application based on .NET 2010 , C# and WPF
I searched for some time but could not find any answer that give me clear idea. so i am posting my question.
I am working on desktop application on .NET 2010, C# , WPF as front end and SQL 2008 back ...
2
votes
2answers
373 views
Nice remote apache log viewer
I have a server with 10+ virtual domains (most running Mediawiki). I'd like to be able to watch their traffic remotely with something nicer than tail -f . I could cobble something together, but was ...
2
votes
2answers
381 views
JavaScript - How to make a sliding image viewer?
Can anyone explain how to create a sliding image viewer using javascript or jquery? From the ones I've seen, it looks like all the images are side-by-side and then buttons move the images across ...
2
votes
2answers
1k views
How to display (converted) Word document content in Sharepoint
There is Page Viewer Web Part which can display HTML page. Is there another webpart that can display the content of the Word document or alternatively a way to convert a Document from inside OOTB ...
2
votes
1answer
83 views
Running a CAD viewer from server
Basically I'm looking for something that will allow users to open and modify dwf files in their browser (like the Autodesk Design Review allows users to open files in IE). But is there such a probgram ...
2
votes
6answers
1k views
Document Viewer- which one? Brava or Snowbound or Adeptol?
We have been looking for a document viewer for our application and have narrowed down to the three
IG Brava, Snowbound and Adeptol AJAX Document Viewer
Any help / past experiences on these would be ...
2
votes
2answers
109 views
Tkinter help viewer
I have a simple Tkinter app in Python. I'd like to add help document to it; what is the simplest way to integrate an help viewer to the app? Preferably cross-platform (although I primarily use ...
2
votes
1answer
1k views
Using Firefox HTML source viewer in VB.NET?
I want to view the HTML source of a web page, I've using ICSharpCode.TextEditor, Scintilla,... and they're all good. But, I have missed Firefox HTML source viewer.
I wonder if I can use Mozilla ...
2
votes
3answers
7k views
Looking for a silverlight XPS viewer control
I am trying to integrate silverlight into my ASP.NET app, and want to let my users view any arbitrary XPS document in my wep app.
I am looking for any robust Silverlight XPS viewer control for this ...
2
votes
3answers
587 views
What's your favorite log4 viewer / monitor?
We've decided to standardize on log4net and log4cxx for our logging infrastructure. I'd like to give our system administrators and other staff access to the events and information we are logging. So ...
2
votes
4answers
3k views
Looking for a “Universal” Document viewer component/library
I am looking for an Applet with similar functionality to the Oracle/Stellent OutsideIn ActiveX control or the Autonomy KeyView technology that act as a browser plug-in allowing the rendering/display ...
1
vote
2answers
78 views
PDF Library for Android
is there any pdf library that read all data (text, image) in activity without convert pdf in image? I tested this library but is too slow when open and zoom in/out the document.
Thanks
I've tried ...
1
vote
0answers
42 views
how to highlight in pdf and save it to the android pdf viewer.Is this possbile in android pdf viewer
I am using android pdf viewer for reading pdf files.but i want to highlight in the pdf page in my android pdf viewer app.is this possbile.i saw the pad hightlights in iphone application.
Ezpdf ...
1
vote
1answer
108 views
Resizing Powerpoint Viewer within WPF application using WinAPI
I am trying to embed PowerPoint Viewer 2007 in my WPF application. I managed to use a Process to start up the viewer with a file specified and put it in my application window with SetParent and such ...
1
vote
1answer
106 views
Google doc viewer display private documents or python doc rendering library
I have a website which in a section gives users access to some documents.
The documents cannot be downloaded from the site, but only if the users are logged in.
Is is possible to use google docs ...