Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setOption not working. #5

Open
SujalSodha opened this issue Aug 2, 2024 · 0 comments
Open

setOption not working. #5

SujalSodha opened this issue Aug 2, 2024 · 0 comments

Comments

@SujalSodha
Copy link

We cannot set own properties like setPaper and all stuffl.

$weasyPrint = new WeasyPrintPdf($weasyprintPath);

    $weasyPrint->setPaper('page-size', 'A4');
    
    $weasyPrint->setOption('margin-left', '0');
    $weasyPrint->setOption('margin-right', '0');
    $weasyPrint->setOption('margin-top', '0');
    $weasyPrint->setOption('margin-bottom', '0');

Error :
message : "Call to undefined method Pontedilana\PhpWeasyPrint\Pdf::setPaper()"
message : "The option 'margin-left' does not exist."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant