====== APL Shared libraries ====== ====== APL Pdf ====== ====Summary==== The **local_aplpdf** plugin is a shared dependency of many APL plugins that provide PDF generation. Moodle core pdf implementation has several limitations that make difficult some operations such as generating multiple page documents. This library provides an alternative version of TCPDF, encapsulated with a technical helper to pilot PDF generation in a more simple way. Additionnaly, we assemble other libraries that have PDF concerns, and may be usefull in the future, such as mergePDF, pdf2svg, xpdf, etc. ==== Guides ==== * [[:Local:aplpdf:InstallGuide|Installation guide]] * [[:local:aplpdf:userguide|User guide]] ==== Featuring ==== * **tcpdf:** Fixed version of TCPDF * **vftcpdf:** An over layer of PDF objects management * **pdf2svg:** Pdf to SVG converter * **mergePDF:** Allowing merging several documents. * **xpdf:** Allowing extracting text from PDF documents. ==== Builds ==== ^ Branch ^ Check status ^ | 405 | CI status | | 501 | CI status | Note : Failing status is not necessarily the sign of a non functionning module. It just says that the moodle code standards check are not fullfilling. This is a continuous effort of us rewriting the plugin code to get it compliant. ====Technical details==== * **Component type:** Local * **Plugin name:** aplpdf * **Versions:** > :M45: * **Distribution:** Public * **Availability:** RC ==== See also ==== [[:local:aplcore|APLCore shared library]], [[:local:aplplot|APLPlot shared library]] [[:start|Back to plugins catalogue]]