-
The Image method uses the current point of x if x is negative. (the relevant code is in imageOut (lines 2467-2469)
```
if x < 0 {
x = f.x
}
```
Is this cor…
-
Hello !
I've an issue with FPDI, as the title says it's about the class FPDI :
"Fatal error: Class 'fpdi\FPDI' not found in C:\"
My code is the following :
` require_once('fdpi/vendor/autolo…
-
#### What are you trying to achieve?
I'm trying to `grabTextFrom` and element with the CSS selector:
`table[summary="Operation Classification"] tbody > tr:nth-child(2) > td:first-child > table > tbo…
-
#### What are you trying to achieve?
I'm trying to save the output to report.json as described by the `--json` option.
I would like to see something like this as the output:
```json
[{
"event…
-
#### What are you trying to achieve?
I have classes in my html tag that show if a user is logged in or logged out and try to test if they are in the DOM
#### What do you get instead?
Errors. …
-
**If you have the ChurchCRM software running, please file an issue using the _Report an issue_ in the help menu.** - I would, but it errored out due to something in the Slim library
. :(
```
De…
-
Hello,
When my table requires a page-break, the new page starts with the default margins (1cm) and doesn't respect the values I set in the `pdf.SetMargin` or `pdf.SetTopMargin`.
In the `CellForm…
-
I wanted to embed Reportico into my existing project and went into problems with Smarty.
I use Smarty 3 in my project and Reportico has Smarty 2 included. This produces conflicts when embedding Repor…
-
Initial phpcs report, will provide a PR after I run the phpcs auto fixer
Ran with: `$ phpcs -n -p --report=summary ./` from my openemr roo dir
Note this is errors only, warnings have been surpre…
-
Hi ! I have tried to generate a Pdf file with Image ,but the contents of the pdf become indistinct.Is it possible to make it clear as the original one?