-
Notifications
You must be signed in to change notification settings - Fork 664
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
Font size of the char given by pdfplumber is diffrent from the actual font size. #63
Comments
Can you provide the following?:
In |
i got this output by using following code: ` file_read=pdfplumber.open(in_file) for temp in file_read.pages:
|
2 i am getting size as 16.996 using pdfplumber |
hi @jsvine , did you get the chance to look into this? |
Hi, @suyogchadawar. I don't know exactly what's causing this issue; pdfplumber depends on pdfminer.six for text extraction. It does seem, though, that you can arrive at the Adobe-determined font size by dividing See here for the computation of the |
Thanks this worked for me
but still I am not able to find color of the character from pdfplumber. |
It appears that character color is not currently accessible via pdfplumber. I'll see if there's a way to add that in future versions. |
ok sure thanks |
Hi, the font size given by pdfplumber does not match with the font size given by adobe acrobat dc pro. Is there any correlation between them?
Can we get font color from pdfplumber?
The text was updated successfully, but these errors were encountered: