We are using cfprint to print pdf files to our network printers.
Some of our pdfs only print 8 pages and the others print all 14 or so pages.
They all print fine from acrobat reader.
This happens with all our networked printers.
Current Environment:
CF9 Enterprise
Win2008 R2
Any thoughts?
Thanks,
Ernie
Just page 9 of this pdf file will not print.
If i print all the pages it stops at the end of the 8th page.
If i print just the 9th page the job does not even get sent to the printer.
| <!-- Set printing defaults --> | |
| <cfset attrib=StructNew()> | |
| <cfset attrib["paper"]="Tray 3"> | |
| <cfset attrib["sides"]="two-sided-long-edge"> | |
| <cfset attrib["orientation"]="portrait"> | |
| <cfset attrib["finishings"]="staple-top-left"> | |
| <cfset attrib["color"]="no"> |
| <cfset attrib["pages"]="#url.pages#"> | |
| <cfset attrib["jobName"]="Ernie#url.f#_#url.pages#"> | |
| Printing page <cfoutput>#url.pages#</cfoutput><br> | |
| <cfflush> | |
| <cfprint | |
| printer="HP Universal Printing PS" | |
| source="temp\#url.f#.pdf" | |
| copies="1" | |
| type="PDF" | |
| attributestruct="#attrib#"> |
North America
Europe, Middle East and Africa
Asia Pacific