- アップロード無し
- ローカル処理
- オフライン対応
- 自動クリーンアップ
pages / 画像から PDF
画像から PDF
JPG/PNG を PDF にまとめます。
画像から PDF
JPEG / PNG 画像を 1 ページずつ結合して 1 つの PDF を作成します。
JPEG / PNG、各 50 MB まで。選択順に複数追加できます。
他のツールを探す
方法論と技術的透明性
使用ライブラリ
- pdf-lib — PDF構築・編集のコアロジック
- pdf.js — PDFレンダリングとページラスタライズ
メモリ管理戦略
各操作完了後、URL.revokeObjectURL()を即座に呼び出します。pdf.jsのドキュメントハンドルはpdfDoc.destroy()で破棄され、Workerはコンポーネントのアンマウント時または処理完了時に終了されます。
ファイルを保存しないため、恒久的な保存は保証されません。パスワード保護されたPDFのローカル処理はサポートされていません。
Key Features
Multiple image formats
Add JPEG and PNG images in any order; each image becomes one page in the output PDF.
Flexible page sizing
Choose A4, US Letter, or 'Fit to image' to match your image dimensions exactly with no cropping.
Margin control
Set a custom margin in points to add white space around each image for a professional look.
Common Use Cases
Great for turning phone photos of receipts into a single PDF, converting scanned handwritten notes, or bundling product photos into a shareable document.
Frequently Asked Questions
- What image formats are supported?
- JPEG and PNG. Files up to 50 MB per image are accepted.
- Can I reorder images before building the PDF?
- Yes. Remove an image and re-add it in the correct position to adjust the order.
- Will image quality be reduced?
- No compression is applied. Each image is embedded at its original resolution inside the PDF.