Hi, i try to install this module but have TCPDF config problem,
i already installed pdfview with
define ("K_PATH_MAIN", drupal_get_path('module', 'pdfview') . "/tcpdf/");
define ("K_PATH_URL", base_path() . drupal_get_path('module', 'pdfview') . "/tcpdf/"); on tcpdf_config.php
try to use the same for PDF-idcard but it didn't worked.
i also tried to use absolute path but it didn't worked also.
why there isn't any install documentation ??? thanks for your help
Comments
Comment #1
jredding commentedYou do not need to change any configuration for TCPDF if you already have it installed. You simply need to provide the path to where tcpdf resides. For example if TCPDF is installed in pdfview just type in
sites//modules/pdfview/tcpdf
Comment #2
jredding commentedclosing