You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(what I actually would love is something i have seen in phantomjs: the ability to pass a dom selector to CutyCapt so that it only outputs the rendering for the first element matching that selector, but I understand this would be harder to too and the above clippingrect solution would already help me a lot.)
The text was updated successfully, but these errors were encountered:
Its great..
I have faced issue on windows7 machine Could you please help me on this.
I have installed QT 5.1.0(mingw48_32) in my windows7 machine and able to create the CutyCapt.exe file using below commands. But the generated CutyCapt.exe file not able to rendering my .html page. It is giving the white page.
Note : My html page have the js code+ html content.
But I have downloaded the CutyCapt.exe file from "http://cutycapt.sourceforge.net/" .
The downloaded CutyCapt.exe file able rendering my html file.
I have used the same source code and same html I have used.
Any of the one please help me, how I can generate the exe file. If there any other process is there in windows machine please let me know.
I have used below commands for generate the CutyCapt.exe :
qmake -project
qmake
mingw32-make
instead of rendering the whole viewport, CutyCapt could accept an argument `--clipping-rect=x,y,w,h
should work something like this:
(what I actually would love is something i have seen in phantomjs: the ability to pass a dom selector to CutyCapt so that it only outputs the rendering for the first element matching that selector, but I understand this would be harder to too and the above clippingrect solution would already help me a lot.)
The text was updated successfully, but these errors were encountered: