Liking cljdoc? Tell your friends :D

pdfboxing.info


about-docclj

(about-doc pdfdoc
           &
           {:keys [keys]
            :or {keys ["title" "author" "subject" "keywords" "creator"
                       "producer" "trapped" "metadata-keys" "creation-date"
                       "modification-date"]}})

get the basic information about the given document the values provided are for the fields defined by info-fields

get the basic information about the given document
the values provided are for the fields defined by
info-fields
sourceraw docstring

metadata-valueclj

(metadata-value pdfdoc field-name)

get the value of a custom metadata information field for the document.

get the value of a custom metadata information field for the document.
sourceraw docstring

metadata-valuesclj

(metadata-values pdfdoc)

get all values of a custom metadata information field for the document.

get all values of a custom metadata information field for the document.
sourceraw docstring

page-numberclj

(page-number pdfdoc)

return number of pages of a PDF document

return number of pages of a PDF document
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close