Results 14 comments of savioret

Hello Seun, Sorry for the delay, I've been quite busy these 2 weeks. Of course, I'd be pleased if you could merge my fork and continue from here. The first...

Hi, I was waiting @SeunMatt to give directions on which branch to merge to. Anyway I've created a pull request to development branch as I've seen it's been recently sync...

I am able to reproduce it. It seems not directly related with the library but with how you serve the cache control headers and how the browser handles the data...

Could you kindly send a simple example of a php POST script and the Pdf creation that you are doing, which reproduces the problem so I can test it locally...

Sorry I cannot run that code. I just need a simple example with a few lines of code with a dummy $pdf object that receives a dummy $_POST and where...

did not you set the cache header as explained ? This is working for me. Please paste this in a single php file and try it. ```php include ('../Cezpdf.php'); if...

Can you run the script I provided in a single php file and execute it while Chrome devtools are open and check your response headers after the POST ? Like...

Then you'll first need to work on solving that "provisional headers" problem, which seems a server side configuration problem, and not directly related with the library. That could be a...

I have updated the pull request to keep Cpdf clean without any justification modification in `addText`. I had to change Cezpdf, removing the justification checks as some cases were not...

As far as I know that is not possible. Perhaps you can work on your own fontsize callback, i.e. ``` My text ``` Working on a callback for this you...