Questions tagged [viewer]

510 questions
0
votes
2 answers

Opening a PDF File in Android

I am trying to open a link to a pdf file and display the pdf when a button is clicked on the device. What is the best way to go about this? I would like to be able to not use a 3rd party software. So I know that I might have to convert the file…
bigC5012
  • 589
  • 1
  • 5
  • 19
0
votes
1 answer

How can I use another viewer in AI::ExpertSystem::Advanced

I tried to use AI::ExpertSystem::Advanced. I read in documentation that I can use another viewers. You can see it there: viewer Is the object AI::ExpertSystem::Advanced will be using for printing what is happening and for interacting with the…
Tomas Kocian
  • 83
  • 1
  • 7
0
votes
1 answer

deploying birt viewer in tomcat with excel datasource

im trying to run a predifined report in tomcat , i followed the instructions and successfully installed and tested birt viewer . i use excel sheets as datasource and the reports works fine on eclipse , but when im trying to run them on tomcat , the…
0
votes
3 answers

Batch File Help-Youtube Auto viewer. How to stop loop after specfic amount of time and user input beforehand

Hiya made a simple Youtube autoviewer using notepad*BATCH FILE but i want to have user input--> so the user can change the link before pressing start And i wont it to stop script after its LOOPS 250 times. :top start /min iexplore.exe…
user2330002
0
votes
1 answer

Online 3D house viewer

Are there any good online 3D viewers which can render an house in modern browsers? It needs to support .3ds format. Or is this still something for the future?
0
votes
7 answers

Create a json viewer for nested n level in PHP

i want to create a json viewer for an api that converts a json to a list of table, can someone point me how its done? i know its possible but i don’t know how to do it. e.g. {"name":diana, "age":12, "gender":"male"} to: …
Viscocent
  • 2,024
  • 2
  • 19
  • 26
0
votes
1 answer

Exists any document viewer to installa on my own server?

I'm looking for a document viewer for at least office documents and PDF documents. It must be at least HTML5 based. I have found Crocodoc, but it has not the OnPremise version available yet. I have also found FlexPaper, but it's only for pdf…
Rafa Romero
  • 2,667
  • 5
  • 25
  • 51
0
votes
2 answers

Tkinter Image viewer

I'm trying to create a program using Tkinter that displays a thumbnail from several different directories in on window. So far I have this: import Tkinter as tk from PIL import Image, ImageTk import Image, os root = tk.Tk() root.title('Shot…
Tom
  • 31
  • 1
  • 6
0
votes
1 answer

How to integrate Edraw Office Viewer Component with zk without using javascript?

I want to open & edit the document online and saved the updated document in my respective location.So I am using Edraw Office Viewer Component to view and edit the document in a browser.In my previous application, this component is working fine with…
psisodia
  • 1,117
  • 5
  • 17
  • 36
0
votes
0 answers

How to improve the quality of PDF's viewed with Google Docs Viewer?

I have a PDF that has high-quality images that I want displayed with Google Docs Viewer and unfortunately, the quality of the images is not so good. Other than this, this tool is awesome. Is there any way to improve it? Here's the link to it: [link…
Cris
  • 4,004
  • 16
  • 50
  • 74
0
votes
2 answers

Android pdf view redirect

I have the following code that pulls a pdf document from a remote viewer to view: package com.example.techvault; import java.io.File; import java.io.IOException; import java.util.List; import android.app.Activity; import…
rstewart
  • 465
  • 2
  • 8
  • 17
0
votes
0 answers

readerController.delegate does not dismissModalViewController

I have added the vfr Reader framework into my application, I can view pdfs, but when I want to email a pdf or cancel the email, the modal view will not dismiss. I am using iOS 6 & xcode 4.5. Here is my code so far: #pragma mark - Reader method -…
Nolan Ratu
  • 31
  • 3
0
votes
1 answer

jQuery "view.js" doesn't work in a page loaded with the jQuery load function

Here is my code : var t_slide = $("#6_toggle"); t_slide.load("6_toggle/1.html"); Here is 1.html It works well when I…
Vincent Roye
  • 2,751
  • 7
  • 33
  • 53
0
votes
1 answer

How do I make a class to behave as an app?

I made an image viewer that has 3 activities: 1) Main: where I search for files using regexp against filenames. The result is an ArrayList called 'files' that is sent using Extras to... 2) Thumbs: Through Extras it gets the filenames, and shows a…
Luis A. Florit
  • 2,169
  • 1
  • 33
  • 58
0
votes
1 answer

Birt Viewer running on tomcat

I downloaded the birt runtine viewer, i tried an example report and it works OK. But if I put the same report in a folder it doesn't work, i changed the path into the hiperlink at index.jsp.