Skip to content

Tags: tognit/pdf

Tags

v0.4.1

Toggle v0.4.1's commit message
Few quick updates

v0.4.0

Toggle v0.4.0's commit message
New splitting code brought back from Chrome Print Experiment.

v0.3.1

Toggle v0.3.1's commit message
Fixes the download and stream methods.

Before in the event that a simple basic conversion was performed and
then, streamed or downloaded to the browser. The generated PDF contained
a PHP exception. Because the "tempDocument" didn't actually exist.

We also changed the way we delete the temp documents.
This is done via a destructor now for the entire class.

v0.3

Toggle v0.3's commit message
more updates to unit tests

v0.2

Toggle v0.2's commit message
We now have the download and stream methods completed.

v0.1

Toggle v0.1's commit message
Okay I give up... with the unit tests for now.

I cant for the life of me work out what is going on it all works
flawlessly locally but on travis is fails. Will setup a vm locally
and test on ubuntu but for now I am moving on.