Questions tagged [viewer]

490 questions
8
votes
3 answers

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 to know, is there any widget available which can be…
Mudassir
  • 13,962
  • 8
  • 60
  • 85
8
votes
0 answers

How to resize column width in RStudio source pane?

Can anyone tell me how to resize a column in the source pane of RStudio? I tried renaming the second column from "n" to "Total number" but it just wraps the header text. Screen grab of problem Edit: Earlier screen grab did not, in fact, show the…
armipunk
  • 438
  • 2
  • 12
8
votes
4 answers

A PDF viewer for PDF with large vector images on linux?

I need to view some PDF with large vector images (they can be really large) on linux (I am on Debian Wheesy). I need also to zoom on theses images with more than 400% (infinite zoom would be great, more than 800% would be good). I have tested…
Paul Irolla
  • 81
  • 1
  • 2
7
votes
1 answer

building a 3d model viewer android?

I'm trying to build a model viewer in opengl, but got stumped... I basically just want to build my own app that can load a custom model in .off or .obj format and display it on my tablet.
user868935
7
votes
1 answer

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)?
Lee Chee Kiam
  • 9,693
  • 10
  • 56
  • 76
7
votes
1 answer

how to pick two points from viewer in PCL

I would like to pick two points from pointcloud and return coordinates of the two points. In order to get down to the problem, I have used the PointPickingEvent of PCL, and written a class containing pointcloud, visualizer, and a vector to store…
just_rookie
  • 783
  • 10
  • 32
7
votes
6 answers

ReportViewer showing broken images in Chrome

I'm using ReportViewer 10.0. In Google Chrome, the lines come with a broken image called blank.gif. But IE and Firefox are working fine. Here's an example with the images circled: Any ideas on how to fix this?
Daniel
  • 2,078
  • 19
  • 18
6
votes
5 answers

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 more clear. P.S. I want to give a more detailed…
superM
  • 8,207
  • 6
  • 36
  • 49
6
votes
1 answer

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 like it to be okular-unique filename.pdf Could…
SoftTimur
  • 8,904
  • 23
  • 106
  • 212
6
votes
1 answer

Can I redistribute Microsoft System CLR Types for Microsoft SQL Server 2012

Our application uses Report Viewer 2012 runtime for reporting and we want to bundle the runtime in our installer. This component is available for download as a redistributable package and therefore I assume that it is ok to package this runtime in…
Sumit Garg
  • 459
  • 1
  • 5
  • 15
6
votes
0 answers

Android library/SDK/API for iOS like fileviewer

There are many questions about this subject, but none has come to the correct answer. In summary, what out-of-the-box library/SDK provides finished/usable code for Building an Android App that can View: doc,docx,xls,xlsx,ppt, pptx, and…
Dennis
  • 61
  • 2
5
votes
2 answers

ModelSim Message Viewer Empty

I'm currently using Modelsim 10.1 alongside ISE 13.4 and run a very simple test bench. All code is VHDL. I ran into trouble using VHDL's assert statement the other day: Errors and warnings are output to the transcript. However, there are no messages…
FRob
  • 3,393
  • 1
  • 25
  • 36
5
votes
1 answer

JPEG2000 viewer and support on Android

I am looking for JPEG 2000 (jp2,jpx) support on Android. I checked up various google and non Google groups, but they seems to be of not much help. Could anyone please guide. If anyone knows of a JPEG2000 viewer for Android, please share. Thanks
user782310
  • 51
  • 1
  • 4
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
  • 903
  • 5
  • 17
  • 37
5
votes
2 answers

Browse a SQL-Dump file without importing it into a DBMS?

Is somebody aware of a tool that lets me browse MySQL-Files without having to import them into my database system? I'm looking for an easy way to inspect MySQL Backups quickly without having to import them - but still being nicely displayed, so…
klickreflex
  • 171
  • 2
  • 9
1 2
3
32 33