Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 717 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 717 Bytes

iiif2pdf

This small Javascript widget implements client side rendering of PDFs from arbitrary IIIF sources. All it needs is a URL to a manifest file and the URI (@id) of a Sequence, Range or Canvas.

This widget uses jsPDF and jQuery.

Widget Screenshot

Check out the demo, paste two URIs (manifest + sequence, range or canvas) and create arbitrary PDFs

ToDos

  • use page orientation and format
  • crawl hierarchical ranges
  • select start / end Canvases inside a Sequence
  • estimate filesize in realtime as user changes configuration