Skip to content

Commit

Permalink
v7.06.9 RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
edragoev1 committed Apr 24, 2023
1 parent 81d6b32 commit 0fdf350
Show file tree
Hide file tree
Showing 186 changed files with 726 additions and 651 deletions.
10 changes: 5 additions & 5 deletions Sources/PDFjet/PDF.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ public class PDF {
private var author: String = ""
private var subject: String = ""
private var keywords: String = ""
private var producer = "PDFjet v7.06.8"
private var creator = "PDFjet v7.06.8"
private var producer = "PDFjet v7.06.9"
private var creator: String?
private var createDate: String?
private var creationDate: String?
private var byteCount = 0
Expand Down Expand Up @@ -116,9 +116,9 @@ public class PDF {
self.os = os
self.compliance = compliance
self.uuid = Salsa20().getID()
self.creator = self.producer

let date = Date()

let dateFormatter1 = DateFormatter()
dateFormatter1.dateFormat = "yyyy-MM-dd'T'hh:mm:ss"
self.createDate = dateFormatter1.string(from: date)
Expand Down Expand Up @@ -228,7 +228,7 @@ public class PDF {
sb.append("</rdf:li></rdf:Alt></dc:description>\n");

sb.append(" <xmp:CreatorTool>");
sb.append(creator);
sb.append(creator!);
sb.append("</xmp:CreatorTool>\n");

sb.append(" <xmp:CreateDate>");
Expand Down Expand Up @@ -425,7 +425,7 @@ public class PDF {
append(producer)
append(")\n")
append("/Creator (")
append(creator)
append(creator!)
append(")\n")
append("/CreationDate (D:")
append(self.creationDate!)
Expand Down
2 changes: 1 addition & 1 deletion com/pdfjet/PDF.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public class PDF {
private String author = "";
private String subject = "";
private String keywords = "";
private String producer = "PDFjet v7.06.8";
private String producer = "PDFjet v7.06.9";
private String creator = producer;
private String createDate; // XMP metadata
private String creationDate; // PDF Info Object
Expand Down
4 changes: 2 additions & 2 deletions docs/_net/allclasses-index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Fri Apr 14 22:52:34 EDT 2023 -->
<!-- Generated by javadoc (17) on Sun Apr 23 22:47:31 EDT 2023 -->
<title>All Classes and Interfaces</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2023-04-14">
<meta name="dc.created" content="2023-04-23">
<meta name="description" content="class index">
<meta name="generator" content="javadoc/AllClassesIndexWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down
4 changes: 2 additions & 2 deletions docs/_net/allpackages-index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Fri Apr 14 22:52:34 EDT 2023 -->
<!-- Generated by javadoc (17) on Sun Apr 23 22:47:31 EDT 2023 -->
<title>All Packages</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2023-04-14">
<meta name="dc.created" content="2023-04-23">
<meta name="description" content="package index">
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down
22 changes: 14 additions & 8 deletions docs/_net/constant-values.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Fri Apr 14 22:52:34 EDT 2023 -->
<!-- Generated by javadoc (17) on Sun Apr 23 22:47:31 EDT 2023 -->
<title>Constant Field Values</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2023-04-14">
<meta name="dc.created" content="2023-04-23">
<meta name="description" content="summary of constants">
<meta name="generator" content="javadoc/ConstantsSummaryWriterImpl">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down Expand Up @@ -117,12 +117,18 @@ <h2 title="PDFjet.NET">PDFjet.NET.*</h2>
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Constant Field</div>
<div class="table-header col-last">Value</div>
<div class="col-first even-row-color"><code id="PDFjet.NET.Border.BOTTOM">public&nbsp;static&nbsp;final&nbsp;int</code></div>
<div class="col-second even-row-color"><code><a href="net/pdfjet/Border.html#BOTTOM">BOTTOM</a></code></div>
<div class="col-last even-row-color"><code>131072</code></div>
<div class="col-first odd-row-color"><code id="PDFjet.NET.Border.LEFT">public&nbsp;static&nbsp;final&nbsp;int</code></div>
<div class="col-second odd-row-color"><code><a href="net/pdfjet/Border.html#LEFT">LEFT</a></code></div>
<div class="col-last odd-row-color"><code>262144</code></div>
<div class="col-first even-row-color"><code id="PDFjet.NET.Border.ALL">public&nbsp;static&nbsp;final&nbsp;int</code></div>
<div class="col-second even-row-color"><code><a href="net/pdfjet/Border.html#ALL">ALL</a></code></div>
<div class="col-last even-row-color"><code>983040</code></div>
<div class="col-first odd-row-color"><code id="PDFjet.NET.Border.BOTTOM">public&nbsp;static&nbsp;final&nbsp;int</code></div>
<div class="col-second odd-row-color"><code><a href="net/pdfjet/Border.html#BOTTOM">BOTTOM</a></code></div>
<div class="col-last odd-row-color"><code>131072</code></div>
<div class="col-first even-row-color"><code id="PDFjet.NET.Border.LEFT">public&nbsp;static&nbsp;final&nbsp;int</code></div>
<div class="col-second even-row-color"><code><a href="net/pdfjet/Border.html#LEFT">LEFT</a></code></div>
<div class="col-last even-row-color"><code>262144</code></div>
<div class="col-first odd-row-color"><code id="PDFjet.NET.Border.NONE">public&nbsp;static&nbsp;final&nbsp;int</code></div>
<div class="col-second odd-row-color"><code><a href="net/pdfjet/Border.html#NONE">NONE</a></code></div>
<div class="col-last odd-row-color"><code>0</code></div>
<div class="col-first even-row-color"><code id="PDFjet.NET.Border.RIGHT">public&nbsp;static&nbsp;final&nbsp;int</code></div>
<div class="col-second even-row-color"><code><a href="net/pdfjet/Border.html#RIGHT">RIGHT</a></code></div>
<div class="col-last even-row-color"><code>524288</code></div>
Expand Down
8 changes: 6 additions & 2 deletions docs/_net/deprecated-list.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Fri Apr 14 22:52:34 EDT 2023 -->
<!-- Generated by javadoc (17) on Sun Apr 23 22:47:31 EDT 2023 -->
<title>Deprecated List</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2023-04-14">
<meta name="dc.created" content="2023-04-23">
<meta name="description" content="deprecated elements">
<meta name="generator" content="javadoc/DeprecatedListWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down Expand Up @@ -61,6 +61,10 @@ <h2 title="Contents">Contents</h2>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-summary-item-name even-row-color"><a href="net/pdfjet/Table.html#GetNumberOfPages(PDFjet.NET.Page)">PDFjet.NET.Table.GetNumberOfPages<wbr>(Page)</a></div>
<div class="col-last even-row-color"></div>
<div class="col-summary-item-name odd-row-color"><a href="net/pdfjet/Table.html#GetRowsRendered()">PDFjet.NET.Table.GetRowsRendered()</a></div>
<div class="col-last odd-row-color"></div>
<div class="col-summary-item-name even-row-color"><a href="net/pdfjet/Table.html#WrapAroundCellText2()">PDFjet.NET.Table.WrapAroundCellText2()</a></div>
<div class="col-last even-row-color"></div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/_net/help-doc.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Fri Apr 14 22:52:34 EDT 2023 -->
<!-- Generated by javadoc (17) on Sun Apr 23 22:47:31 EDT 2023 -->
<title>API Help</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2023-04-14">
<meta name="dc.created" content="2023-04-23">
<meta name="description" content="help">
<meta name="generator" content="javadoc/HelpWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down
38 changes: 20 additions & 18 deletions docs/_net/index-all.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Fri Apr 14 22:52:34 EDT 2023 -->
<!-- Generated by javadoc (17) on Sun Apr 23 22:47:31 EDT 2023 -->
<title>Index</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2023-04-14">
<meta name="dc.created" content="2023-04-23">
<meta name="description" content="index">
<meta name="generator" content="javadoc/IndexWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down Expand Up @@ -169,6 +169,8 @@ <h2 class="title" id="I:A">A</h2>
</dd>
<dt><a href="net/pdfjet/Align.html#%3Cinit%3E()" class="member-name-link">Align()</a> - Constructor for class PDFjet.NET.<a href="net/pdfjet/Align.html" title="class in PDFjet.NET">Align</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/pdfjet/Border.html#ALL" class="member-name-link">ALL</a> - Static variable in class PDFjet.NET.<a href="net/pdfjet/Border.html" title="class in PDFjet.NET">Border</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/pdfjet/StructElem.html#ANNOT" class="member-name-link">ANNOT</a> - Static variable in class PDFjet.NET.<a href="net/pdfjet/StructElem.html" title="class in PDFjet.NET">StructElem</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/pdfjet/Color.html#antiquewhite" class="member-name-link">antiquewhite</a> - Static variable in class PDFjet.NET.<a href="net/pdfjet/Color.html" title="class in PDFjet.NET">Color</a></dt>
Expand Down Expand Up @@ -955,8 +957,6 @@ <h2 class="title" id="I:F">F</h2>
<dd>
<div class="block">The color named "firebrick"</div>
</dd>
<dt><a href="net/pdfjet/Token.html#first" class="member-name-link">first</a> - Static variable in class PDFjet.NET.<a href="net/pdfjet/Token.html" title="class in PDFjet.NET">Token</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/pdfjet/Table.html#fitToPage(float%5B%5D)" class="member-name-link">fitToPage(float[])</a> - Method in class PDFjet.NET.<a href="net/pdfjet/Table.html" title="class in PDFjet.NET">Table</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/pdfjet/Image.html#FlipUpsideDown(boolean)" class="member-name-link">FlipUpsideDown(boolean)</a> - Method in class PDFjet.NET.<a href="net/pdfjet/Image.html" title="class in PDFjet.NET">Image</a></dt>
Expand Down Expand Up @@ -1076,7 +1076,7 @@ <h2 class="title" id="I:G">G</h2>
</dd>
<dt><a href="net/pdfjet/TextBox.html#GetBorder(int)" class="member-name-link">GetBorder(int)</a> - Method in class PDFjet.NET.<a href="net/pdfjet/TextBox.html" title="class in PDFjet.NET">TextBox</a></dt>
<dd>
<div class="block">Returns the text box border.</div>
<div class="block">Returns the text box specific border value.</div>
</dd>
<dt><a href="net/pdfjet/Cell.html#GetBrushColor()" class="member-name-link">GetBrushColor()</a> - Method in class PDFjet.NET.<a href="net/pdfjet/Cell.html" title="class in PDFjet.NET">Cell</a></dt>
<dd>
Expand Down Expand Up @@ -1323,7 +1323,7 @@ <h2 class="title" id="I:G">G</h2>
<dd>&nbsp;</dd>
<dt><a href="net/pdfjet/Table.html#GetNumberOfPages(PDFjet.NET.Page)" class="member-name-link">GetNumberOfPages(Page)</a> - Method in class PDFjet.NET.<a href="net/pdfjet/Table.html" title="class in PDFjet.NET">Table</a></dt>
<dd>
<div class="block">Returns the total number of pages that are required to draw this table on.</div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</dd>
<dt><a href="net/pdfjet/CompositeTextLine.html#GetNumberOfTextLines()" class="member-name-link">GetNumberOfTextLines()</a> - Method in class PDFjet.NET.<a href="net/pdfjet/CompositeTextLine.html" title="class in PDFjet.NET">CompositeTextLine</a></dt>
<dd>
Expand Down Expand Up @@ -1375,7 +1375,7 @@ <h2 class="title" id="I:G">G</h2>
<dd>&nbsp;</dd>
<dt><a href="net/pdfjet/Table.html#GetRowsRendered()" class="member-name-link">GetRowsRendered()</a> - Method in class PDFjet.NET.<a href="net/pdfjet/Table.html" title="class in PDFjet.NET">Table</a></dt>
<dd>
<div class="block">Returns the number of data rows that have been rendered so far.</div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</dd>
<dt><a href="net/pdfjet/Point.html#GetShape()" class="member-name-link">GetShape()</a> - Method in class PDFjet.NET.<a href="net/pdfjet/Point.html" title="class in PDFjet.NET">Point</a></dt>
<dd>
Expand Down Expand Up @@ -1414,7 +1414,9 @@ <h2 class="title" id="I:G">G</h2>
<div class="block">Returns the strikeout flag.</div>
</dd>
<dt><a href="net/pdfjet/TextLine.html#getStringWidth(String)" class="member-name-link">getStringWidth(String)</a> - Method in class PDFjet.NET.<a href="net/pdfjet/TextLine.html" title="class in PDFjet.NET">TextLine</a></dt>
<dd>&nbsp;</dd>
<dd>
<div class="block">Returns the string width of the specified string.</div>
</dd>
<dt><a href="net/pdfjet/CompositeTextLine.html#GetSubscriptFactor()" class="member-name-link">GetSubscriptFactor()</a> - Method in class PDFjet.NET.<a href="net/pdfjet/CompositeTextLine.html" title="class in PDFjet.NET">CompositeTextLine</a></dt>
<dd>
<div class="block">Gets the subscript factor for this text line.</div>
Expand Down Expand Up @@ -1764,8 +1766,6 @@ <h2 class="title" id="I:L">L</h2>
</dd>
<dt><a href="net/pdfjet/Tabloid.html#LANDSCAPE" class="member-name-link">LANDSCAPE</a> - Static variable in class PDFjet.NET.<a href="net/pdfjet/Tabloid.html" title="class in PDFjet.NET">Tabloid</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/pdfjet/Token.html#last" class="member-name-link">last</a> - Static variable in class PDFjet.NET.<a href="net/pdfjet/Token.html" title="class in PDFjet.NET">Token</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/pdfjet/Color.html#lavender" class="member-name-link">lavender</a> - Static variable in class PDFjet.NET.<a href="net/pdfjet/Color.html" title="class in PDFjet.NET">Color</a></dt>
<dd>
<div class="block">The color named "lavender"</div>
Expand Down Expand Up @@ -2038,6 +2038,8 @@ <h2 class="title" id="I:N">N</h2>
<dd>&nbsp;</dd>
<dt><a href="net/pdfjet/Color.html#none" class="member-name-link">none</a> - Static variable in class PDFjet.NET.<a href="net/pdfjet/Color.html" title="class in PDFjet.NET">Color</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/pdfjet/Border.html#NONE" class="member-name-link">NONE</a> - Static variable in class PDFjet.NET.<a href="net/pdfjet/Border.html" title="class in PDFjet.NET">Border</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/pdfjet/Effect.html#NORMAL" class="member-name-link">NORMAL</a> - Static variable in class PDFjet.NET.<a href="net/pdfjet/Effect.html" title="class in PDFjet.NET">Effect</a></dt>
<dd>&nbsp;</dd>
</dl>
Expand Down Expand Up @@ -2670,13 +2672,19 @@ <h2 class="title" id="I:S">S</h2>
<dd>&nbsp;</dd>
<dt><a href="net/pdfjet/Text.html#SetBorder(boolean)" class="member-name-link">SetBorder(boolean)</a> - Method in class PDFjet.NET.<a href="net/pdfjet/Text.html" title="class in PDFjet.NET">Text</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/pdfjet/TextFrame.html#SetBorder(boolean)" class="member-name-link">SetBorder(boolean)</a> - Method in class PDFjet.NET.<a href="net/pdfjet/TextFrame.html" title="class in PDFjet.NET">TextFrame</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/pdfjet/TextBox.html#SetBorder(int)" class="member-name-link">SetBorder(int)</a> - Method in class PDFjet.NET.<a href="net/pdfjet/TextBox.html" title="class in PDFjet.NET">TextBox</a></dt>
<dd>
<div class="block">Sets the TextBox border properties.</div>
</dd>
<dt><a href="net/pdfjet/Cell.html#SetBorder(int,boolean)" class="member-name-link">SetBorder(int, boolean)</a> - Method in class PDFjet.NET.<a href="net/pdfjet/Cell.html" title="class in PDFjet.NET">Cell</a></dt>
<dd>
<div class="block">Sets the cell border object.</div>
</dd>
<dt><a href="net/pdfjet/TextBox.html#SetBorder(int,boolean)" class="member-name-link">SetBorder(int, boolean)</a> - Method in class PDFjet.NET.<a href="net/pdfjet/TextBox.html" title="class in PDFjet.NET">TextBox</a></dt>
<dt><a href="net/pdfjet/TextBox.html#SetBorders(boolean)" class="member-name-link">SetBorders(boolean)</a> - Method in class PDFjet.NET.<a href="net/pdfjet/TextBox.html" title="class in PDFjet.NET">TextBox</a></dt>
<dd>
<div class="block">Sets the TextBox border object.</div>
<div class="block">Sets the TextBox borders on and off.</div>
</dd>
<dt><a href="net/pdfjet/Table.html#SetBottomMargin(double)" class="member-name-link">SetBottomMargin(double)</a> - Method in class PDFjet.NET.<a href="net/pdfjet/Table.html" title="class in PDFjet.NET">Table</a></dt>
<dd>
Expand Down Expand Up @@ -2842,8 +2850,6 @@ <h2 class="title" id="I:S">S</h2>
</dd>
<dt><a href="net/pdfjet/TextBlock.html#setDrawBorder(boolean)" class="member-name-link">setDrawBorder(boolean)</a> - Method in class PDFjet.NET.<a href="net/pdfjet/TextBlock.html" title="class in PDFjet.NET">TextBlock</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/pdfjet/TextFrame.html#setDrawBorder(boolean)" class="member-name-link">setDrawBorder(boolean)</a> - Method in class PDFjet.NET.<a href="net/pdfjet/TextFrame.html" title="class in PDFjet.NET">TextFrame</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/pdfjet/Point.html#setDrawPath()" class="member-name-link">setDrawPath()</a> - Method in class PDFjet.NET.<a href="net/pdfjet/Point.html" title="class in PDFjet.NET">Point</a></dt>
<dd>
<div class="block">Sets this point as the start of a path that will be drawn on the chart.</div>
Expand Down Expand Up @@ -3314,10 +3320,6 @@ <h2 class="title" id="I:S">S</h2>
<dd>
<div class="block">Sets all border object parameters to false.</div>
</dd>
<dt><a href="net/pdfjet/TextBox.html#SetNoBorders()" class="member-name-link">SetNoBorders()</a> - Method in class PDFjet.NET.<a href="net/pdfjet/TextBox.html" title="class in PDFjet.NET">TextBox</a></dt>
<dd>
<div class="block">Sets all borders to be invisible.</div>
</dd>
<dt><a href="net/pdfjet/Table.html#SetNoCellBorders()" class="member-name-link">SetNoCellBorders()</a> - Method in class PDFjet.NET.<a href="net/pdfjet/Table.html" title="class in PDFjet.NET">Table</a></dt>
<dd>
<div class="block">Sets all table cells borders to <strong>false</strong>.</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/_net/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Fri Apr 14 22:52:34 EDT 2023 -->
<!-- Generated by javadoc (17) on Sun Apr 23 22:47:31 EDT 2023 -->
<title>Generated Documentation (Untitled)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2023-04-14">
<meta name="dc.created" content="2023-04-23">
<meta name="description" content="index redirect">
<meta name="generator" content="javadoc/IndexRedirectWriter">
<link rel="canonical" href="net/pdfjet/package-summary.html">
Expand Down
2 changes: 1 addition & 1 deletion docs/_net/member-search-index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/_net/net/pdfjet/A3.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Fri Apr 14 22:52:34 EDT 2023 -->
<!-- Generated by javadoc (17) on Sun Apr 23 22:47:31 EDT 2023 -->
<title>A3</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2023-04-14">
<meta name="dc.created" content="2023-04-23">
<meta name="description" content="declaration: package: PDFjet.NET, class: A3">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
Expand Down
4 changes: 2 additions & 2 deletions docs/_net/net/pdfjet/A4.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Fri Apr 14 22:52:34 EDT 2023 -->
<!-- Generated by javadoc (17) on Sun Apr 23 22:47:31 EDT 2023 -->
<title>A4</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2023-04-14">
<meta name="dc.created" content="2023-04-23">
<meta name="description" content="declaration: package: PDFjet.NET, class: A4">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
Expand Down
Loading

0 comments on commit 0fdf350

Please sign in to comment.