-
> Please use https://stackoverflow.com/questions/tagged/mpdf for all your general questions or troubleshooting!
> For contributing here, please see the guideline: https://github.com/mpdf/mpdf/blob/de…
-
# PhpWord library is working fine, but not Dompdf!
### index.php
## composer.json code
{
"require": {
"phpoffice/phpword": "v0.13.*",
"dompdf/dompdf": "^0.7.0"
}
…
-
Hello,
Thanks a lot for your work.
Your plugin is indeed merging GravityPDFs and the PDFs submitted through the form which is awesome! Thank you very much.
I have an issue though: when pressi…
-
I've created an ivoice by using a Template.
How can I save this to PDF?
When using \PhpOffice\PhpWord\IOFactory::createWriter($doc, 'PDF');
It says $doc is not an instance of PHPWord. How do I get ba…
-
- [ ] Housing Age/Composition Information - Identify possible avenues to obtaining reliable housing stock info at the census tract and/or block group level
-
I trying show my header html just in odd pages.
I editted javascript with the follow function =
if(vars['page'] % 2 == 0){
document.getElementById('myBodyId').innerHTML = '';
}
the function works we…
-
Could be interesting to support new Factur-x / ZUGFeRD
- https://mpdf.github.io/what-else-can-i-do/pdf-a3-xmp-rdf.html
- http://fnfe-mpe.org/wp-content/uploads/2018/05/1.-FACTUR-X-V1-2017-12-31.p…
-
Our task is to examine the data available from 1997-2013 on https://www.census.gov/programs-surveys/ahs/data.html. Keep in mind that the questionnaire is updated. Any question we develop should have t…
-
## **Contexto**
- Atualmente, apos gerar o TADO existe alguns itens na página que não deveriam está.
## **Objetivo**
**Como** uma pessoa desenvolvedora
**Quero** fazer uma validação para proibir de…
-
PHP Fatal error: Array and string offset access syntax with curly braces is no longer supported in /vendor/tecnickcom/tcpdf/tcpdf.php on line 16900
`composer require spipu/html2pdf`
Using PHP 8…