Index: openacs-4/packages/acs-tcl/tcl/pdf-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/pdf-procs.tcl,v diff -u -r1.4.2.5 -r1.4.2.6 --- openacs-4/packages/acs-tcl/tcl/pdf-procs.tcl 26 Feb 2024 11:05:45 -0000 1.4.2.5 +++ openacs-4/packages/acs-tcl/tcl/pdf-procs.tcl 28 Aug 2024 06:44:32 -0000 1.4.2.6 @@ -27,7 +27,7 @@ @param set_var_call procedure-name which sets the variables used @return the pdf-file-name -} { +} { # create html.file set html_content [create_html_content -template_id $template_id -set_var_call $set_var_call] @@ -43,7 +43,7 @@ @param html_content HTML Content that is transformed into PDF @return filename of the pdf file } { - + set progname [parameter::get -parameter "HtmlDocBin" -default "htmldoc"] set htmldoc_bin [::util::which $progname] if {$htmldoc_bin eq ""} { @@ -63,7 +63,7 @@ if {[ad_file exists $tmp_pdf_filename]} { return $tmp_pdf_filename } - + } on error {errorMsg} { ns_log Error "Error during conversion from html to pdf: $errorMsg" } finally {