HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › HTML/CSS rendering issues › Unable to use pd4ml.extra.resource.loaders › Re: Re: Unable to use pd4ml.extra.resource.loaders
July 21, 2015 at 06:38
#29794
Steve B. (see previous posts) finally solved the issue by a prepending the class name with its full package name, i.e:
map.put( “pd4ml.extra.resource.loaders”, “com.application.PD4MLCustomFileResourceProvider” );