3
votes
0answers
89 views

Online editor for word files and way to preview files using GWT

I have two requirements in my GWT 2.4.0 + GXT 2.2.4 + Amazon project, We store the word documents in our app only (each login can access only his docs). Now i want that user can edit own word ...
1
vote
1answer
181 views

uploaded file content preview

In my asp.net web application i want a third party file content preview tool,by using that tool i will show the uploaded files(like jpg or tiff or xls or pdf or txt or doc) protected void ...
0
votes
0answers
36 views

WinRT Equivalent of iOS QLPreviewController

In iOS I am able to provide a facility for users to view common file types from within my application using QLPreviewController e.g. Word, Excel, images, PDF, text etc. Is there an equivalent control ...
0
votes
1answer
140 views

how to preview a html file from database to a browser using C#

I have HTML code stored in a database and would like to display (render) it onto a view. I wanted to show it as a normal text page. eg: **HTML:** <h3 style="font-weight: ...
1
vote
1answer
745 views

How to implement not full screen file preview on ios

I know QLPreviewController could do this. But it's full screen, my requirement is preview files in a subview. I tried use a offline window to present the QLPreviewController, and then make a ...
0
votes
2answers
62 views

is there a way to get the thumb for any file type?

I would like to provide a thumb to most common file types: images (i can already do that, haha) documents: .zip, .doc, .xls, ... videos: .avi, .mpg, .flv, .. and maybe others, is there a nice ...
1
vote
0answers
199 views

IShellItemImageFactory - returns icons for most file types instead of thumbnails

As I understand it, IShellItemImageFactory.GetImage() should return a thumbnail (ie, a preview of the actual file contents) for common file types (images, MS office, PDF) and a file type icon for file ...
0
votes
2answers
355 views

Simple Mac file-viewer/database

I've been learning Python on and off for about 18 months now, and over the course of this time I've written various crib sheets/memory aides which I use to help me remember certain things. For ...
1
vote
2answers
335 views

How to implement the preview of a custorm file type in iOS's email attachment?

From iOS 3.2, application can be called to open specify files, lick .zip . we try to implement an application can open the zip attachment file in iOS, it works. But from iOS 4.0, apple provide a new ...
0
votes
1answer
191 views

adobe flex air file preview

We have an AIR application which connects to a WAMP server. We support tiff images currently. We have a neat feature of previewing a tiff image( uses a URLLoader to read the bytes and opens the ...
0
votes
2answers
366 views

File preview component (C++/MFC)

Is anyone aware of a good, general purpose file preview component for MFC/C++ desktop applications? Specifically, I'm looking for a component that I could embed in my application that would allow a ...
1
vote
1answer
698 views

Creating the Previews of MS Office Files like word excel and PPT in cocoa

How can I create the preview image for MS Office files like word, excel , power point in cocoa. Can anyone suggest me on this like how to handle those file?. I tried using the Bitmap representation of ...
2
votes
1answer
1k views

opening a local file in a webpage using file://

I have a form where user fills up (jsp page). One of the input is of type "file". There is a preview button which will pop up a new window and using javascript to layout the filled up form for ...