DOMPDFModule
DOMPDFModule copied to clipboard
A Zend Framework module for Dompdf
Hello, I'm trying to align table fields under the appropriate table header but for some reason it is not lining up correctly. I've included a screenshot of the actual PDF...
Hi Ray, Thanks for your work on this. However in the example code should there not be a setTemplate command just before returning $pdf ? $pdf->setTemplate(); I have just added...
Hi, maybe somebody besides me is searching for a solution on how to generate pdf files on server side. Here is a small example that works for me. Maybe it...
Hello, i got a question. Which commands has the setOption function? I want to pass it a html file generated by a function on my zf2 module. I'm very noob...
How to print the page numbers of pdf file like "currentPage/totalPage" some where in the document ?
Hey there! What about setting a layout for the view. We use twitter bootstrap and the output of the pdf should be styled in bootstrap styles. Is there a way...
Hello Ray, First of all, good work! I have some questions: Is it possible to use external style sheets? I am using ZF2 and was trying to set a basePath...