(get-fields pdfdoc)
get all the field names and their values from a PDF document
get all the field names and their values from a PDF document
(rename-fields input output fields-map)
take an input PDF, a new file to be created and a map with keys as the current form field names and values as the new names, and rename them
take an input PDF, a new file to be created and a map with keys as the current form field names and values as the new names, and rename them
(set-fields input output new-fields)
fill in the fields with the values provided
fill in the fields with the values provided
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close