chnm / anthologize

Anthologize is a free, open-source, WordPress-based platform for publishing. Grab posts from your WordPress blog, pull in feeds from external sites, or create new content directly in Anthologize. Then outline, order, and edit your work, crafting it into a coherent volume for export in several formats, including PDF, EPUB, and TEI.
http://anthologize.org
GNU General Public License v3.0
174 stars 29 forks source link

Subjects and keywords in PDF #15

Open patrickmj opened 12 years ago

patrickmj commented 12 years ago

Imported from Trac ticket #26 reported by sramsay on 2010-08-07:

PDF documents usually have document-level metadata associated with them (which the user can get at by selecting options like File->Properties in the standard viewers).

Right now, I'm setting the creator to "Anthologize: A One Week | One Tool Production," and author and title to the appropriate fields from the TEI.

Can we give the user the option to set the subject field (usually a string) and a set of keywords? These can be useful with applications like Yep!, Papers, Mendeley, (Zotero?), etc.

patrickmj commented 12 years ago

Comment by boonebgorges on 2010-08-19:

Good idea. I just opened #46 to make sure that export formats are able to register plaintext options, such as a textbox for "Subject". Once that's been passed along to the TEI layer, you can do whatever you'd like with it. See also #47