mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-06-05 22:09:39 +02:00
Finishing python comments
This commit is contained in:
@@ -5,9 +5,8 @@ def getFontInfo(pdf):
|
||||
showing each font used on each page."""
|
||||
|
||||
def removeFonts(pdf):
|
||||
"""removeFonts(pdf) removes all font data from a file."""
|
||||
"""Remove all font data from a file."""
|
||||
|
||||
def copyFont(pdf, pdf2, r, pagenumber, fontname):
|
||||
"""copyFont(from, to, range, pagenumber, fontname) copies the given font
|
||||
from the given page in the 'from' PDF to every page in the 'to' PDF. The
|
||||
new font is stored under it's font name."""
|
||||
"""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