We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for the great plugin, now I am using the plugin to generate the PDF
and in the doc, there is a function:
$request->setMargin('0cm');
The problem is , it received a string, and doesn't seem can assign the different margin for different dimension,
are there any syntax for it?
Thanks a lot.
The text was updated successfully, but these errors were encountered:
It looks like you can do it in PhantomJS, according to the documentation.
Documentation
I will look at adding it to the library.
Sorry, something went wrong.
Margin for PDF output can now be defined as an object allowing differ…
0baec84
…ent margins to be applied to each edge of PDF - #113
jonnnnyw
No branches or pull requests
Thanks for the great plugin, now I am using the plugin to generate the PDF
and in the doc, there is a function:
$request->setMargin('0cm');
The problem is , it received a string, and doesn't seem can assign the different margin for different dimension,
are there any syntax for it?
Thanks a lot.
The text was updated successfully, but these errors were encountered: