Skip to main content
February 6, 2007
Question

cfdocument reduces image resolution

  • February 6, 2007
  • 2 replies
  • 639 views
I am trying to produce a print quality PDF, but ColdFusion seems to automatically reduce the image resolution. Does anyone know how to prevent this? Thanks.
    This topic has been closed for replies.

    2 replies

    February 6, 2007
    From documentation: ...scale = "percentage less than 100"...

    I did try scale = "24" hoping 24% would work (72/300 = .24). I think that the underlying iText engine can scale on an image by image basis, but cfdocument only alows scaling at the document level (from what I can tell)
    February 6, 2007
    did you try the scale attribute for cfdocument?

    Example:
    <cfdocument scale="250px">

    </cfdocument>