fpdm icon indicating copy to clipboard operation
fpdm copied to clipboard

Fixing output in Safari

Open leek opened this issue 5 years ago • 1 comments

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 avatar Aug 21 '20 21:08 leek

@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?

reddingwebpro avatar Oct 28 '20 00:10 reddingwebpro