jsnee / vscode-dmbinder

Visual Studio Code extension for managing campaign documents.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New issue with exporting to PDF. Possible Regression of Issue #

rjbprime opened this issue · comments

commented

Hi JSNee,

Started using the app again to update my campaign guide. Using current version of the plugin, and it now exports with an new(?) issue, that of the output pdf has a white page border on left and bottom sides of most pages, and the top and the left on the cover page.. Seems to be 2 to 3 mm on those two sides. I've tested my code in Homebrewery, and it doesn't show this error in that.

I'm attaching the VSCode-DMBinder PDF and renamed md file to this post, and linking to the Homebrewery PDF Link as well. I know that the Homebrewery version Title page fonts are not the right size, but that's due to the code using for them.

Homebrewery version

manateros.pdf

manateros.txt

All A4 based.

Heyyo! Adding a margin of 0px to the body seems to fix this.

<style>
  body{margin: 0px;}
</style>

Sorted using custom styles