Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

how to collect font list from pdf file #271

Open
longbowking opened this issue Dec 2, 2019 · 0 comments
Open

how to collect font list from pdf file #271

longbowking opened this issue Dec 2, 2019 · 0 comments

Comments

@longbowking
Copy link

pdffonts can collect all fonts used in a pdf file, e.g. Link

pdffonts bash-manpage.pdf 

  name                            type          encoding        emb sub uni object ID
  ------------------------------- ------------- --------------- --- --- --- ---------
  Times-Roman                     Type 1        Custom          no  no  no       8  0
  Times-Bold                      Type 1        Standard        no  no  no       9  0
  Helvetica                       Type 1        Custom          no  no  no      11  0
  Helvetica-Bold                  Type 1        Standard        no  no  no      30  0

My question is how to implement this by using pdfminer

dangho1 added a commit to PrimeNumb/pdfminer that referenced this issue Sep 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant