Questions tagged [viewer]
510 questions
5
votes
3 answers
PDF Viewer for my web - PHP
I am searching for an opensource pdf viewer for my web-site
Searched for months and months. Is there any open source to view pdf in my web (without Flash).
On the other hand, the documents should be secure.
I have done a synopsis with the following…

hjaffer2001
- 933
- 6
- 18
- 38
5
votes
1 answer
Add ReportViewer to Toolbox VB.NET 2013
I installed Report Viewer 2012 in VS 2013 (VB.NET), but it's not listed as an component in toolbox. Where is the location to reference the ReportViewer via browse, or how do I add the ReportViewer to toolbox?
I wasted all day trying to create a…

user3707554
- 77
- 1
- 2
- 8
5
votes
3 answers
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 Windows)?
I can imagine writing the help in plain HTML.

Sridhar Ratnakumar
- 81,433
- 63
- 146
- 187
4
votes
1 answer
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 integrate correctly in our application.
So I search…

user640897
- 41
- 2
4
votes
2 answers
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 jump both vertically and horizontally to the…

chmullig
- 13,006
- 5
- 35
- 52
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
1 answer
PDF Viewer in Qt
I am trying to create a pdf viewer inside qt using Adobe Readers ActiveX, but it requires to install Adobe Reader, so is it possible without installing Adobe reader we can create pdf viewer

Dnyaneshwar
- 122
- 1
- 3
- 11
4
votes
1 answer
Pipe-view a loop sequence (add a progress bar to While or For loop) - Bash
As posted here and here, pipeviewer is a tool that shows content progress based on it's size. As seen there, the proposal of their questions is to get a progress bar of a process running without data volume.
I was wondering if is it possible to show…
4
votes
3 answers
Google Docs viewer in IE
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 or 8). All my images come up as a 'missing' icon. If I view…

Skoder
- 3,983
- 11
- 46
- 73
4
votes
0 answers
Load picture with native photo viewer
I've been looking around and I just couldn't find anything that really fits my (very simple) needs.
I have a UIImage (as a NSData, then file, then image) that is displayed, and I'd like to be able to tap it and display the native "show", that has…

Gil Sand
- 5,802
- 5
- 36
- 78
4
votes
0 answers
Embedded Google Viewer - How to disable full-screen option?
I use Google Viewer as embedded PDF-Viewer in a Web-App (PhoneGap). My Problem is, that when I open a PDF-File on an iPad and enter full screen mode, there is no way to get back anymore, because there is no "back"-Button like on Android devices. So…

balkongenie
- 41
- 2
4
votes
1 answer
ComboViewer, How can I get the selected item of a comboViewer?
I created a ComboViewer
final ComboViewer comboViewer = new ComboViewer(shlFreeViews, SWT.NONE);
final Combo combo = comboViewer.getCombo();
combo.setVisibleItemCount(4);
combo.setFont(SWTResourceManager.getFont("Segoe UI", 13,…

xSmog3s
- 119
- 1
- 3
- 8
4
votes
5 answers
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 of a large number of file formats (Word…

JohnFx
- 34,542
- 18
- 104
- 162
4
votes
3 answers
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 of the rest.
Apparently though, that was a bit…

papermate
- 41
- 2
- 6
4
votes
4 answers
Three.JS model viewer feasible in phonegap?
I'm trying to make a very simple 3D model viewer in a phonegap app for use on an iPhone 4. I'm using three.js which is working fine when I make a simple website. The problem is that when I try it out on the phone the 3D object doesn't appear. Simple…

James Finn
- 366
- 2
- 12