Auto Metadata Guide
Auto Metadata Guide
9
JUNE 19, 2016
AutoMetadata
AUTOMETADATA USERS GUIDE
SOFTWARE FOR EDITING METADATA IN PDF FILES
TABLE OF CONTENTS
INTRODUCTION ................................................................................................................................................................ 2
FUNCTIONALITY OVERVIEW .................................................................................................................................... 2
SYSTEM REQUIREMENTS ........................................................................................................................................... 2
INSPECTING AND EDITING PDF METADATA............................................................................................................. 3
LOADING PDF FILES .................................................................................................................................................... 3
EDITING INDIVIDUAL METADATA RECORDS ........................................................................................................ 4
PERFORMING SEARCH AND REPLACE ON METADATA FIELDS ..................................................................... 4
SETTING DOCUMENT PROPERTIES TO THE SAME VALUE.............................................................................. 5
CLEARING METADATA FIELDS FOR MULTIPLE FILES .......................................................................................... 6
RESTORING ORIGINAL METADATA VALUES FOR SELECTED FILES ................................................................ 6
SAVING CHANGES TO FILES ..................................................................................................................................... 6
CLEARING INPUT FILE LIST ........................................................................................................................................ 6
EXPORTING METADATA FOR MULTIPLE FILES INTO A TEXT CONTROL FILE ............................................. 6
IMPORTING CONTROL FILE INTO MICROSOFT EXCEL .................................................................................... 7
IMPORTING METADATA INFORMATION FROM TEXT FILE............................................................................... 8
INSPECTING AND EDITING DOCUMENT PROPERTIES ......................................................................................... 9
INSPECTING AND EXPORTING BOOKMARKS........................................................................................................ 10
EXPORT FILE FORMAT ............................................................................................................................................... 11
BOOKMARK ACTION TYPES .................................................................................................................................... 11
USING XML NOTEPAD TO VIEW BOOKMARK EXPORT FILE ......................................................................... 12
1|Page
AutoMetadata User Guide
INTRODUCTION
FUNCTIONALITY OVERVIEW
The AutoMetadata software is designed for performing the following tasks:
• Loading and displaying metadata for one or more PDF files.
• Inspecting PDF document’s properties such as security permissions, document statistics, file
details, display settings.
• Listing and exporting PDF bookmarks into XML file.
• Listing named destinations and form fields.
• Setting display preferences and document properties for multiple files at once
• In-place editing (in spreadsheet-like interface) of metadata fields and saving changes back to
PDF files.
• In-place editing of viewer preferences for individual PDF documents
• Performing search and replace operation on metadata fields.
• Exporting metadata into a tab-delimited text format (Excel-ready).
• Importing and updating metadata for a list of PDF files from a tab-delimited text file.
The following standard metadata fields are supported:
• Title
• Author
• Subject
• Keywords
The software can be used to update metadata in multiple PDF files by:
• In-place editing (including search and replace functionality) of metadata fields.
• Importing metadata from a tab-delimited text file.
SYSTEM REQUIREMENTS
The AutoMetadata software supports Windows 7, 8, 10.
Application can be downloaded free of charge from the following location:
www.evermap.com/AutoMetadata.asp.
2|Page
AutoMetadata User Guide
4. If you are not interested in loading bookmarks, form fields and named destination information
from each input PDF file, then uncheck all options on this screen. It can speed up file loading if a
large number of input files are selected. Press “OK” button to continue. However, if document is
loaded without bookmarks, fields and destinations, then no information will be available for
review in the corresponding information tabs (“Bookmarks”, “Fields”, and “Destinations”).
3|Page
AutoMetadata User Guide
4|Page
AutoMetadata User Guide
4. All modified fields will be marked in “Modified” column. Please note that metadata information is
not written back to the PDF files at this moment, no files are yet modified.
3. Press “OK” button to start processing. Please note that document properties are not written
back to the PDF files at this moment, no files are yet modified.
5|Page
AutoMetadata User Guide
6|Page
AutoMetadata User Guide
Simply press “Finish” button to import the control file, because Excel should automatically set all
correct values for this file. Here is an example of the text control file opened in Microsoft Excel
application:
If document has been modified or created in Microsoft Excel, then make sure to export it into “Text
(Tab delimited) (*.txt)” file format using Excel’s “File > Save As” menu:
7|Page
AutoMetadata User Guide
8|Page
AutoMetadata User Guide
This parameter
can be edited
9|Page
AutoMetadata User Guide
Press “Export to XML” button to export bookmarks into XML document. Select a desired output file
name and press OK button in “Save File” dialog. By default, output file is named by adding .xml to
the original PDF file name including extension. For example, the default file name for Overview.pdf
will be Overview.pdf.xml. The output document can be opened by any web browser or XML editor.
Microsoft provides a free XML Notepad editor for handling XML documents. It can be downloaded
from the following location: https://www.microsoft.com/en-us/download/details.aspx?id=7973.
10 | P a g e
AutoMetadata User Guide
<Bookmark>
<Title Page=”5” Action=”GoTo” Open=”true”>First Level Bookmark
<Title Page=”6” Action=”GoTo” Open=”false”>Second Level Bookmark</Title>
…..
</Title>
<Bookmark>
Each bookmark is encoded as a single <Title> element that contains all its child bookmarks. Every
<Title> element has the following properties:
• Page – destination page number (if a bookmark refers directly to a page) and page view
details. Page numbers are zero-based. The index of the first page is 0.
• Named – name of the destination (if bookmark uses named destinations to refer to a page
view).
• Action – type of the action used by the bookmark.
• Open – true if bookmark is shown expanded and shows its child bookmarks, or false
otherwise.
• File – path to the file for “Open a file” PDF action (Action=“Launch”) or for “Go to a page in
another document” PDF action (Action=”GoToR”).
• URI – web address for “Open a web link” PDF action (Action=“URI”)
11 | P a g e
AutoMetadata User Guide
12 | P a g e