cfprint

coldfusion - cfprint issues with large spool files

≯℡__Kan透↙ 提交于 2019-12-24 03:35:32
问题 I am using cfprint from ColdFusion to print multiple PDFs from a directory. The problem I am having is that when the files are spooled to the printer the size of the file dramatically increases and slows down everything. The file in the folder is 125K and when it is in the printer spool it increases up to 15.7MB. Here is the ColdFusion code: <cfprint source="[FILELOCATION]/[FILE].pdf" color="yes" printer="[printer name]"> The files will eventually print but it can take upwards of 15-20

coldfusion - cfprint issues with large spool files

混江龙づ霸主 提交于 2019-12-24 03:35:07
问题 I am using cfprint from ColdFusion to print multiple PDFs from a directory. The problem I am having is that when the files are spooled to the printer the size of the file dramatically increases and slows down everything. The file in the folder is 125K and when it is in the printer spool it increases up to 15.7MB. Here is the ColdFusion code: <cfprint source="[FILELOCATION]/[FILE].pdf" color="yes" printer="[printer name]"> The files will eventually print but it can take upwards of 15-20