-
Notifications
You must be signed in to change notification settings - Fork 865
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Footer and page size incorrect for custom printed layout #10087
Comments
@cjlotz On my Windows environment. I've confirmed same issues when using Playwright |
@filzrev I had an issue with the version of the docfx tool that was still 2.76.0. Once updated, the page scaling issue has been resolved, but the footer is still not positioned at the right side of the page being printed in |
Thanks for your confirmation. Page size problem is not related reported issues.
It seems PDF header/footer rendering is not using If manually set following properties. PDF footer is rendered correctly.
It would be necessary to add an implementation of either of the following logics.
|
Wrong PDF footer location problem should be fixed by PR( Another reported issue (Table layout is corrupted on some condition) Is is able to provide following information? (if it can be reproduceable on docfx v2.77.0)
|
@filzrev just confirming from my side that the table layout issues I reported initially in the bug report was related to the version of my docfx still being 2.76.0. Once I fixed that to 2.77.0 the table layout scaling issues were fixed with only the footer issue - which should now be resolved with PR #10100, remaining. |
Describe the bug
Using the new #9850 feature to specify a custom layout, the footer containing page numbers is not positioned correctly. The page content is also not scaled correctly to fit onto the page
To Reproduce
Steps to reproduce the behavior:
globalMetadata
Generated output
Notice that the page content is not scaled to fix onto the page (nr 2) and that the footer is not positioned correctly (nr 1) as illustrated above
Context (please complete the following information):
The text was updated successfully, but these errors were encountered: