You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by Apache Wiki <wi...@apache.org> on 2008/08/22 16:49:35 UTC

[Xmlgraphics-fop Wiki] Update of "HowTo/XMP" by JeremiasMaerki

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Xmlgraphics-fop Wiki" for change notification.

The following page has been changed by JeremiasMaerki:
http://wiki.apache.org/xmlgraphics-fop/HowTo/XMP

The comment on the change is:
Update

------------------------------------------------------------------------------
  
  This page describes how to declare such metadata in an XSL-FO file.
  
- /!\ This works only with FOP trunk.
+ /!\ This works with FOP 0.92beta or later.
  ----
  == Declaring properties in an XSL-FO file ==
  All metadata properties can be declared in the {{{fo:declarations}}} element.
@@ -56, +56 @@

  ||'''Entry'''||''PDF type'''||''Property'''||'''XMP type'''||'''Category'''||
  ||Title||text string||dc:title||Text||External||
  ||Author||text string||dc:creator||seq Text||External||
- ||Subject||text string||dc:subject||Text||External||
+ ||Subject||text string||dc:description{{{[}}}"x-default"{{{]}}}||Text||External||
  ||Keywords||text string||pdf:Keywords||Text||External||
  ||Creator||text string||xmp:!CreatorTool||Text||External||
  ||Producer||text string||pdf:Producer||Text||Internal||
@@ -64, +64 @@

  ||!ModDate||date||xmp:!ModifyDate||Date||Internal||
  
  Note: "Internal" in the Category column means that the user should not set this value. It is set by the application.
+ 
+ Note: The "Subject" used to be mapped to '''dc:subject''' in the initial publication of PDF/A-1 (ISO 19005-1). In the "Technical Corrigendum 1" this was changed to map to '''dc:description{{{[}}}"x-default"{{{]}}}'''.
  
  == Properties sets ==
  Metadata is made of properties sets.
@@ -82, +84 @@

  ||dc:contributor|| ||<#FF8080>No||
  ||dc:coverage|| ||<#FF8080>No||
  ||dc:date|| ||<#FF8080>No||
- ||dc:description|| ||<#FF8080>No||
+ ||dc:description|| ||<#80FF80>Yes||
  ||dc:format|| ||<#FF8080>No||
  ||dc:identifier|| ||<#FF8080>No||
  ||dc:language|| ||<#FF8080>No||
@@ -90, +92 @@

  ||dc:relation|| ||<#FF8080>No||
  ||dc:rights|| ||<#FF8080>No||
  ||dc:source|| ||<#FF8080>No||
- ||dc:subject|| ||<#80FF80>Yes||
+ ||dc:subject|| ||<#FF8080>No||
  ||dc:title|| ||<#80FF80>Yes||
  ||dc:type|| ||<#FF8080>No||
  
@@ -114, +116 @@

  == Links ==
   * [http://partners.adobe.com/public/developer/en/xmp/sdk/XMPspecification.pdf XMP specification]
   * http://dublincore.org/
- .
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org