Questions tagged [cutycapt]

CutyCapt is a cross-platform command-line utility to capture WebKit's rendering of a web page into a variety of image formats.

CutyCapt is a cross-platform command-line utility to capture WebKit's rendering of a web page into a variety of image formats. It depends on Qt.

There is also a similar tool to capture the MS IE output, .

29 questions
51
votes
7 answers

Programmatically get a screenshot of a page

I'm writing a specialized crawler and parser for internal use, and I require the ability to take a screenshot of a web page in order to check what colours are being used throughout. The program will take in around ten web addresses and will save…
Mike B
  • 12,768
  • 20
  • 83
  • 109
11
votes
1 answer

alternative to CutyCapt

is there is any alternative to Cutycapt..that can be access using java library.... In short, Cutycapt is a cross-platform command-line utility to capture WebKit's rendering of a web page into a variety of vector and bitmap formats, including SVG and…
bindhu
  • 171
  • 2
  • 6
5
votes
1 answer

CutyCapt with php exec

I'am using CutyCapt on my CentOS. It works fine via terminal but it doesn't work via php exec function. I've started xvfb by command in terminal: Xvfb :99 -screen 0 1024x768x24 And I'am trying to do a screenshot by php script: exec("DISPLAY=:99…
VesuviuS
  • 53
  • 6
5
votes
1 answer

Running Xvfb and CutyCapt as Python subprocess

I'm an trying to take a screenshot in the background using CutyCapt My application is written in python and calls CutyCapt by running a subprocess. Works locally (windows) just fine, but the CutyCapt.exe for windows does not require an x server. …
MattoTodd
  • 14,467
  • 16
  • 59
  • 76
4
votes
1 answer

Debugging CutyCapt + Flash

I have a system on Ubuntu 12.04 that uses xvfb, CutyCapt, and Adobe Flash to capture a screenshot of an HTML page with embedded Flash. All packages are the Ubuntu 12.04 release packages (nothing custom compiled). xvfb-run --server-args="-screen 0,…
roktechie
  • 1,345
  • 1
  • 10
  • 15
3
votes
1 answer

CutyCapt dont work with flash

I am trying to capture some websites containing Adobe Flash elements with cutycapt with no luck. My PHP…
Ján Stibila
  • 619
  • 3
  • 12
3
votes
0 answers

How to apply style to CutyCapt

How do I use the --user-style-path parameter with CutyCapt to apply a CSS style? I'm using a command similar to this: $ xvfb-run --server-args="-screen 0, 1280x720x24" \ CutyCapt --url=http://cutycapt.sourceforge.net \ …
Matter
  • 31
  • 4
2
votes
5 answers

Convert HTML to an image

Duplicate What is the best way to create a web page thumbnail? I want to display a thumbnail image of an HTML page. How can I do this?
s2p
2
votes
1 answer

Running CutyCapt from Java

I try to take screenshot from Java with CutyCapt in Linux. But for some reason when I run command from Java, it will not wait for CutyCapt to finish taking screenshot, instead it returns instantly and no screenshot is never taken. This command…
newbie
  • 24,286
  • 80
  • 201
  • 301
2
votes
1 answer

Working from command line but not with php exec()

I installed cutycapt as root user I tried it from command prompt xvfb-run --server-args="-screen 0, 1024x768x24" /root/cutycapt/CutyCapt/CutyCapt --url=http://www.poochh.com --out=/tmp/example.png But when I am executing it from php exec() I am…
Wazy
  • 8,822
  • 10
  • 53
  • 98
1
vote
1 answer

Cutycapt and constant image size output

Hi everyone who reading this, I have problem with Cutycapt(html page into PNG image) . Does anyone knows how to "tell" CutyCapt to output image with constant size for example width must be always 1920 not less not more for image. I know what…
Furje
  • 23
  • 2
1
vote
2 answers

CutyCapt click a button or tab before capturing web page

I want to use CutyCapt to capture the web page https://eresearch.fidelity.com/eresearch/landing.jhtml# However, before capturing there is one tab out of three that should be selected to get the screen I want to capture, as seen in the partial image…
reikred
  • 151
  • 7
1
vote
0 answers

CutyCapt pages not loading from https sites

I'm using CutyCapt (http://cutycapt.sourceforge.net/) on CentOS 7 to take a screenshot of my website. I'm trying to screen capture this site: xmountwashington.appspot.com/csc.html and it works pretty well with this command: xvfb-run…
WXMan
  • 310
  • 1
  • 12
1
vote
1 answer

CutyCapt issue with SSL URL

I am having a problem getting CutyCapt to work with SSL URLs, I have the most recent version of CutyCapt (CutyCapt.cpp 10 2013-07-14 21:57:37Z), it works perfect with all non-SSL URLs, when I try to grab a URL with SSL using the following…
tangle
  • 13
  • 3
1
vote
3 answers

Programatically getting a screenshot of a Java applet

I have tried to devise a way to get a screenshot of a Java applet running in a browser, but I can't seem to get it working. I managed successfully to use cutycapt to get screenshots fine from "normal" websites, but I soon found out that qtwebkit…
pzkpfw
  • 565
  • 3
  • 21
1
2