Project

General

Profile

PDF files » History » Version 1

Martina Trognitz, 2020-01-28 11:27

1 1 Martina Trognitz
h1. PDF files
2
3
Formats for archiving:
4
* pdf/a-1 (a or b)
5
* pdf/a-2 (a, b or u)
6
* png (Portable Network Graphics) - only suitable for graphics, does not support EXIF metadata
7
8
Accepted formats (i.e. require further conversion by ARCHE):
9
* all other pdf variants
10
11
More information:
12
* https://www.ianus-fdz.de/it-empfehlungen/pdf-dokumente
13
* https://guides.archaeologydataservice.ac.uk/g2gp/TextDocs_Toc
14
15
16
Software for conversion:
17
* Adobe Acrobat
18
* LibreOffice/ OpenOffice
19
* MS Office
20
* "many more":https://lmgtfy.com/?q=convert+to+pdf%2Fa
21
22
Software for validation and conformance checking:
23
* verapdf (https://software.verapdf.org/)
24
{{collapse(How to)
25
# download and install program
26
# Single file check:
27
** Use verapdf-gui.bat which gives you a GUI
28
** Or use CLI
29
# Batch file check in folder with subfolders:
30
## Use CLI (in Windows open e.g. with windows+R then type cmd and hit enter
31
## Navigate to folder containing verapdf.bat
32
## Start verapdf with command and also write output to file for saving
33
<pre><code class="text">
34
verapdf --recurse Y:\ARCHE\staging\ThunauKamp_16335\data\Kampagne_01_1965-1984 > veraPDF_Thunau.xml
35
</code></pre>
36
37
More documentation:
38
* https://docs.verapdf.org/cli/ 
39
* https://docs.verapdf.org/cli/validation/ 
40
* https://docs.verapdf.org/cli/config/
41
}}
42
* Adobe Acrobat Preflight (https://software.verapdf.org/)
43
{{collapse(How to)
44
* Single: Preflight GUI; see https://helpx.adobe.com/acrobat/user-guide.html?topic=/acrobat/morehelp/preflight_acrobat_pro_.ug.js
45
* Batch: Create droplet; see https://helpx.adobe.com/acrobat/using/automating-document-analysis-droplets-or.html (only works for files in one folder, no subfolders)
46
}}