I'm writing a web-based app from scratch, that needs PDF generation capabilities. All other things being equal, does either .NET or PHP better lend themselves to that task?
Thanks-
I'm writing a web-based app from scratch, that needs PDF generation capabilities. All other things being equal, does either .NET or PHP better lend themselves to that task? Thanks- |
|||||
|
I think it will depend more on what library you want to use to do the actual PDF generation, since everything else is the same.
Since the PDF file is your focus, find the library that has the features you need and you feel most comfortable with, and work from there. |
|||||||
|
PHP.net has some fairly good explanations on how to generate PDF's, I have not used it myself though. http://www.php.net/manual/en/book.pdf.php |
|||
|