Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/google-sheets/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Image processing 关于高分辨率pdf imagemagick_Image Processing_Pdf Generation_Imagemagick Convert_Magickwand - Fatal编程技术网

Image processing 关于高分辨率pdf imagemagick

Image processing 关于高分辨率pdf imagemagick,image-processing,pdf-generation,imagemagick-convert,magickwand,Image Processing,Pdf Generation,Imagemagick Convert,Magickwand,我正在使用magickwand for php,将html转换为包含大量图像的pdf。我需要有高品质的分辨率为胶印pdf。我的问题是,从html到pdf的转换过程中,图像质量降低了30%,并占用了大量的转换时间。我想知道,有没有办法提高图像质量,加快图像转换的速度。非常感谢您的帮助。如果看不到您的图像或代码,很难说!在阅读HTML之前,您可以尝试将分辨率设置为更高的值,比如说144或288,看看这会如何影响时间和生成的文件大小和质量。您也可以尝试wkhtmltopdf。感谢您的回复…将尝试相同的

我正在使用magickwand for php,将html转换为包含大量图像的pdf。我需要有高品质的分辨率为胶印pdf。我的问题是,从html到pdf的转换过程中,图像质量降低了30%,并占用了大量的转换时间。我想知道,有没有办法提高图像质量,加快图像转换的速度。非常感谢您的帮助。

如果看不到您的图像或代码,很难说!在阅读HTML之前,您可以尝试将分辨率设置为更高的值,比如说
144
288
,看看这会如何影响时间和生成的文件大小和质量。您也可以尝试
wkhtmltopdf
。感谢您的回复…将尝试相同的。。。。