I'm having trouble with exporting HTML tables to PDF. The PDF table cells are not the right width, and the text isn't aligned properly.
I took a few screenshots and posted them here: http://imgur.com/a/G8HnM
The first image is the aspx page with the editor. The second image is what the PDF looks like. They're not similar.
My code is very simple, just a call to: RTEditor.SavePDF("temp.pdf");
Is this an issue with the editor, or should I change my code? I read a little
I'm using this as my referenced assembly: packages\CuteEditor.6.7.1.5\lib\CuteEditor.dll. The properties of the dll say "CuteEditor 6.7 Build 2014--04-16".
Thanks