-
got this error, when running php script
Warning: rename(/home/webserver/rtf/html-to-pdf.pdf): failed to open stream: Permission denied in /home/webserver/rtf/vendor/mnvx/lowrapper/src/Converter.php…
-
## Context
Among others "THE MODEL OPENNESS FRAMEWORK: PROMOTING COMPLETENESS AND OPENNESS FOR REPRODUCIBILITY,
TRANSPARENCY, AND USABILITY IN ARTIFICIAL INTELLIGENCE" (https://arxiv.org/pdf/2403.13…
-
So, I've been spending a couple days beating my head over this library, trying to get simple HTML to render correctly. b tags don't seem to work sometimes, there are frequent missing blocks of text, o…
-
We have a sample email, with some background images and a header. It is taking quite long enough for the the converter to process the converted HTML to PDF.
Attaching the sample eml that we conver…
-
I have the PWM DC5V Ultrasonic ranging sensor ultrasonic waterproof distance sensor waterproof probe RS485. It produces constant output between PWM and GND. It suggests it is likely relying on RS485 c…
-
Here is my script in the PHP file:
require_once("include/h2p/autoloader.php");
use H2P\Converter\PhantomJS;
use H2P\TempFile;
$converter = new PhantomJS();
$input = new TempFile('test string to pdf'…
-
**Bug report**
The new hOCR renderer does not escape characters that need escaping. [This PDF](https://github.com/pdfminer/pdfminer.six/files/10032060/AandP.pdf) contains the string "A&P", which sh…
-
Regardless of configuration the charset not change
1 - below it's my html that I'm trying to convert
```
Todo mundo é com acento.
```
2- below it's my code to do the convers…
-
If it works fine, it would be nice to generate a docx or a pdf according to the file extension of the output document.
-
I building a custom design site where the user can pick different items and put them together with custom text and fonts, and produce a PDF as a result. I am using DOMPDF to create the font from html …