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

Get Paragraphs not from the first page #446

Open
VitalDikov opened this issue Nov 21, 2022 · 1 comment
Open

Get Paragraphs not from the first page #446

VitalDikov opened this issue Nov 21, 2022 · 1 comment

Comments

@VitalDikov
Copy link

I want to iterate over document's paragraphs starting drom 2nd page. Is There any method like GetElementsPage()?

@XceedBoucherS
Copy link
Collaborator

Hi,
No because we don't know on which page the content will be displayed. We control an ooxml document listing all the document's content. When opened with MS Word, then the content is splitted into pages, depending on page size.
You should iterate over all the paragraphs, and detect a specific tag to start your parsing.

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

No branches or pull requests

2 participants