-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathindex.html
59 lines (59 loc) · 2.67 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=https://pdf.metadata.care/">
<link rel="canonical" href="https://pdf.metadata.care/" />
<meta name="keywords" content="pdf, metadata, editor, edit, pdf-metadata-editor, pdfmetadataeditor, keywords, xmp, xmpbasic, xmppdf, xmpdublincore">
<meta name="description" content="PDF Metadata Editor">
<meta name="author" content="Zaro">
<title>PDF Metadata Editor</title>
</head>
<body>
<p style="font-size:26pt;">This page has moved. If you are not automatically redirected you can click here:
<a href="https://pdf.metadata.care/">https://pdf.metadata.care/</a>
</p>
<br>
<br>
<br>
<br>
<br>
<hr>
<h1> PDF Metadata Editor</h1>
<h2> What is this? </h2>
<p> <b>PDF Metadata Editor</b> is a simple tool you can use to edit the metadata (Author, Keywors, etc.) of a PDF document.</p>
<p> It is written in Java so you need a to have Java installed in order to run it. </p>
<h2> Download </h2>
<strike>
<p>You can use Java Web Start to use it directly from your browser:</p>
<p><a href="pdf-metadata-edit.jnlp">Start Editor</a>
</strike>
<p>Or you can download it as zip archive :</p>
<p><a href="https://pdf.metadata.care/">Download</a>
<strike>
<p>
Use the provided pdf-metadata-edit(.bat) script to run it, or double click the pdf-metadata-edit.jar direcly if your system is configured to handle jar files properly.
</p>
<p>
In windows you can use the provided register-context-menu.bat to add right click menu entry, for all pdf files in Explorer.
</p>
</strike>
<h2> Screenshot </h2>
<img src="screenshot.png">
<h2> Source code </h2>
<p> <a href="https://github.com/zaro/pdf-metadata-editor"> Is avaialble on GitHub</a> </p>
<h2> Contact </h2>
<p> If you have suggestions, found bugs or just want to share some idea about it my mail is: zarrro [AT] gmail.com </p>
<p> If you like this little tool and find it helpful, you can also buy me a fresh coconut :) </p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="business" value="zarrro@gmail.com">
<input type="hidden" name="lc" value="BG">
<input type="hidden" name="item_name" value="Fresh coconut :)">
<input type="hidden" name="currency_code" value="EUR">
<input type="hidden" name="bn" value="PP-DonationsBF:btn_donate_LG.gif:NonHosted">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</body>
</html>