Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author redcocker

    (@redcocker)

    Hi wussyib san

    You can edit post2pdf-converter-pdf-maker.php to remove author name form header.

    Line 413
    $pdf->SetHeaderData($logo_file, $logo_width, $header_title, "by " .$author. " - ". $permalink);

    ->

    $pdf->SetHeaderData($logo_file, $logo_width, $header_title, $permalink);

    Line 415
    $pdf->SetHeaderData('', 0, $header_title, "by " .$author. " - ". $permalink);

    ->

    $pdf->SetHeaderData('', 0, $header_title, $permalink);

    Hi redcocker,

    is there any chance that you provide an option field for this? (Show/Hide Author information)

    Plugin Author redcocker

    (@redcocker)

    Hi, Coksnuss san

    I will add setting options for this in the future release.

    Plugin Author redcocker

    (@redcocker)

    Hi, wussyib san, Coksnuss san

    Please try to re-install Development Version.

    You can find new setting options in the setting panel.

    Hi redcocker,
    Thanks a lot, you make my day, this version is great.
    About Image ratio, how to set a bigger image? I need a big logo, and wit 0.8 ratio bottom of the image is truncated.

    Plugin Author redcocker

    (@redcocker)

    Hi, cdr09 san

    About Image ratio, how to set a bigger image? I need a big logo, and wit 0.8 ratio bottom of the image is truncated.

    Please go to setting panel.
    And you can find “Logo width” option in “Header logo” section.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: POST2PDF Converter] Removing author information from PDF’ is closed to new replies.