cesarreyes3

Results 6 issues of cesarreyes3

It would be very helpful if we could create macros on the printer class, it could simplify common tasks, for example: **Here, you create 'Item' class for formating a line**...

http://www.fpdf.org/en/script/script95.php **Description** This script allows to attach files to the PDF. The method to attach a file is: `Attach(string file [, string name [, string desc]])` 1. _file_: path to...

In case #748 doesn't get merged, i could extend the class with that code and just return ```php public function collect() { return array( 'count' => count($this->exceptions), 'exceptions' => $this->exceptions...

What if the storage is not persistent(by config) only temporary?, so once the records are displayed they are automatically deleted, ajax calls It would prevent the number of files from...

I was checking how other plugins handle the frozen columns feature, but I found that they make it simpler, just with CSS, this also works to have the frozen columns...

Enhancement