Skip to content
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

Fix docx header issue #2026 #2068

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

hvbtup
Copy link
Contributor

@hvbtup hvbtup commented Feb 28, 2025

The showHeaderOnFirst property did not work for the DOCX emitter when using the combined RunAndRenderTask.
That is, the header was shown on the first page even when the property was false).
This PR makes this work.
It works with RunAndRenderTask as well as with separate RunTask and RenderTask.

The related property showFooterOnLast does not work with RunAndRenderTask,
only with separate RunTask and RenderTask.

@hvbtup hvbtup requested a review from speckyspooky February 28, 2025 12:50
Copy link
Contributor

@speckyspooky speckyspooky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very small changes requested

@speckyspooky
Copy link
Contributor

The solution looks good, I understand your way.

Sometimes I think I'm deep on it but you are deeper (much deeper).

@speckyspooky speckyspooky added the BugFix Change to correct issues label Feb 28, 2025
@hvbtup hvbtup marked this pull request as ready for review February 28, 2025 16:28
@hvbtup hvbtup requested a review from speckyspooky February 28, 2025 16:28
Copy link
Contributor

@speckyspooky speckyspooky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BugFix Change to correct issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants