Conditional Section Rendering #1678
Unanswered
sammyhajomar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working with 100-150 page PDFs that have multiple sections (75-100) that can be isolated by a regex pattern (i.e. Section 1, Section 2, etc...). Is there a way I can just render a single one of those sections of the PDF instead of the entire PDF? A section could start and end in the same page or span multiple pages. Sections don't necessarily start at the beginning of the page.
What I have tried is extracting the entire text from the PDF and then cut it up into sections and displaying it for the user however, the text has varied formatting (line position, bolding, underline, strikthrough, etc...) and when I extract the text all of that gets stripped away.
Beta Was this translation helpful? Give feedback.
All reactions