Updating html_manual/splits

This commit is contained in:
John Whitington
2022-01-26 12:41:19 +00:00
parent aa65ab647f
commit c067482046
22 changed files with 265 additions and 142 deletions

View File

@ -47,7 +47,7 @@ def getKeywordsXMP(pdf):
"""Return the XMP keywords of a document."""
def getCreatorXMP(pdf):
"""Returs the XMP creator of a document."""
"""Return the XMP creator of a document."""
def getProducerXMP(pdf):
"""Return the XMP producer of a document."""
@ -117,7 +117,7 @@ def getDateComponents(string):
def dateStringOfComponents(cs):
"""Build a PDF date string a (year, month, day, hour, minute, second,
hour_offset, minute_offset) tuple.
Dates: Month 1-31, day 1-31, hours (0-23), minutes (0-59), seconds
(0-59), hour_offset is the offset from UT in hours (-23 to 23);
minute_offset is the offset from UT in minutes (-59 to 59)."""
@ -210,8 +210,8 @@ def displayDocTitle(pdf, flag):
"""Set the display document title flag."""
def openAtPage(pdf, fitflag, pagenumber):
"""Set the PDF to open, possibly with zoom-to-fit, at the given page
number. """
"""Set the PDF to open, possibly with zoom-to-fit, at the given page number.
"""
def setMetadataFromFile(pdf, filename):
"""Set the XMP metadata of a document, given a file name."""