Questions tagged [preview]

User Interface action to display a preliminary or scaled down version of the actual item.

User Interface action to display a preliminary or scaled down version of the actual item.

For images, typically showing a thumbnail version of the full image.

For documents, typically showing the first few pages or draft copies of the final.

1540 questions
0
votes
1 answer

ios sharekit 2.0 not showing image preview when sharing image

I'm using Sharekit2.0 to share images to facebook and twitter. Here is the code used for sharing the image in facebook. SHKItem *sharerItem = [SHKItem image:image title:@""]; SHKTwitter *sharer = [[SHKTwitter alloc] init]; [sharer…
user1078065
  • 412
  • 1
  • 5
  • 19
0
votes
1 answer

is there a Graph API version of the old links.preview REST method?

I'm writing a web application that allows users to post status messages to Facebook, along with the usual link sharing option. Before the REST API was deprecated, I would have used the links.preview method to retrieve Facebook's preview of the…
0
votes
1 answer

Convert PDFs with subset fonts via Imagemagick & Ghostscript

On a linux based ftp server I need to provide previews of image data as well as print quality PDF documents in a browser based interface. The server software I use (crushFTP) recommends the usage of Imagemagick to create such previews and provides…
Hans
  • 1
0
votes
1 answer

Actively read 150 x 150 pixels from a camera preview

I have set up an Android camera application that allows me to preview the camera in a Frame Layout within my main Activity. What I would like to do (without using camera specific functionality; I want this to be completely independent of hardware.)…
MikeM
  • 1
  • 1
0
votes
2 answers

printing a picture twice on the same page

I want to enable printing a picture from my web page so that the picture will be previewed and printed twice on the same page i.e. 1 A4 with the image printed 2 or 4 times on the same A4. Is it possible with the FF and IE browsers…
Yuval
0
votes
1 answer

Android: camera's startPreview method not working after stopPreview

In my application i have an image button that basically switches on and off the flash LED. The code is running fine for the first time i.e. On first Click it Switches On the LED and on the Second Click it Switches it Off. But then Nothing happens…
Amyth
  • 30,315
  • 25
  • 83
  • 129
0
votes
0 answers

Library for rendering OOXML (.docx) file

I am investigating the effort it would take to render a Microsoft Office XML file (.docx, in this case) to an image programmatically. For illustration, I want to achieve something similar to Apple's QuickLook preview for said file.…
Krumelur
  • 27,311
  • 6
  • 71
  • 108
0
votes
1 answer

Expressionengine prev next display only 1 category

Hi everyone thank u for reading this First of all sorry for my explanations, my tech english is not perfect Well i have a channel named “blog” connect to different categories inside a group category. I use an unique template for displaying all…
user1492189
  • 50
  • 1
  • 5
0
votes
1 answer

SQL Server Reporting Services 2005, preview differs from deployed report

I created a Subreport in SSRS 2005 with a bar chart and a textbox above, just as a simple progress bar. I'll use it in a report to show a percentage. In the Report preview it works fine and the progressbar looks like this: Preview But when I the…
0
votes
0 answers

Directshow Redering Preview With Capture Get Hanged

I have one Directshow application that captures Video and Save it to Mp4 file format, along with that... it also captures Closed-Caption for the video , which works fine... Now i coded to preview the graph while capture is running, but after a few…
meghana
  • 857
  • 1
  • 19
  • 44
0
votes
1 answer

IE9 Print preview of java Applet/image issue duo to (interpolation it seems)

I am Currently extending a finance application including a Html report solution, which was initially developped for ie5. now im using ie9. im Having a problem with the rendering of images and Java Applets in the Print preview. as seen in the…
Bacon
  • 415
  • 3
  • 7
0
votes
2 answers

Android Camera Preview framerate

I'm trying to store and manipulate frames of data streaming off of the camera preview. The code to do this is pretty simple (even with converting YUV->RGB), but the framerate is terrible. If I do nothing but open the preview and write out all the…
BrandG
  • 36
  • 1
  • 7
0
votes
1 answer

How to Create a document preview in java

I have a requirement in which i have to read a file (pdf,text,doc,docx,ppt) and display its preview on mouse hover or mouse-on event on the link of that document in java/javascript (Same as Google webpage preview or crawler ). Is it possible to…
0
votes
1 answer

Microsoft LifeCam Studio capable of preview and capture of a picture separately?

I currently have an application that can show a video preview stream and take a picture from that stream. The problem is the app needs to run on low end machines (ie. nettops), and when the video preview stream is set to a high resoultion, it kills…
Dat Tau
  • 3
  • 4
0
votes
1 answer

Wordpress preview issue with facebook

I just want to start of by saying that I'm a complete noob when it comes to programing, and don't have a lot of experience with HTML or CSS. I know this place is a bit more advanced and geared mainly for programmers and developers, but the only…
1 2 3
99
100