the usage of pdf cropper and pdf rotate

简介:
follow is from a user's mail:

Case of use:
In some cases original CAD Landscape Pages (Format A0, A1, A2, A3) 
needs different settings to get original oriented PDF-outputfiles.
This problem is solved with your software. :-)
 
The below requested use would solve many other problems for many users:
Step1: Print CAD-Drawings independent from the drawing-format to  a user defined square paperformat (i.e1200x1200mm) bigger in size than the biggest format (A0 = 1149x826mm), without care for any settings.
Step2: batch crop the 1200x1200 Pdf to the inked area.(=>borderless pdf)
Step3: batch rotate the pdf to correct orientation.

the demo PDF document as follow:
orginal PDF
after croped
after croped and rotate 90 degree

 
 
本文转自 RubyPdf 的中文博客博客园博客,原文链接: http://www.cnblogs.com/hardrock/archive/2006/06/28/437979.html /,如需转载请自行联系原作者
相关文章
|
JavaScript
Vue~在线预览doc、docx、pdf、img文件
Vue~在线预览doc、docx、pdf、img文件
6344 0
|
JavaScript 前端开发 HTML5
PDF转图片,PDF转JPG/PNG,完全由JS实现
原理 使用pdf.js预览图片,pdf.js将pdf通过canvas将每一页渲染出来,然后我们通过canvas的toDataURL方法保存为jpg或png格式。pdf.js是Mozilla开源的一个js库,无需任何本地支持就可以在浏览器上显示pdf文档。
15052 1
|
3月前
|
编解码 数据安全/隐私保护
pdf保存为img
【9月更文挑战第06天】
36 6
|
5月前
|
Python
已解决:_tkinter.TcLError: couldn’t recognize data in image file “Image/nakamuraan.gif”
已解决:_tkinter.TcLError: couldn’t recognize data in image file “Image/nakamuraan.gif”
178 1
|
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
|
7月前
|
Python Windows
PDF转Images
PDF转Images
52 1
运用MyQR模块生成图片二维码报错:OSError: cannot write mode RGBA as JPEG
运用MyQR模块生成图片二维码报错:OSError: cannot write mode RGBA as JPEG
运用MyQR模块生成图片二维码报错:OSError: cannot write mode RGBA as JPEG
|
JSON 前端开发 数据格式
前端上传前预览文件image,text,json,video,audio
前天有个需求,上传前需要校验视频长度,然后让我出个 Demo。 预览文件 demo 其实预览功能实现上都差不多,所以今天我们都来实现一下咯。
272 0
前端上传前预览文件image,text,json,video,audio
|
XML C# 数据格式
C# Word转为多种格式文件(Word转XPS/SVG/EMF/EPUB/TIFF)
一款有着强大的文档转换功能的工具,无论何时何地都会是现代办公环境极为需要的。在本篇文章中,将继续介绍关于Word文档的转换功能(Word转XPS/SVG/EMF/EPUB/TIFF)希望方法中的代码能为各位开发者们提供一定的参考价值。
1822 0