php - Problems with PDF generation -
i'm developing specific part of website uses sales report user(client) can consult from. generates report ordered date , builds dynamically jquery , php.
after enabled options such print , generate pdf. print part done , working i'm having troubles pdf generation part because have give option 2 types of model choosing.
first model ok, despite uses several lines on it, still can manage generate pdf using fpdf faster because lines in pattern. mean, it's same, difference number of registers requested.
but problem here second model totally variable on columns making hard work fpdf (i have build line per line , unviable)
i've tried several classes of converters html pdf like: dompdf, html2pdf, mpdf take long time processing when it's requested big period of time example.
so let's jump request:
or generate , save in server while user searching specific period of time , when clicks on model 2 (it generated) he'll link folder download directly.
any idea or solution welcome, don't care if hard implement it.
i've found apis docraptor suits well, , fast it's paid , unviable me.
peardoc, firm work for, provides solution convert static/dynamic html pdf on password protected web applications. service requires user, has signed in, click "save pdf" link.
demo: http://www.peardoc.com/sap_pro_demo.html
we provide api service (with async call facility) html pdf conversion.
documentation: http://www.peardoc.com/docs/api-doc
Comments
Post a Comment