
文章平均质量分 63
ArvinStudy
这个作者很懒,什么都没留下…
展开
-
phantomjs html to PDF
*.csusing System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Configuration;using System.IO;/// ///PDFCommon 的摘要说明/// public class PDFCommon{ public原创 2013-05-16 09:00:52 · 4049 阅读 · 1 评论 -
PhantomJS在Windows7下实现网站自动下载截图
来自:http://www.cnblogs.com/huangcong/archive/2013/04/18/3027654.html1. phantomjs介绍基于Javascript驱动的命令行webkit引擎,轻量级,安装简单,开发快速,渲染速度较快,无界面的webkit浏览器。 phontomjs跟一般浏览器一样可以加载网页,但不同的是它不会把网页显示出来,在加载网页后它会转载 2013-05-15 17:25:05 · 1709 阅读 · 0 评论 -
Drupal下如何把包含Highcharts的页面输出到PDF
来自:http://www.oschina.net/question/554557_106965本文PDF版下载:Drupal下如何把包含Highcharts的页面输出到PDF摘 要Highcharts是一种通过JavaScript在浏览器客户端生成图的库,由于缺乏生成把HTML转换成PDF的Javascript库,生成PDF的工作只能放在服务器端做。但是服务器端如何比较完美地解释转载 2013-05-15 15:19:30 · 1458 阅读 · 0 评论 -
Highcharts using svg image to create pdf
来自:http://code.google.com/p/phantomjs/issues/detail?id=364Reported by edwbro...@gmail.com, Jan 26, 2012Version PhantomJS 1.3.0What steps will reproduce the problem?1. run phantomjs rasteriz转载 2013-05-15 15:16:37 · 1913 阅读 · 0 评论 -
c#将pdf文件转换成flash swf
来自:http://outofmemory.cn/code-snippet/1930/c-jiang-pdf-file-zhuanhuancheng-flash-swf主要是为了在线浏览pdf文件public static class PSD2swfHelper { /// /// 转换所有的页,图片质量80% ///转载 2013-02-04 17:04:22 · 1950 阅读 · 0 评论 -
wkhtmltopdf.exe >>html to PDF
wkhtmltopdf.exe "www.baidu.com" --header-html "D:\htmlToPDFApp\pdf\header.html" baidu.pdfwkhtmltopdf.exe --javascript-delay 3000 -T 0 -R 0 -L 0 -B 0 --enable-javascript --enable-plugins http://didc.原创 2012-09-21 15:06:34 · 4303 阅读 · 3 评论