Hello, somebody knows like turning a file HTML or php to pdf by means of pdflib but without having to write line to line?

that is, a file already existing php or HTML, can be turned with pdflib?

I ask it because to where it studies pdflib, exit pdf is due to write line by line and coordinate by coordinate. A pdf already created can also be mattered and to combine it with the new exit. But what I did not find it is all this is the particularitity that I raise.

I hope has explained to me correctly

sorry, my english is poor 😃

    hi, check out this: http://www.fpdf.org/ - it's a free class written in php that provides high level functions to create pdf docs. The download package already contains samples, and there is one which deals with the problem html->pdf (tutorial 6) - it can convert basic tags (<b> etc.) and should actually match your requirements.
    hth

      Write a Reply...