Release pdf cropper0.1(pdfcrop)

简介:
Remove white space around PDF's(need ghostscript 8.x)
PDF CROPPER takes a PDF file as input, calculates the BoundingBox for each page by the help of ghostscript and generates a output PDF file with removed margins.

Free and supports batch operation.
downlaod from http://www.steedsoft.com/download/
this software need the ghostscript 8.x , you can download the last version from here: http://heanet.dl.sourceforge.net/sourceforge/ghostscript/gs854w32.exe
    With my pdf rotate(also downlaod from http://www.steedsoft.com/download/
) you can get the pdf as you want. it comes from a request of a German(who is a CAD engineer).

中文介绍:
该软件的主要目的就是通过计算出PDF每一页的Bounding Box(需要Ghostscript的帮助), 然后切除不想要的白色边缘;

配合我的pdf rotate 软件,你可以获得你想要的PDF效果;
以后的文章我将详细介绍下什么是Bounding Box 已经PDF Cropper和PDF Rotate想结合在CAD打印出的PDF图纸上应用(该软件就是来自一个德国CAD工程师的需求)。

if you want linux or mac version,please let me know.
if you want server version,please let me know.
if you have special request, also please let me know.

P.S
about set the path of gswin32c, please do as follow:
for example , if your gswin32c.exe is  in "D:\Program Files\gs\gs8.54\bin"
run path "D:\Program Files\gs\gs8.54\bin";%PATH%
if in c:\gs\gs8.54\bin
run path c:\gs\gs8.54\bin ;%PATH%
that's mean if exists blank space in the path, you need double quote(")
for more help, please visit:
http://www.computerhope.com/pathhlp.htm

 
本文转自 RubyPdf 的中文博客博客园博客,原文链接: http://www.cnblogs.com/hardrock/archive/2006/06/28/437425.html /,如需转载请自行联系原作者
 
相关文章
|
JavaScript
Element-ui中 使用图片查看器(el-image-viewer) 预览图片
Element-ui中 使用图片查看器(el-image-viewer) 预览图片
1981 1
Element-ui中 使用图片查看器(el-image-viewer) 预览图片
|
JavaScript
Vue~在线预览doc、docx、pdf、img文件
Vue~在线预览doc、docx、pdf、img文件
6344 0
|
容器
Inno Setup GIF 显示插件 GIFCtrl (V2.1 版本)
原文 http://restools.hanzify.org/article.asp?id=79  引用来自 test.iss ; -- test.iss --; restools; http://restools.hanzify.org; gifctrl.dll 为一个用于 Inno Setup 的 13 KB 的 gif 显示插件,同样可以显示 BMP 和 JPEG。
1493 0
|
7月前
|
文字识别 数据安全/隐私保护
PDF-XChange Editor v10.2.1.386
PDF-XChange Editor,号称打开速度最快最强大的PDF编辑器/PDF阅读器,PDF-XChange专注于PDF文档的编辑,打开PDF文件速度快,软件小功能强大,可以自定义制作PDF电子文档,具有创建,查看,编辑,注释,审阅,添加水印,签名保护,PDF格式转换,PDF文档打印,扫描仪识别,OCR识别页面等功能。
63 1
PDF-XChange Editor v10.2.1.386
|
JavaScript 前端开发 Java
html页面导出为pdf(jsPDF、iText、wkhtmltopdf)
html页面导出pdf,本来是一件很简单的事情,在浏览器直接打印(Mac快捷键为⌘+p;Windows快捷键为ctrl+p),就可以把页面另存为pdf文件,但对于要经常把页面导出为pdf的用户来说并不友好,一个合格程序员的标准就是:做出来的软件猪都要会用,否则你就是猪。 调研了几种html导出pdf的实现方式,这里把要点记录下来分享下。
html页面导出为pdf(jsPDF、iText、wkhtmltopdf)
|
Web App开发 JavaScript 前端开发