Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当你放大PDF时,文字不会变形,图像也不会变形。如何使图片放大不失真,但不要矢量图。
您面临的问题是关于图像的 DPI。大多数 PDF 查看器以固定 dpi 绘制图像,而不管图像的 dpi。我的猜测是您使用的是 150 dpi 左右。尝试使用 dpi 值来找到适合您尝试将图像绘制到的区域和原始图像的大小。
还要确保您的原始图像对于您要覆盖的区域足够大。