fpdm
fpdm copied to clipboard
Fixing output in Safari
The change made in this repository to convert $this->buffer to $this->get_buffer() breaks the form field display in Safari as well as the display in all browsers when using $pdf->Merge(true);.
This update fixes that in addition to a small patch to allow the library to handle absolute paths.
@leek It looks like it does output in safari, however for me it shows the pdf file before the merge when in Safari, but in Chrome on the PC is shows the properly merged document. Any idea?