I'm following the example specified in this location to convert an existing HTML to Accessible PDF.
Is there a way to pass CSS as string to the PDF converter instead of specifying it in the html file itself? I need to switch the CSS based on user preference. Specifying it inline in the HTML is not an option. The CSS that will be applied is read from a CMS system on the fly.