I’ve seen all the posts and videos covering the topic, but I can’t use an imported external library in the project.
I was trying to import PDFMerger
sc_include_library (‘prj’, ‘PDFMerger’, ‘PDFMerger.php’, True, True);
does not work
Can anyone help me understand the problem?
Or what if there is a better way to use an external library?
TKS