33 $form->addItem($path);
45 return $this->lng->txt(
$txt);
54 $section_header->setTitle($this->
translate(
'output_options'));
55 $form->
addItem($section_header);
77 $external_links->setInfo($this->
translate(
'external_links_info'));
78 return $external_links;
87 $enable_forms->setInfo($this->
translate(
'enable_forms_info'));
97 return $user_stylesheet;
106 $low_quality->setInfo($this->
translate(
'low_quality_info'));
116 $grey_scale->setInfo($this->
translate(
'greyscale_info'));
126 $print_media->setInfo($this->
translate(
'print_media_info'));
136 $javascript_delay->setInfo($this->
translate(
'javascript_delay_info'));
137 return $javascript_delay;
178 $overwrite_font->setInfo($this->
translate(
'overwrite_font_info'));
179 return $overwrite_font;
188 $section_header->setTitle($this->
translate(
'page_settings'));
189 $form->
addItem($section_header);
236 $margin_left->setInfo($this->
translate(
'margin_info'));
246 $margin_right->setInfo($this->
translate(
'margin_info'));
247 return $margin_right;
256 $margin_top->setInfo($this->
translate(
'margin_info'));
266 $margin_bottom->setInfo($this->
translate(
'margin_info'));
267 return $margin_bottom;
280 return $header_select;
291 $header_text_option->addSubItem($header_text_left);
294 $header_text_option->addSubItem($header_text_center);
297 $header_text_option->addSubItem($header_text_right);
300 $header_text_option->addSubItem($head_text_spacing);
304 $header_text_option->addSubItem($head_text_line);
305 return $header_text_option;
316 $header_html_option->addSubItem($header_html);
319 $header_html_option->addSubItem($head_html_spacing);
322 $header_html_option->addSubItem($head_html_line);
323 return $header_html_option;
336 return $footer_select;
347 $footer_text_option->addSubItem($footer_text_left);
350 $footer_text_option->addSubItem($footer_text_center);
353 $footer_text_option->addSubItem($footer_text_right);
356 $footer_text_option->addSubItem($footer_text_spacing);
360 $footer_text_option->addSubItem($footer_text_line);
361 return $footer_text_option;
372 $footer_html_option->addSubItem($footer_html);
375 $footer_html_option->addSubItem($footer_html_spacing);
378 $footer_html_option->addSubItem($footer_html_line);
379 return $footer_html_option;
387 $everything_ok =
true;
391 if (mb_stripos(
$config->getPath(),
'wkhtmlto') ===
false) {
393 $everything_ok =
false;
396 $config->setExternalLinks((
int) $_POST[
'external_links']);
397 $config->setEnabledForms((
int) $_POST[
'enable_forms']);
399 $config->setLowQuality((
int) $_POST[
'low_quality']);
400 $config->setGreyscale((
int) $_POST[
'greyscale']);
407 $config->setPrintMediaType((
int) $_POST[
'print_media_type']);
408 $config->setJavascriptDelay((
int) $_POST[
'javascript_delay']);
413 $config->setHeaderType((
int) $_POST[
'header_select']);
417 $config->setHeaderTextSpacing((
int) $_POST[
'head_text_spacing']);
418 $config->setHeaderTextLine((
int) $_POST[
'head_text_line']);
419 $config->setHeaderHtmlLine((
int) $_POST[
'head_html_line']);
420 $config->setHeaderHtmlSpacing((
int) $_POST[
'head_html_spacing']);
422 $config->setFooterType((
int) $_POST[
'footer_select']);
426 $config->setFooterTextSpacing((
int) $_POST[
'footer_text_spacing']);
427 $config->setFooterTextLine((
int) $_POST[
'footer_text_line']);
428 $config->setFooterHtmlLine((
int) $_POST[
'footer_html_line']);
429 $config->setFooterHtmlSpacing((
int) $_POST[
'footer_html_spacing']);
435 return $everything_ok;
442 $settings =
new ilSetting(
'wkhtmltopdfrenderer');
443 $settings->set(
'path', $path);
455 'external_links' => $form->
getItemByPostVar(
'external_links')->getChecked(),
457 'user_stylesheet' => $form->
getItemByPostVar(
'user_stylesheet')->getValue(),
466 'print_media_type' => $form->
getItemByPostVar(
'print_media_type')->getChecked(),
467 'javascript_delay' => $form->
getItemByPostVar(
'javascript_delay')->getValue(),
469 'checkbox_checked_svg' => $form->
getItemByPostVar(
'checkbox_checked_svg')->getValue(),
470 'radio_button_svg' => $form->
getItemByPostVar(
'radio_button_svg')->getValue(),
471 'radio_button_checked_svg' => $form->
getItemByPostVar(
'radio_button_checked_svg')->getValue(),
474 'head_text_center' => $form->
getItemByPostVar(
'head_text_center')->getValue(),
475 'head_text_right' => $form->
getItemByPostVar(
'head_text_right')->getValue(),
476 'head_text_spacing' => $form->
getItemByPostVar(
'head_text_spacing')->getValue(),
479 'head_html_spacing' => $form->
getItemByPostVar(
'head_html_spacing')->getValue(),
482 'footer_text_left' => $form->
getItemByPostVar(
'footer_text_left')->getValue(),
483 'footer_text_right' => $form->
getItemByPostVar(
'footer_text_right')->getValue(),
484 'footer_text_spacing' => $form->
getItemByPostVar(
'footer_text_spacing')->getValue(),
485 'footer_text_center' => $form->
getItemByPostVar(
'footer_text_center')->getValue(),
486 'footer_text_line' => $form->
getItemByPostVar(
'footer_text_line')->getValue(),
488 'footer_html_spacing' => $form->
getItemByPostVar(
'footer_html_spacing')->getValue(),
499 $form->getItemByPostVar(
'path')->setValue(
$config->getWKHTMLToPdfDefaultPath());
500 $form->getItemByPostVar(
'zoom')->setValue(
$config->getZoom());
501 $form->getItemByPostVar(
'external_links')->setValue(1);
502 $form->getItemByPostVar(
'external_links')->setChecked(
$config->getExternalLinks());
503 $form->getItemByPostVar(
'enable_forms')->setValue(1);
504 $form->getItemByPostVar(
'enable_forms')->setChecked(
$config->getEnabledForms());
505 $form->getItemByPostVar(
'user_stylesheet')->setValue(
$config->getUserStylesheet());
506 $form->getItemByPostVar(
'low_quality')->setValue(1);
507 $form->getItemByPostVar(
'low_quality')->setChecked(
$config->getLowQuality());
508 $form->getItemByPostVar(
'greyscale')->setValue(1);
509 $form->getItemByPostVar(
'greyscale')->setChecked(
$config->getGreyscale());
510 $form->getItemByPostVar(
'orientation')->setValue(
$config->getOrientation());
511 $form->getItemByPostVar(
'page_size')->setValue(
$config->getPageSize());
512 $form->getItemByPostVar(
'margin_left')->setValue(
$config->getMarginLeft());
513 $form->getItemByPostVar(
'margin_right')->setValue(
$config->getMarginRight());
514 $form->getItemByPostVar(
'margin_top')->setValue(
$config->getMarginTop());
515 $form->getItemByPostVar(
'margin_bottom')->setValue(
$config->getMarginBottom());
516 $form->getItemByPostVar(
'print_media_type')->setValue(1);
517 $form->getItemByPostVar(
'print_media_type')->setChecked(
$config->getPrintMediaType());
518 $form->getItemByPostVar(
'javascript_delay')->setValue(
$config->getJavascriptDelay());
519 $form->getItemByPostVar(
'checkbox_svg')->setValue(
$config->getCheckboxSvg());
520 $form->getItemByPostVar(
'checkbox_checked_svg')->setValue(
$config->getCheckboxCheckedSvg());
521 $form->getItemByPostVar(
'radio_button_svg')->setValue(
$config->getRadioButtonSvg());
522 $form->getItemByPostVar(
'radio_button_checked_svg')->setValue(
$config->getRadioButtonCheckedSvg());
523 $form->getItemByPostVar(
'header_select')->setValue(
$config->getHeaderType());
524 $form->getItemByPostVar(
'head_text_left')->setValue(
$config->getHeaderTextLeft());
525 $form->getItemByPostVar(
'head_text_center')->setValue(
$config->getHeaderTextCenter());
526 $form->getItemByPostVar(
'head_text_right')->setValue(
$config->getHeaderTextRight());
527 $form->getItemByPostVar(
'head_text_spacing')->setValue(
$config->getHeaderTextSpacing());
528 $form->getItemByPostVar(
'head_text_line')->setValue(1);
529 $form->getItemByPostVar(
'head_text_line')->setChecked(
$config->isHeaderTextLine());
530 $form->getItemByPostVar(
'head_html_line')->setValue(1);
531 $form->getItemByPostVar(
'head_html_line')->setChecked(
$config->isHeaderHtmlLine());
532 $form->getItemByPostVar(
'head_html_spacing')->setValue(
$config->getHeaderHtmlSpacing());
533 $form->getItemByPostVar(
'head_html')->setValue(
$config->getHeaderHtml());
534 $form->getItemByPostVar(
'footer_select')->setValue(
$config->getFooterType());
535 $form->getItemByPostVar(
'footer_text_left')->setValue(
$config->getFooterTextLeft());
536 $form->getItemByPostVar(
'footer_text_center')->setValue(
$config->getFooterTextCenter());
537 $form->getItemByPostVar(
'footer_text_right')->setValue(
$config->getFooterTextRight());
538 $form->getItemByPostVar(
'footer_text_spacing')->setValue(
$config->getFooterTextSpacing());
539 $form->getItemByPostVar(
'footer_text_line')->setValue(1);
540 $form->getItemByPostVar(
'footer_text_line')->setChecked(
$config->isFooterTextLine());
541 $form->getItemByPostVar(
'footer_html_line')->setValue(1);
542 $form->getItemByPostVar(
'footer_html_line')->setChecked(
$config->isFooterHtmlLine());
543 $form->getItemByPostVar(
'footer_html')->setValue(
$config->getFooterHtml());
544 $form->getItemByPostVar(
'footer_html_spacing')->setValue(
$config->getFooterHtmlSpacing());
545 $form->getItemByPostVar(
'overwrite_font')->setValue(
$config->getOverwriteDefaultFont(
false));
This class represents an option in a radio group.
static getPageSizesNames()
static escapeShellCmd($a_arg)
escape shell cmd
static setCheckedIfTrue(\ilPropertyFormGUI $form)
static stripSlashes($a_str, $a_strip_html=true, $a_allow="")
strip slashes if magic qoutes is enabled
static sendFailure($a_info="", $a_keep=false)
Send Failure Message to Screen.