Having an issue where I'm using DevExpress RichEditDocument server and the .HtmlText property being used to convert HTML to a PDF document. The base html and some styles get applied, however styles like width, padding, margins are not being applied. I have tried putting the styles in the HTML tags and using a separate style tag with classes as well.
Are there adjustments I can make to the DevExpress page itself for margins so the HTML will start at the edge of the PDF?