You are here

constant PDF_IMAGE_SCALE_RATIO in TCPDF 8

Same name and namespace in other branches
  1. 7 tcpdf.config.inc \PDF_IMAGE_SCALE_RATIO

Ratio used to adjust the conversion of pixels to user units.

1 use of PDF_IMAGE_SCALE_RATIO
TCPDFDrupal::DrupalInitialize in src/TCPDFDrupal.php
Sets a bunch of commonly used propeties in the TCPDF object. The propeties set by this function can be safely changed after calling the method. This method also let's the developer to change the header or footer of the pdf document without making…

File

./tcpdf.config.inc, line 179

Code

define('PDF_IMAGE_SCALE_RATIO', 1.25);