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)
Hi, Coksnuss san
I will add setting options for this in the future release.
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.
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.