Subpanel in PDF Template

I am creating a PDF template for a custom module, however I am not able to see the subpanels associated with the custom module in the drop downs. Is this possible?

Thanks.

When creating a PDF template and trying to ‘latch’ onto a module which is not listed in the ‘Type’ drop down in the PDF editor…you will not be able to. The method which i know is possible is to add custom code to your instance which will tell AOS_PDF_Templates to do so.

All you need to do is to tell the pdf module which extra module you need to latch onto
And also a generate pdf button on your custom module <- which also needs to be configured through code

Hope this helps