PDF Stamper support

Viewing 5 posts - 1 through 5 (of 5 total)
#36473

Gabster
Member

Hey there, where do yI get support for the PDF Stamper I bought?

The Stamper doesnt support any öäüß, can that be fixed? Also the {br} doesnt work and the second line always covers the first line. Could you also please add a background color option?

Can other HTML be used than {br}? Like another font size?

THX Gabriel

#36476

Gabster
Member

Also there seems to be no chance to have the stamp with 5mm padding to the bottom! Whatever I try it looks like it breaks into a new page way to early. Why is that? I tried all options on a A4 Page. At 27mm it already breaks into a new page.

#41359

Tanner
Member

Same issue here. It seems, that the plugin doesn’t support the european DIN A4. I would like to watermark my documents in the footer. But like Gabster describes, it creates a new second withe page with the stamp. Like this, it’s useless for me… But would be such a great plugin.

Is there a fix or workaround? Thank you for helping me.

#41506

Shahjada
Keymaster

We are still working on uft8 support with pdf stamper.

#41518

Gabster
Member

Yes Tanner there is a walkaround – not sure why Shaon isnt pointing to it and I am also not sure why it takes so long to add that into an update. Support isnt that helpful.

Try that:
For A4 with no page breaks add this line in wp-content\plugins\wpdm-pdf-stamper\wpdm-pdf-stampers.php
near line 323 after //die($text);

$pdf->SetAutoPageBreak(false);

For UTF-8, update right after that line:
$pdf->MultiCell(0, $font_offset, $text,0,$align);
into –>
$pdf->MultiCell(0, $font_offset, utf8_decode($text),0,$align);

Gabriel

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘PDF Stamper support’ is closed to new replies.