PNG 转 PDF 转换器
立即将多张图片转换为单个PDF文档。安全、快速且完全免费。
将图片拖放到这里
支持的格式:PNG, JPG。最大文件大小:50MB。
立即将多张图片转换为单个PDF文档。安全、快速且完全免费。
支持的格式:PNG, JPG。最大文件大小:50MB。
Converting PNG to PDF is the standard way to package a series of images as a single document — for printing, emailing, archiving, or submitting via systems that expect PDF.转换不会改变图像内容;它将每个 PNG 嵌入到大小适合的 PDF 页面中。输出是原始图像周围的可移植、分页容器。
该工具使用 jsPDF 在您的浏览器中本地生成 PDF。 Each PNG you upload is embedded into the document at its native resolution;页面尺寸设置为图像尺寸或标准纸张尺寸(A4、US Letter),具体取决于您选择的选项。多个 PNG 按上传顺序变成多个页面,您可以在生成之前重新排列。
由于 PDF 可以原生嵌入 PNG,因此不会发生重新编码 — PNG 字节按原样包装在 PDF 对象流中。输出保留源图像的无损质量。结果适合打印、共享或输入任何使用 PDF 的工具。
电子邮件系统、政府门户网站和学术提交系统通常需要 PDF 而不是图像附件。本地转换可以避免上传错误,并让您可以在提交之前控制页面大小、顺序和方向。 PDF 也是大多数打印机所期望的格式; sending a PDF guarantees consistent rendering across copy machines, home printers, and print-shop equipment.
PDF 作为文档也更耐用。收件人可以突出显示带有单个附件的页面,而不是处理多个图像。 Filename clutter is replaced with a single document.页码和一致的纸张尺寸使打印变得可预测。 For multi-image documents — scanned receipts, contract pages, photo evidence, design contact sheets — PDF is the right destination.
添加图像,选择页面设置,生成。 Multi-image documents are bundled in upload order.
PDF (ISO 32000) 是一种标记文档格式,由对象表、内容流和交叉引用表组成。可以使用 /Image XObject 类型以及与源编码匹配的 /Filter 设置直接嵌入图像 - /FlateDecode 用于 PNG 样式 DEFLATE 压缩位图。 jsPDF 在 JavaScript 中构建对象图并将其序列化为 PDF 字节流客户端。
Page sizing: when you pick Auto, jsPDF sets the page MediaBox to the image dimensions (in points, 1pt = 1/72 inch). When you pick A4 or US Letter, the image is scaled to fit the page with a small margin.图像字节本身没有改变;仅调整边界框。
多页文档是通过在嵌入之间调用 addPage() 来构造的。每个 PNG 都成为一个 Page 对象,内部有一个 Image XObject。输出的 PDF 版本为 1.4,受到过去 20 年来发布的所有 PDF 阅读器的支持。