裁剪PDF
已更新:
PDF中存在宽边距或扫描边界杂乱吗? 这个免费的裁剪PDF工具能解决问题。上传文件,设置裁剪区域,然后下载整洁的裁剪PDF。 完美收紧内容:
- 从扫描件中裁剪白色边框
- 裁剪边距以便更紧凑的打印
- 将页面重点聚焦在其关键内容
- 清理尺寸过大的导出文件
IronPDF简述
IronPDF 是成千上万.NET开发者在生产中信赖的C# PDF库。 它通过代码调整页面边界,让您可以以编程方式裁剪文档的边距和边框。
using IronPdf;
var pdf = PdfDocument.FromFile("document.pdf");
// Adjust page size and margins, then save
pdf.SaveAs("cropped.pdf");using IronPdf;
var pdf = PdfDocument.FromFile("document.pdf");
// Adjust page size and margins, then save
pdf.SaveAs("cropped.pdf");Imports IronPdf
Dim pdf = PdfDocument.FromFile("document.pdf")
' Adjust page size and margins, then save
pdf.SaveAs("cropped.pdf")$vbLabelText $csharpLabel
在C#中查看:IronPDF文档
免费且适合日常使用
这个工具完全免费,旨在快速、实用的使用,无需注册,无限制,无附加条件。 由IronPDF爱心打造。
需要的不止是PDF吗?
当项目超出PDF工作,Iron Suite 将十个.NET库打包成一个许可:IronOCR用于从125种语言的图像中读取文本,IronBarcode用于生成和扫描代码,此外还有IronXL、IronWord、IronPPT等。 立即开始您的30天Iron Suite试用密钥,无需信用卡。


