-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[question] Can't find page breaks in an existing document #823
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
Comments
I've found this answer. |
Notice that under the Breaks documentation in readthedoc, under Candidate protocol – run.add_break()
while instead it is not an attribute, see the real effect:
Anyway, I confirm that the solution for me has been the stackoverflow answer linked above, inspecting the |
@giuliohome didn't mean to be abrupt, just clearing out resolved issues and this one hasn't had any action for several months. Your solution looks fine and looks like it works for you. The document you refer to is a design document and may contain ideas for features that have not yet been added. |
Uh oh!
There was an error while loading. Please reload this page.
I've tried to open an existing docx with the following code:
The document has 3 pages (and here I mean 2 manual page breaks) but I can only see the initial
NEW_PAGE (2)
from the output.Which is the correct show to find the page breaks?
The text was updated successfully, but these errors were encountered: