forked from datalogics/datalogics.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (45 loc) · 1.92 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-US", xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>Datalogics Product Documentation</title>
<link rel="shortcut icon" href="Datalogics.ico" type="image/x-icon">
<link href="dle.css" rel="stylesheet" type="text/css" />
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-L4MQFNK7VK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-L4MQFNK7VK');
</script>
<body>
<h1>Datalogics Product Documentation</h1>
<h2>Software Development Tools</h2>
<p>The products below are SDKs for software developers with interfaces for C/C++, JVM languages and .NET/.NET Framework</p>
<ul>
<li><h3><a href="apdfl18/index.html">Adobe PDF Library 18</a></h3></li>
<li><h3><a href="PDFConverter/index.html">Adobe PDF Converter 3.2</a></h3></li>
<li><h3><a href="FormsExtension/index.html">Adobe PDF Forms Extension</a></h3></li>
<li><h3><a href="PDF2IMG/index.html">PDF2IMG C SDK</a></h3></li>
</ul>
<p> </p>
<h2>Command-line Tools</h2>
<ul>
<li><h3><a href="PDF2IMG/index.html">PDF2IMG</a></h3></li>
<li><h3><a href="PDFChecker/index.html">PDF Checker</a></h3></li>
<li><h3><a href="PDFOptimizer/index.html">PDF Optimizer</a></h3></li>
<li><h3><a href="FormsFlattener/index.html">PDF Forms Flattener</a></h3></li>
<li><h3><a href="FLIP2PDF/index.html">Flip2PDF</a></h3></li>
<li><h3><a href="PDF2PRINT/index.html">PDF2PRINT</a></h3></li>
</ul>
<table align="center">
<tr>
<td>
<a href="http://www.datalogics.com/" style="text-align:center">Datalogics</a>
</td>
</tr>
</table>
</body>
</html>