旋转PDF

打开PDF发现页面是侧着的或倒置的? 这个免费的PDF旋转工具可以把它们调整正确。 上传文件,旋转页面,并下载正确方向的PDF。 快速修复歪斜的页面:

  • 修复侧着扫描的页面
  • 修正倒置的照片页面
  • 重新定向横向文档
  • 整理混合方向的文件

IronPDF简述

IronPDF 是成千上万.NET开发者在生产中信赖的C# PDF库。 从代码中按精确角度旋转任意或所有页面,修复扫描和导出,而无需重新打开一个大的编辑器。

using IronPdf;
var pdf = PdfDocument.FromFile("document.pdf");
pdf.SetAllPageRotations(PdfPageRotation.Clockwise90);
pdf.SaveAs("rotated.pdf");
using IronPdf;
var pdf = PdfDocument.FromFile("document.pdf");
pdf.SetAllPageRotations(PdfPageRotation.Clockwise90);
pdf.SaveAs("rotated.pdf");
Imports IronPdf

Dim pdf = PdfDocument.FromFile("document.pdf")
pdf.SetAllPageRotations(PdfPageRotation.Clockwise90)
pdf.SaveAs("rotated.pdf")
$vbLabelText   $csharpLabel

在C#中查看:页面方向和旋转

免费且适合日常使用

这个工具完全免费,旨在快速、实用的使用,无需注册,无限制,无附加条件。 由IronPDF爱心打造。

需要的不止是PDF吗?

当项目超出PDF工作,Iron Suite 将十个.NET库打包成一个许可:IronOCR用于从125种语言的图像中读取文本,IronBarcode用于生成和扫描代码,此外还有IronXL、IronWord、IronPPT等。 立即开始您的30天Iron Suite试用密钥,无需信用卡。