Hi I'm using Debenu Quick PDF Library in a PHP project. And I instantiate my object with the following code.
$qp = new COM('DebenuPDFLibraryAX1012.PDFLibrary');
My question : Is it possible to extend this COM class?
Yes, it is possible to extend any class unless it is declared as final. You may not however be able to override certain methods if the individual methods have been declared with final keyword.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With