Phantomjs

Posted 野鹤闲人

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Phantomjs相关的知识,希望对你有一定的参考价值。

*

在phantomjs提供的例子js文件夹中,右键打开cmd窗口:

E:\OpenSource\phantomjs-2.1.1-windows\examples>phantomjs rasterize.js
Usage: rasterize.js URL filename [paperwidth*paperheight|paperformat] [zoom]
  paper (pdf output) examples: "5in*7.5in", "10cm*20cm", "A4", "Letter"
  image (png/jpg output) examples: "1920px" entire page, window width 1920px
                                   "800px*600px" window, clipped to 800x600

E:\OpenSource\phantomjs-2.1.1-windows\examples>phantomjs rasterize.js http://www.baidu.com e://temptest/phantomjs/123baidu.pdf
status:success

E:\OpenSource\phantomjs-2.1.1-windows\examples>phantomjs rasterize.js http://127.0.0.1/edsa-builder/ e://temptest/phantomjs/123baidu.pdf
status:success

E:\OpenSource\phantomjs-2.1.1-windows\examples>

 

*

以上是关于Phantomjs的主要内容,如果未能解决你的问题,请参考以下文章

在 PhantomJS 中运行代码之前包含多个 JavaScript? [复制]

Python通过PhantomJS获取JS渲染后的网页源代码

java phantomjs

产生的phantomjs过程挂起

phantomjs抛出IOException

如何用python+selenium+phantomjs获得一个网页的动态生成的html代码