You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that when on creating a pdf, all the content is not large enough to the width of the page.
When you create a pdf with PHP using framework classes don't work, i've tried, and i know what is the problem.
This happen's in quotes, orders, invoices...
<table class="table table-sm table-items"> - creation of pdf don't care about the class, all the struture of pdf must have explicit width or explicit styles.
<table class="table table-sm table-items" width="100%"> like this, the table will stay larger to fill the width of the page
Description:
I found that when on creating a pdf, all the content is not large enough to the width of the page.
When you create a pdf with PHP using framework classes don't work, i've tried, and i know what is the problem.
This happen's in quotes, orders, invoices...
<table class="table table-sm table-items">
- creation of pdf don't care about the class, all the struture of pdf must have explicit width or explicit styles.<table class="table table-sm table-items" width="100%">
like this, the table will stay larger to fill the width of the pagethis is a sample from pdf.blade.php
<table class="table table-bordered table-sm table-items" width="100%"> <thead style="border: 1px solid black;">
works ok.
Steps To Reproduce:
Just download a document from Quotes, for example!
The text was updated successfully, but these errors were encountered: