In Smart Doc Editor , Can we customize css of Export PDF?

Hi All,

I am new to Smart Doc Editor . In our case the css of export Pdf is not matching exactly to Preview . Can we customize css of Export PDF exactly as Preview . Please find the code below

var docExporter = scopes.svyDocEditor.getExporter();
docExporter.setContent(docContent);
docExporter.setCSS(css);

Please share your suggestions.