-
Installed html2pdf inside 9.5.19 and tried to use with my extension. Former I used webkitpdf.
Tried the URL https://www.domain.com/?id=11&tx_some_extbase_params&type=8080 .
Returned error 127.
I we…
-
**Expected behaviour:**
Adding repo URL and walther/html2pdf to project's composer.json will install the extension.
**Observed behaviour:**
Composer returns
> No valid composer.json was found…
-
Hi , i used this demo code in our php after installation of vendor directory and i face some issue for generating pdf file of demo url
use Spiritix\Html2Pdf\Converter;
use Spiritix\Html2Pdf\Inpu…
-
I am moving a site from an Hsphere server to a Plesk server.
I have installed html2pdf on the new Plesk server.
If I run a simple test with very little content, it works fine. https://staging.wlcj2.…
-
### What steps will reproduce the problem?
in my `main.php`
```
'html2pdf' => [
'class' => 'yii2tech\html2pdf\Manager',
//'viewPath' => '@app/views/pdf',
…
srakl updated
2 years ago
-
As a Digital Journeys user I would like to have any PDF copy of forms be branded.
**A/C**
- The pdfs need to be branded at every stage of the form:
1) The unfilled Telework form (this one ![Microsof…
ghost updated
2 years ago
-
I'm facing the following SSLEngine issue with negligible load.
`The connection observed an error io.netty.handler.ssl.SslClosedEngineException: SSLEngine closed already`
Stack:
spring-boot-…
-
i am working with jspdf to convert HTML to pdf by fromHTML method of jspdf library.
facing some issues ::
1) hr tag not supported
2) i want two column view , so i used two 50% width div - (not worki…
-
I have this error.
Here is my php html file
`
-
Hello,
When I try tu use the example 'example00.php' installed on my web site,
it gives me a correct pdf file without issue.
But when I try to use the same code one another web page (on the roo…