旋轉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試用金鑰,無需信用卡。


