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
1
vote
2 answers

CutyCapt freezing

For my new application I want to serve screenshots of websites. I have a list with over 1 million domain names. Right now I created a little php script and run this in a screen from command line. It works well but the script is hanging sometimes…
directory
  • 3,093
  • 8
  • 45
  • 85
1
vote
0 answers

Install CutyCapt on CentOs 6.3

I am trying to install CutyCapt on CentOS 6.3 yum install Xvfb yum install xorg-x11-fonts* yum install subversion libqt4-webkit libqt4-dev I am having problem in installing libqt4-webkit and libqt4-dev I got this SO link I tried out that solution…
Wazy
  • 8,822
  • 10
  • 53
  • 98
1
vote
1 answer

CutyCapt not working

CutyCapt is working great but is failing for just 1 site, out of many: This: xvfb-run --server-args="-screen 0, 1280x768x24" --auto-servernum /usr/local/bin/CutyCapt --url=http://www.boden.co.uk/ --out=/var/www/screentest/test.png Results…
Matt Rogers
  • 109
  • 1
  • 9
1
vote
2 answers

Cron job is not giving required result, but accessing same file through browser does

I need to run a php script to generate snapshots using CutyCapt of some websites using crone job, i get websites' addressess from database and then delete this record after generating screenshots. i used */5 * * * * /usr/bin/php -f …
Arif
  • 1,601
  • 2
  • 21
  • 34
0
votes
0 answers

Run bash command on local machine while connected to remote machine

Context I am connected to a remote web server via port forwarding, I want to run a command on my local machine while connected cutycapt --url=localhost:9000 --out=test.png --min-width=1366 --min-heigh=768 on my local machine to capture the web page…
Danny Watson
  • 165
  • 5
  • 24
0
votes
1 answer

CutyCapt throws Deserialize error in celery

I have a simple function in tasks.py which takes a screenshot of a webpage using CutyCapt and xvfb-run. The screenshot is taken as a command fed through to the OS python library. I also have another script called call.py which calls the…
24x7
  • 409
  • 1
  • 8
  • 23
0
votes
2 answers

capture web page using cutycapt or PhantomJs?

I want to take screenshot from my web automatically using crontab. I have installed cutycapt on my server. But I get this error when running it : My question is : What's wrong with that error ? What is the best way to capture screenshot of my web…
TheRob
  • 133
  • 2
  • 10
0
votes
0 answers

Web Snapshots with HTTPS: cutycapt and webkit2png

I was wondering if anybody has ever managed to get a screen scraping / Web Snapshot script to work well with https sites? I have a script which runs and some of the SSL sites work okay. The problem is (I believe) that some servers are looking for an…
Paul Dawson
  • 1,332
  • 14
  • 27
0
votes
1 answer

Capturing Splunk dashboards to PDF

I want to capture the Splunk dashboard to a pdf for sending a periodic email. The inbuilt pdf generator doesn't creates a good pdf in Splunk. Is there any open source tools that can be used like CutyCapt which can capture the screen via linux…
Sibish
  • 908
  • 1
  • 13
  • 20
0
votes
1 answer

Overriding font location in CutyCapt

I'm working with an application, CutyCapt, which just converts web pages to PDF using QtWebkit. We're driving it programmatically to export emails to PDF. As part of trying to make our test suite sane, generating as consistent output as possible…
Hakanai
  • 12,010
  • 10
  • 62
  • 132
0
votes
1 answer

cutycapt not capturing some webpages

Am having a problem capturing some websites using cutycapt. It's not the famous HTTPS issue but seems its usually with sites using CDN for serving their media files for example : preciousmoments.com tallmenshoes.com Command used is : xvfb-run…
0
votes
1 answer

Access JavaScript & HTTP errors from CutyCapt

Is there any way to access webkit JavaScript and HTTP errors that happen when capturing a page with CutyCapt? I'm trying to debug a thumbnail capture for JavaScript generated documents.
Brian Peacock
  • 711
  • 8
  • 20
0
votes
1 answer

CutyCapt not able to generate HTTPS web site screenshot when launched from w3wp.exe

I have updated the latest code from SVN and complie CutyCapt with Qt SDK 4.8. And I have static-linked libeay32.dll / ssleay32.dll in the same location of the binary. It works fine if I launch the CutyCapt process in command window. It works fine if…
Mr.Wang from Next Door
  • 13,670
  • 12
  • 64
  • 97
0
votes
2 answers

CutyCapt Not Displaying Custom Web Fonts

I'm trying to use cutycapt to take iPhone-sized screenshots of sites, to test a mobile app, rather than having to go and manually take screenshots every time the CSS changes. The problem I'm running into is that cutycapt isn't rendering or loading…
Andrew Stewart
  • 710
  • 1
  • 6
  • 10
1
2