Difference between revisions of "Imagining librarianship & experiments with document conversion"

From Parallel Library Services
Jump to navigation Jump to search
Tag: Reverted
Tag: Manual revert
Line 25: Line 25:
Markdown uses YAML metadata headers, which require a title in the initial metatdata block:
Markdown uses YAML metadata headers, which require a title in the initial metatdata block:


---
<syntaxhighlight lang="markdown" line>
title: my new document
---
---
title: my new document
---
</syntaxhighlight>


[[File:pls-workshop-04.png|300px]]
[[File:pls-workshop-04.png|300px]]

Revision as of 10:08, 12 May 2022

Imagining librarianship & experiments with document conversion
Location: At Varia (Gouwstraat 3, Rotterdam), and online
Date: November 24th, 2021
Time: 16:00-19:00 CET
Pad: https://pad.simonbrowne.biz/p/pls-meeting-4
Tools: {{{tools detail}}}
Guests: {{{guests detail}}}

Context

PDF (Portable Document Format) is a highly popular digital file format for ebooks. In this workshop, we created, queried and embedded metadata in a PDF by using tools such as Pandoc, ExifTool and of course Calibre, "the swiss army knife of document conversion".

Activities

After some catching up on the contexts of our projects, we discussed the plan for today:

  • a tour of Calibre
  • hybrid publishing workflows
  • embedding metadata in PDFs
  • making digital files (EPUB, PDF with pandoc)
  • converting between file formats in Calibre

Our workshop was documented on a pad using Markdown to create structure. Markdown is a lightweight markup language that can be useful in hybrid publishing, where inputs (plain text) may have may outputs (file formats). From the one document it is possible to create a variety of files, including EPUB, PDF, HTML and even Wikitext, the syntax MediaWiki uses.

Markdown uses YAML metadata headers, which require a title in the initial metatdata block:

---
title: my new document
---

Pls-workshop-04.png

From this file we made a PDF:

File:Workshop 04.md.pdf