-1

PLEASE REFER THE IMAGE FOR A BETTER UNDERSTANDNG I am developing an application which check the page break point of a DOCX file and if there is a page break point, then that page is ending at that point. I am literally fed up with many logics. Hope i can get one.

Thanks and regards

1 Answers1

0

.DOCX files seem to do something called a soft breakpoint between pages.

However, this seems to say that you can use from docx import nsprefixes to replace occurrences of page breaks with something more identifiable.

Jakob L
  • 88
  • 10