Skip to content

Commit

Permalink
Add (set-metadata ..) to the example
Browse files Browse the repository at this point in the history
Make this useful addition more prominent for those that come across the
project page.
  • Loading branch information
KushalP committed Apr 9, 2012
1 parent a6531a0 commit 9152e26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ Start using the library!
;; Merge a number of existing PDF files. ;; Merge a number of existing PDF files.
(-> ["filea.pdf" "fileb.pdf" "filec.pdf" "filed.pdf"] (-> ["filea.pdf" "fileb.pdf" "filec.pdf" "filed.pdf"]
(merge-pdfs "/tmp/merged.pdf" (merge-pdfs "/tmp/merged.pdf"

;; Get a map of metadata from an existing PDF file.
(get-metadata "my-existing-document.pdf")
``` ```


## Development ## Development
Expand Down

0 comments on commit 9152e26

Please sign in to comment.