-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
How to set the papersize of PDF output in PHPReport? #13
Comments
Yes, proper way is to add those properties as configurable parameters, becouse currently it's set to A4 source |
If you want to change it yourself in the code, you can add any value supported by phpexcel found here |
YES. I pass the arguments to the __construct() later: $R=new PHPReport(array("PaperSize"=>64));
|
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Sometimes there's a extra width with too many table columns we need to specify the papersize property for the PDF output.
The text was updated successfully, but these errors were encountered: