Skip to content

Commit

Permalink
Updates to docs site.
Browse files Browse the repository at this point in the history
  • Loading branch information
datalogics-robb committed Jul 7, 2023
1 parent 0067241 commit 58958df
Show file tree
Hide file tree
Showing 11 changed files with 581 additions and 32 deletions.
18 changes: 16 additions & 2 deletions CPlusPlus/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
<head>
</head>
<!DOCTYPE html>
<html lang="en-US">
<head>
<link rel="stylesheet" href="introStyles.css">
<link rel="icon" type="image/x-icon" href="resources/img/DLicon.png">
<meta charset="UTF-8">
</head>
<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>
<html>
<p>Datalogics Adobe PDF Library C/C++ Documentation</p>

Expand All @@ -10,4 +23,5 @@
<p><a href="../Release_Notes.html">Release Notes</a></p>

<p><a href="./Acknowledgements.html">Acknowledgements</a></p>
</body>
</html>
65 changes: 38 additions & 27 deletions Release_Notes.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
<html>
<head>
<title>APDFL 18 Release Notes</title>
</head>
<link rel="stylesheet" href="introStyles.css">
<link rel="icon" type="image/x-icon" href="../resources/img/DLicon.png">
<meta charset="UTF-8">
</head>
<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>
<div class="post-wrap">
<div class="container">
Expand Down Expand Up @@ -30,45 +40,46 @@ <h1>Release Notes, Adobe PDF Library v18</h1>
</ul>
<p>&nbsp;</p>
<p><strong>APDFL v18.0.4PlusP1z</strong> (June 8, 2023)</p>
<p class="x_xxxxmsonormal">New Features:</p>
<p>New Features:</p>
<ul type="disc">
<li class="x_xxxxmsonormal">Removes the Java Documentation from the installer, it can now be found on the website: <a href="https://dev.datalogics.com/apdfl/Documentation/Java/Overview/index.html" target="_blank" rel="noopener noreferrer" data-auth="NotApplicable" data-linkindex="1">https://dev.datalogics.com/apdfl/Documentation/Java/Overview/index.html</a></li>
<li class="x_xxxxmsonormal">Removes the .NET Framework Documentation from the installer, it can now be found on the website: <a href="https://dev.datalogics.com/apdfl/Documentation/DotNETFramework/Overview/index.html" target="_blank" rel="noopener noreferrer" data-auth="NotApplicable" data-linkindex="2">https://dev.datalogics.com/apdfl/Documentation/DotNETFramework/Overview/index.html</a></li>
<li class="x_xxxxmsonormal">Removes the .NET Documentation from the installer, it can now be found on the website: <a href="https://dev.datalogics.com/apdfl/Documentation/DotNET/Overview/index.html" target="_blank" rel="noopener noreferrer" data-auth="NotApplicable" data-linkindex="3">https://dev.datalogics.com/apdfl/Documentation/DotNET/Overview/index.html</a></li>
<li class="x_xxxxmsonormal">Removes the APDFL18_API_Reference.pdf from the release package.</li>
<li class="x_xxxxmsonormal">Removes outdated documentation files PDF_Library_Overview.docx and PDF_Library_Overview.pdf from the installers.</li>
<li class="x_xxxxmsonormal">Removes the Working_with_DotNET_6.pdf document in favor of enhanced .NET html documentation.</li>
<li class="x_xxxxmsonormal">Removes the .NET Samples from the installers, samples for these interfaces should be obtained from <a href="https://github.com/datalogics/apdfl-csharp-dotnet-samples" target="_blank" rel="noopener noreferrer" data-auth="NotApplicable" data-linkindex="4">https://github.com/datalogics/apdfl-csharp-dotnet-samples</a></li>
<li class="x_xxxxmsonormal">Removes the .NET Framework Samples from the installers, samples for these interfaces should be obtained from <a href="https://github.com/datalogics/apdfl-csharp-dotnet-framework-samples" target="_blank" rel="noopener noreferrer" data-auth="NotApplicable" data-linkindex="5">https://github.com/datalogics/apdfl-csharp-dotnet-framework-samples</a></li>
<li class="x_xxxxmsonormal">Removes the Java Samples from the installers, samples for these interfaces should be obtained from <a href="https://github.com/datalogics/apdfl-java-maven-samples" target="_blank" rel="noopener noreferrer" data-auth="NotApplicable" data-linkindex="6">https://github.com/datalogics/apdfl-java-maven-samples</a></li>
<li class="x_xxxxmsonormal">JAR files are updated to be consistent across all platforms, allowing cross-platform development and reducing crashes.</li>
<li class="x_xxxxmsonormal">With this release, the Nuget package version has been increased to 18.20.0.</li>
<li class="x_xxxxmsonormal">With this release, the Maven package version has been increased to 18.20.0.</li>
<li>Removes the Java Documentation from the installer, it can now be found on the website: <a href="https://docs.datalogics.com/Java/index.html" target="_blank" rel="noopener noreferrer" data-auth="NotApplicable" data-linkindex="1">https://dev.datalogics.com/apdfl/Documentation/Java/Overview/index.html</a></li>
<li>Removes the .NET Framework Documentation from the installer, it can now be found on the website: <a href="https://docs.datalogics.com/DotNetFramework/index.html" target="_blank" rel="noopener noreferrer" data-auth="NotApplicable" data-linkindex="2">https://dev.datalogics.com/apdfl/Documentation/DotNETFramework/Overview/index.html</a></li>
<li>Removes the .NET Documentation from the installer, it can now be found on the website: <a href="https://docs.datalogics.com/DotNet/index.html" target="_blank" rel="noopener noreferrer" data-auth="NotApplicable" data-linkindex="3">https://dev.datalogics.com/apdfl/Documentation/DotNET/Overview/index.html</a></li>
<li>Removes the APDFL18_API_Reference.pdf from the release package.</li>
<li>Removes outdated documentation files PDF_Library_Overview.docx and PDF_Library_Overview.pdf from the installers.</li>
<li>Removes the Working_with_DotNET_6.pdf document in favor of enhanced .NET html documentation.</li>
<li>Removes the .NET Samples from the installers, samples for these interfaces should be obtained from <a href="https://github.com/datalogics/apdfl-csharp-dotnet-samples" target="_blank" rel="noopener noreferrer" data-auth="NotApplicable" data-linkindex="4">https://github.com/datalogics/apdfl-csharp-dotnet-samples</a></li>
<li>Removes the .NET Framework Samples from the installers, samples for these interfaces should be obtained from <a href="https://github.com/datalogics/apdfl-csharp-dotnet-framework-samples" target="_blank" rel="noopener noreferrer" data-auth="NotApplicable" data-linkindex="5">https://github.com/datalogics/apdfl-csharp-dotnet-framework-samples</a></li>
<li>Removes the Java Samples from the installers, samples for these interfaces should be obtained from <a href="https://github.com/datalogics/apdfl-java-maven-samples" target="_blank" rel="noopener noreferrer" data-auth="NotApplicable" data-linkindex="6">https://github.com/datalogics/apdfl-java-maven-samples</a></li>
<li>Incorporate new Foxit Conversion SDK into APDFL 18.</li>
<li>JAR files are updated to be consistent across all platforms, allowing cross-platform development and reducing crashes.</li>
<li>With this release, the Nuget package version has been increased to 18.20.0.</li>
<li>With this release, the Maven package version has been increased to 18.20.0.</li>
</ul>
<p class="x_xxxxmsonormal">Problem Corrections:</p>
<p>Problem Corrections:</p>
<ul type="disc">
<li class="x_MsoListParagraph">SF#45461 - Corrects an issue where Color Conversion could result in hidden content when a matrix contained very large values.</li>
<li class="x_MsoListParagraph">SF#45471 - Corrects an issue where a Form/BBox with very large values could be ignored during Rendering caused content to be missing in the output.</li>
</ul>
<p>&nbsp;</p>
<p><strong>APDFL v18.0.4PlusP1y</strong> (May 9, 2023)</p>
<p class="x_xxxxmsonormal"><strong>New Features:</strong></p>
<p><strong>New Features:</strong></p>
<ul type="disc">
<li class="x_xxxxmsonormal">Adds new ConvertToOffice functionality:
<li>Adds new ConvertToOffice functionality:
<ul type="disc">
<li class="x_xxxxmsonormal">Adds DocumentConversion sample ConvertToOffice to the C/C++ SDK, Windows only</li>
<li class="x_xxxxmsonormal">Adds ConvertPDFToWord(), ConvertPDFToExcel(), and ConvertPDFToPowerPoint() functions to support PDF to Office conversion on Windows</li>
<li class="x_xxxxmsonormal">Adds ConvertToWord(), ConvertToExcel(), ConvertToPowerPoint() static methods to the Document class of the .NET and Java interfaces, on Windows only</li>
<li class="x_xxxxmsonormal">Adds a new DocumentConversion sample ConvertToOffice</li>
<li>Adds DocumentConversion sample ConvertToOffice to the C/C++ SDK, Windows only</li>
<li>Adds ConvertPDFToWord(), ConvertPDFToExcel(), and ConvertPDFToPowerPoint() functions to support PDF to Office conversion on Windows</li>
<li>Adds ConvertToWord(), ConvertToExcel(), ConvertToPowerPoint() static methods to the Document class of the .NET and Java interfaces, on Windows only</li>
<li>Adds a new DocumentConversion sample ConvertToOffice</li>
</ul>
</li>
<li class="x_xxxxmsonormal">Updates open source jpeg library to version 9e</li>
<li class="x_xxxxmsonormal">Updates open source libpng library to version 1.6.39</li>
<li class="x_xxxxmsonormal">Updates open source tiff library to version 4.5.0</li>
<li class="x_xxxxmsonormal">SF#45633 - Adds a new page insertion flag PDInsertStructureElementsEvenIfKidsNotUsedOnPage to the C/C++ interface to permit merging Structure Elements which normally would be excluded unless the PDInsertAll flag was used in its place</li>
<li class="x_xxxxmsonormal">With this release, the Nuget package version has been increased to 18.18.1</li>
<li>Updates open source jpeg library to version 9e</li>
<li>Updates open source libpng library to version 1.6.39</li>
<li>Updates open source tiff library to version 4.5.0</li>
<li>SF#45633 - Adds a new page insertion flag PDInsertStructureElementsEvenIfKidsNotUsedOnPage to the C/C++ interface to permit merging Structure Elements which normally would be excluded unless the PDInsertAll flag was used in its place</li>
<li>With this release, the Nuget package version has been increased to 18.18.1</li>
</ul>
<p class="x_xxxxmsonormal"><strong>Problem Corrections:</strong></p>
<p><strong>Problem Corrections:</strong></p>
<ul type="disc">
<li class="x_MsoListParagraph">SF#45460 - Corrects an issue in which color could be rendered incorrectly when specifying a RenderIntent of AbsoluteColorimetric while rendering a document</li>
<li class="x_MsoListParagraph">SF#45616 - Corrects a performance issue that could occur for some documents during Color Conversion when a significantly sized ICC profile was used</li>
Expand Down
16 changes: 13 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<html lang="en-US", xmlns="http://www.w3.org/1999/xhtml">
<head>
</head>
<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>
<div>
<h1>APDFL Documentation</h1>
<h1>APDFL 18 Documentation</h1>
<ul>
<li><h3><a href="CPlusPlus/Release_notes.html">Release Notes</a></h3></li>
<li><h3><a href="CPlusPlus/index.html">C++</a></h3></li>
<li><h3><a href="DotNet/index.html">.NET</a></h3></li>
<li><h3><a href="DotNetFramework/index.html">.NET Framework</a></h3></li>
Expand All @@ -20,4 +30,4 @@ <h3><a href="Release_Notes.html">Release Notes</a></h3>
</tr>
</table>
</body>
</html>
</html>
77 changes: 77 additions & 0 deletions introStyles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@

