-
Notifications
You must be signed in to change notification settings - Fork 947
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
Extracting Stroke Dasharray in LTCurve #630
Labels
Comments
I also need this feature : ) |
JulianFeinauer
added a commit
to JulianFeinauer/pdfminer.six
that referenced
this issue
Aug 26, 2022
Add raw points to get full information from bezier segments and dashing style
JulianFeinauer
added a commit
to JulianFeinauer/pdfminer.six
that referenced
this issue
Aug 26, 2022
Add raw points to get full information from bezier segments and dashing style
JulianFeinauer
added a commit
to JulianFeinauer/pdfminer.six
that referenced
this issue
Aug 26, 2022
Add raw points to get full information from bezier segments and dashing style
For this we need to extract the "Line Dash Pattern" from the graphics state as mentioned in Section 4.3.2 "Details of Graphics State Parameters" in the pdf reference. |
pietermarsman
added a commit
that referenced
this issue
Nov 6, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for maintaining this wonderful library. Currently I am mining pdf files consisting of curves which either have a stroke dash-array or with just a normal stroke (see image attached). From what I can discover in the source code this information is not parsed in the mining process.
. My question is if I am missing something very obvious that could help me determine this differentiation? If this is a feature that currently does not exist, would you be interested in a PR?
The text was updated successfully, but these errors were encountered: