Skip to content
This repository was archived by the owner on May 21, 2022. It is now read-only.

Commit 0c2aa41

Browse files
committed
feat: update page margin
1 parent 45b409e commit 0c2aa41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

md2docx/md2docx.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ static void GenerateMainDocumentPart1Content(MainDocumentPart mainDocumentPart1,
452452

453453
SectionProperties sectionProperties1 = new SectionProperties() { RsidR = "00803857" };
454454
PageSize pageSize1 = new PageSize() { Width = (UInt32Value)11906U, Height = (UInt32Value)16838U };
455-
PageMargin pageMargin1 = new PageMargin() { Top = 1440, Right = (UInt32Value)1800U, Bottom = 1440, Left = (UInt32Value)1800U, Header = (UInt32Value)851U, Footer = (UInt32Value)992U, Gutter = (UInt32Value)0U };
455+
PageMargin pageMargin1 = new PageMargin() { Top = 1418, Right = (UInt32Value)1134U, Bottom = 1418, Left = (UInt32Value)1701U, Header = (UInt32Value)851U, Footer = (UInt32Value)992U, Gutter = (UInt32Value)0U };
456456
Columns columns1 = new Columns() { Space = "425" };
457457
DocGrid docGrid1 = new DocGrid() { Type = DocGridValues.Lines, LinePitch = 312 };
458458

0 commit comments

Comments
 (0)