mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-06-05 22:09:39 +02:00
more
This commit is contained in:
12
html_manual/pysplits/c15.tex
Normal file
12
html_manual/pysplits/c15.tex
Normal file
@@ -0,0 +1,12 @@
|
||||
# CHAPTER 14. Fonts
|
||||
|
||||
def getFontInfo(pdf):
|
||||
"""Get a list of (pagenumber, fontname, fonttype, fontencoding) tuples,
|
||||
showing each font used on each page."""
|
||||
|
||||
def removeFonts(pdf):
|
||||
"""Remove all font data from a file."""
|
||||
|
||||
def copyFont(pdf, pdf2, r, pagenumber, fontname):
|
||||
"""Copy the given font from the given page in the pdf PDF to every page in
|
||||
the pdf2 PDF. The new font is stored under its font name."""
|
Reference in New Issue
Block a user