Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

cfprint on a dot matrix printer

New Here ,
Feb 22, 2012 Feb 22, 2012

Hi all -

I have a pdf that I'm printing on a dot matrix printer.  In my pdf, I've specified that it should print using the Courier font.  When I look at the pdf in Adobe Reader, it's in courier and when I print the document directly from Adobe Reader it prints in courier.  However, when I print the same document using cfprint it prints using a san serif font.

Any idea how I might get cfprint to acknowledge the courier font?

TOPICS
Reporting
2.6K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 04, 2012 Mar 04, 2012
LATEST

How did you set the font to be courier in the first place? As far as cfprint is concerned, there seems to no setting for fonts. Could the dot matrix be just too old?

I wondered whether increasing the quality of the print job might help. I thought of something like

<cfset printJobProperty=StructNew()>

<cfset printJobProperty["quality"] = "high">

<cfprint type="pdf" attributeStruct="#printJobProperty#" source=... etc>

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources