• アップロード無し
  • ローカル処理
  • オフライン対応
  • 自動クリーンアップ
外部リクエスト 0 件

pages / 回転

回転

ページまたは全体を回転します。

PDF をファイルトレイに追加してください。

方法論と技術的透明性

使用ライブラリ

  • pdf-lib — PDF構築・編集のコアロジック
  • pdf.js — PDFレンダリングとページラスタライズ

メモリ管理戦略

各操作完了後、URL.revokeObjectURL()を即座に呼び出します。pdf.jsのドキュメントハンドルはpdfDoc.destroy()で破棄され、Workerはコンポーネントのアンマウント時または処理完了時に終了されます。

ファイルを保存しないため、恒久的な保存は保証されません。パスワード保護されたPDFのローカル処理はサポートされていません。

Key Features

  • Selective page rotation

    Click page thumbnails to select exactly which pages to rotate, or leave the selection empty to rotate all.

  • Three rotation angles

    Choose 90°, 180°, or 270° clockwise rotation to correct any orientation misalignment.

  • Lossless

    Rotation is applied to PDF page metadata — vector content and text remain crisp and selectable.

Common Use Cases

Useful for fixing sideways-scanned pages, correcting mixed-orientation lecture slides, or preparing documents for double-sided printing.

Frequently Asked Questions

Can I rotate only some pages?
Yes. Use the page grid to click-select the pages you want to rotate. Unselected pages are left unchanged.
Will text remain selectable after rotation?
Yes. Rotation modifies page transform metadata rather than re-rendering, so text layers are fully preserved.
Is there a page count limit?
No server-side limit. Large documents are processed entirely in your browser.