td {
padding: 1pt;
vertical-align:center;
padding-left: 5pt;
}
th {
text-align: center;
}
h1 {
position: fixed;
top: 0pt;

color: #ffffff;
width: 100%;
height: 66px;
z-index: 1;
display: flex;
margin-top: 0pt;
padding-left: 6pt;
align-items: center;}
h2 {
border-bottom: thick double #32a1ce;
background-color: #ffffff;
}
h3 {
margin-left: 6pt;
border-bottom: solid #b0c4de;
font-size: 12pt;
font-family: "filson-pro", sans-serif;
font-weight: 700;
}
dt {
margin-left: 10pt;
}
li {
margin-left: 20pt;
}
body {
font-family: "venn", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 11pt;
}
h1, h2{
font-family: "filson-pro",
sans-serif; font-weight: 700;
font-style: normal;
}
tr {
font-family: "venn", sans-serif;
font-weight: 400;
font-size: 11pt;
}
section {
margin: 18pt;
margin-right: 4pt;
background-color: #fefaf3;
}
tr td:first-child {
font-family: "venn", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 12pt;
}
tr:nth-child(even) {
background-color: #fefaf3;
}
tr:nth-child(odd) {
background-color: #fcecce;
}
table {
border: solid #f9d186 1px;
}
p {
margin-left: 9pt;
}
59 changes: 59 additions & 0 deletions resources/css/coverStyles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@

tr:nth-child(even) {
background-color: #fefaf3;
}
tr:nth-child(odd) {
background-color: #fcecce;
}
td {
padding-left: 5pt;
}
#logo {
height: 66px;
border-bottom: 1px solid black;
padding-bottom: 5px;
width: auto;
background: #ffffff;
position: fixed;
z-index: 1;
top: 0px;
left: 0px;
transition: all 0.2s ease-in;
}
#logo:hover{
background-color: #f2a20c3;
color: #0510261;
box-shadow: 0 0 3px #f2a20c3;
}
.objDoc {
display: flex;
flex-direction: column;
margin-left: 310px;
}
form {
display: flex;
justify-content: center;
border-bottom: 1px solid black;
padding-bottom: 5px;
background-image: linear-gradient(to right, rgba(187,212,240,0), rgba(12,112,242,1));
}
#search-data {
font-size: 20pt;
border-radius: 10pt;
margin-top: 10pt;
}
#search-index {
font-size: 15pt;
display: flex;
flex-direction: column;
}
.verSelectv{
position: fixed;
z-index: 2;
top: 35px;
left: 0px;
}
#ver{
height: 45px;
border-width: 0px;
}
Loading

0 comments on commit 58958df

Please sign in to comment.