From 43bd87941da78d5c550ccf47e1ea9c7f89261d39 Mon Sep 17 00:00:00 2001 From: Sahara Yousuf Date: Fri, 29 Mar 2024 15:47:19 -0500 Subject: [PATCH 01/17] Expand workflow to build sample JARs to run in CI - Let's add steps to the GitHub Actions workflow file that will clean the target folder, retrieve the APDFL package from Maven Central, and assemble sample JAR files with the appropriate dependencies. - Let's add the maven-assembly-plugin as a dependency in the sample pom.xml files, so that the sample JAR files contain the dependencies that will allow use to run the samples in CI. --- .github/workflows/test-java-samples.yml | 9 ++++++++ Annotations/Annotations/pom.xml | 22 +++++++++++++++++++ Annotations/InkAnnotations/pom.xml | 22 +++++++++++++++++++ Annotations/LinkAnnotations/pom.xml | 22 +++++++++++++++++++ Annotations/PolyLineAnnotations/pom.xml | 22 +++++++++++++++++++ Annotations/PolygonAnnotations/pom.xml | 22 +++++++++++++++++++ ContentCreation/AddElements/pom.xml | 22 +++++++++++++++++++ ContentCreation/AddHeaderFooter/pom.xml | 22 +++++++++++++++++++ ContentCreation/Clips/pom.xml | 22 +++++++++++++++++++ ContentCreation/CreateBookmarks/pom.xml | 22 +++++++++++++++++++ ContentCreation/GradientShade/pom.xml | 22 +++++++++++++++++++ .../MakeDocWithCalGrayColorSpace/pom.xml | 22 +++++++++++++++++++ .../MakeDocWithCalRGBColorSpace/pom.xml | 22 +++++++++++++++++++ .../MakeDocWithDeviceNColorSpace/pom.xml | 22 +++++++++++++++++++ .../MakeDocWithICCBasedColorSpace/pom.xml | 22 +++++++++++++++++++ .../MakeDocWithIndexedColorSpace/pom.xml | 22 +++++++++++++++++++ .../MakeDocWithLabColorSpace/pom.xml | 22 +++++++++++++++++++ .../MakeDocWithSeparationColorSpace/pom.xml | 22 +++++++++++++++++++ ContentCreation/NameTrees/pom.xml | 22 +++++++++++++++++++ ContentCreation/NumberTrees/pom.xml | 22 +++++++++++++++++++ ContentCreation/RemoteGoToActions/pom.xml | 22 +++++++++++++++++++ ContentCreation/WriteNChannelTiff/pom.xml | 22 +++++++++++++++++++ ContentModification/Actions/pom.xml | 22 +++++++++++++++++++ ContentModification/AddCollection/pom.xml | 22 +++++++++++++++++++ ContentModification/AddQRCode/pom.xml | 22 +++++++++++++++++++ .../ChangeLayerConfiguration/pom.xml | 22 +++++++++++++++++++ ContentModification/ChangeLinkColors/pom.xml | 22 +++++++++++++++++++ ContentModification/CreateLayer/pom.xml | 22 +++++++++++++++++++ .../ExtendedGraphicStates/pom.xml | 22 +++++++++++++++++++ .../FlattenTransparency/pom.xml | 22 +++++++++++++++++++ ContentModification/LaunchActions/pom.xml | 22 +++++++++++++++++++ ContentModification/MergePDF/pom.xml | 22 +++++++++++++++++++ ContentModification/PDFObject/pom.xml | 22 +++++++++++++++++++ ContentModification/PageLabels/pom.xml | 22 +++++++++++++++++++ .../UnderlinesAndHighlights/pom.xml | 22 +++++++++++++++++++ ContentModification/Watermark/pom.xml | 22 +++++++++++++++++++ Display/DisplayPDF/pom.xml | 22 +++++++++++++++++++ Display/ImageDisplay/pom.xml | 22 +++++++++++++++++++ Display/JavaViewer/pom.xml | 22 +++++++++++++++++++ Display/PDFObjectExplorer/pom.xml | 22 +++++++++++++++++++ .../ColorConvertDocument/pom.xml | 22 +++++++++++++++++++ DocumentConversion/ConvertToOffice/pom.xml | 22 +++++++++++++++++++ DocumentConversion/CreateDocFromXPS/pom.xml | 22 +++++++++++++++++++ DocumentConversion/FacturXConverter/pom.xml | 22 +++++++++++++++++++ DocumentConversion/PDFAConverter/pom.xml | 22 +++++++++++++++++++ DocumentConversion/PDFXConverter/pom.xml | 22 +++++++++++++++++++ DocumentConversion/ZUGFeRDConverter/pom.xml | 22 +++++++++++++++++++ DocumentOptimization/PDFOptimize/pom.xml | 22 +++++++++++++++++++ Images/DocToImages/pom.xml | 22 +++++++++++++++++++ Images/DrawSeparations/pom.xml | 22 +++++++++++++++++++ Images/EPSSeparations/pom.xml | 22 +++++++++++++++++++ Images/GetSeparatedImages/pom.xml | 22 +++++++++++++++++++ Images/ImageDisplayByteArray/pom.xml | 22 +++++++++++++++++++ Images/ImageEmbedICCProfile/pom.xml | 22 +++++++++++++++++++ Images/ImageExport/pom.xml | 22 +++++++++++++++++++ Images/ImageExtraction/pom.xml | 22 +++++++++++++++++++ Images/ImageFromBufferedImage/pom.xml | 22 +++++++++++++++++++ Images/ImageFromByteArray/pom.xml | 22 +++++++++++++++++++ Images/ImageImport/pom.xml | 22 +++++++++++++++++++ Images/ImageResampling/pom.xml | 22 +++++++++++++++++++ Images/OutputPreview/pom.xml | 22 +++++++++++++++++++ Images/RasterizePage/pom.xml | 22 +++++++++++++++++++ InformationExtraction/ListBookmarks/pom.xml | 22 +++++++++++++++++++ InformationExtraction/ListFonts/pom.xml | 22 +++++++++++++++++++ InformationExtraction/ListInfo/pom.xml | 22 +++++++++++++++++++ InformationExtraction/ListLayers/pom.xml | 22 +++++++++++++++++++ InformationExtraction/ListPaths/pom.xml | 22 +++++++++++++++++++ InformationExtraction/Metadata/pom.xml | 22 +++++++++++++++++++ .../AddTextToDocument/pom.xml | 22 +++++++++++++++++++ .../AddTextToImage/pom.xml | 22 +++++++++++++++++++ Other/MemoryFileSystem/pom.xml | 22 +++++++++++++++++++ Other/StreamIO/pom.xml | 22 +++++++++++++++++++ Printing/PrintPDF/pom.xml | 22 +++++++++++++++++++ Printing/PrintPDFGUI/pom.xml | 22 +++++++++++++++++++ Security/AddRegexRedaction/pom.xml | 22 +++++++++++++++++++ Security/Redactions/pom.xml | 22 +++++++++++++++++++ Text/AddGlyphs/pom.xml | 22 +++++++++++++++++++ Text/AddUnicodeText/pom.xml | 22 +++++++++++++++++++ Text/AddVerticalText/pom.xml | 22 +++++++++++++++++++ Text/ListWords/pom.xml | 22 +++++++++++++++++++ Text/RegexExtractText/pom.xml | 22 +++++++++++++++++++ Text/RegexTextSearch/pom.xml | 22 +++++++++++++++++++ Text/TextExtract/pom.xml | 22 +++++++++++++++++++ 83 files changed, 1813 insertions(+) diff --git a/.github/workflows/test-java-samples.yml b/.github/workflows/test-java-samples.yml index ad73732..1d43926 100644 --- a/.github/workflows/test-java-samples.yml +++ b/.github/workflows/test-java-samples.yml @@ -110,3 +110,12 @@ jobs: with: java-version: ${{ env.JAVA_VERSION }} distribution: 'adopt' + - name: Clean target folder + working-directory: ${{ matrix.dir }} + run: mvn -e clean + - name: Unpack APDFL from Maven Central + working-directory: ${{ matrix.dir }} + run: mvn -e process-resources + - name: Compile and assemble sample JAR files with dependencies + working-directory: ${{ matrix.dir }} + run: mvn -e package diff --git a/Annotations/Annotations/pom.xml b/Annotations/Annotations/pom.xml index 91e7bc3..3007630 100644 --- a/Annotations/Annotations/pom.xml +++ b/Annotations/Annotations/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.Annotations + + + + jar-with-dependencies + + + diff --git a/Annotations/InkAnnotations/pom.xml b/Annotations/InkAnnotations/pom.xml index dbd018c..50ab755 100644 --- a/Annotations/InkAnnotations/pom.xml +++ b/Annotations/InkAnnotations/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.InkAnnotations + + + + jar-with-dependencies + + + diff --git a/Annotations/LinkAnnotations/pom.xml b/Annotations/LinkAnnotations/pom.xml index bb37ee1..e8dbbbc 100644 --- a/Annotations/LinkAnnotations/pom.xml +++ b/Annotations/LinkAnnotations/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.LinkAnnotations + + + + jar-with-dependencies + + + diff --git a/Annotations/PolyLineAnnotations/pom.xml b/Annotations/PolyLineAnnotations/pom.xml index fde1557..15fb6b2 100644 --- a/Annotations/PolyLineAnnotations/pom.xml +++ b/Annotations/PolyLineAnnotations/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.PolyLineAnnotations + + + + jar-with-dependencies + + + diff --git a/Annotations/PolygonAnnotations/pom.xml b/Annotations/PolygonAnnotations/pom.xml index 3afa7f2..91ceeb2 100644 --- a/Annotations/PolygonAnnotations/pom.xml +++ b/Annotations/PolygonAnnotations/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.PolygonAnnotations + + + + jar-with-dependencies + + + diff --git a/ContentCreation/AddElements/pom.xml b/ContentCreation/AddElements/pom.xml index a86d55b..43cb933 100644 --- a/ContentCreation/AddElements/pom.xml +++ b/ContentCreation/AddElements/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.AddElements + + + + jar-with-dependencies + + + diff --git a/ContentCreation/AddHeaderFooter/pom.xml b/ContentCreation/AddHeaderFooter/pom.xml index 92780b9..917eea8 100644 --- a/ContentCreation/AddHeaderFooter/pom.xml +++ b/ContentCreation/AddHeaderFooter/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.AddHeaderFooter + + + + jar-with-dependencies + + + diff --git a/ContentCreation/Clips/pom.xml b/ContentCreation/Clips/pom.xml index c395ab4..ff06a80 100644 --- a/ContentCreation/Clips/pom.xml +++ b/ContentCreation/Clips/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.Clips + + + + jar-with-dependencies + + + diff --git a/ContentCreation/CreateBookmarks/pom.xml b/ContentCreation/CreateBookmarks/pom.xml index d9e5c99..467d861 100644 --- a/ContentCreation/CreateBookmarks/pom.xml +++ b/ContentCreation/CreateBookmarks/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.CreateBookmarks + + + + jar-with-dependencies + + + diff --git a/ContentCreation/GradientShade/pom.xml b/ContentCreation/GradientShade/pom.xml index 1bd96a6..c696126 100644 --- a/ContentCreation/GradientShade/pom.xml +++ b/ContentCreation/GradientShade/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.GradientShade + + + + jar-with-dependencies + + + diff --git a/ContentCreation/MakeDocWithCalGrayColorSpace/pom.xml b/ContentCreation/MakeDocWithCalGrayColorSpace/pom.xml index 43ada9f..753b016 100644 --- a/ContentCreation/MakeDocWithCalGrayColorSpace/pom.xml +++ b/ContentCreation/MakeDocWithCalGrayColorSpace/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.MakeDocWithCalGrayColorSpace + + + + jar-with-dependencies + + + diff --git a/ContentCreation/MakeDocWithCalRGBColorSpace/pom.xml b/ContentCreation/MakeDocWithCalRGBColorSpace/pom.xml index c6acc6d..3fbcf70 100644 --- a/ContentCreation/MakeDocWithCalRGBColorSpace/pom.xml +++ b/ContentCreation/MakeDocWithCalRGBColorSpace/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.MakeDocWithCalRGBColorSpace + + + + jar-with-dependencies + + + diff --git a/ContentCreation/MakeDocWithDeviceNColorSpace/pom.xml b/ContentCreation/MakeDocWithDeviceNColorSpace/pom.xml index b0d36a3..59c05e9 100644 --- a/ContentCreation/MakeDocWithDeviceNColorSpace/pom.xml +++ b/ContentCreation/MakeDocWithDeviceNColorSpace/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.MakeDocWithDeviceNColorSpace + + + + jar-with-dependencies + + + diff --git a/ContentCreation/MakeDocWithICCBasedColorSpace/pom.xml b/ContentCreation/MakeDocWithICCBasedColorSpace/pom.xml index 305c927..cffdb84 100644 --- a/ContentCreation/MakeDocWithICCBasedColorSpace/pom.xml +++ b/ContentCreation/MakeDocWithICCBasedColorSpace/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.MakeDocWithICCBasedColorSpace + + + + jar-with-dependencies + + + diff --git a/ContentCreation/MakeDocWithIndexedColorSpace/pom.xml b/ContentCreation/MakeDocWithIndexedColorSpace/pom.xml index 5317b44..c90e872 100644 --- a/ContentCreation/MakeDocWithIndexedColorSpace/pom.xml +++ b/ContentCreation/MakeDocWithIndexedColorSpace/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.MakeDocWithIndexedColorSpace + + + + jar-with-dependencies + + + diff --git a/ContentCreation/MakeDocWithLabColorSpace/pom.xml b/ContentCreation/MakeDocWithLabColorSpace/pom.xml index ad16d75..042b3af 100644 --- a/ContentCreation/MakeDocWithLabColorSpace/pom.xml +++ b/ContentCreation/MakeDocWithLabColorSpace/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.MakeDocWithLabColorSpace + + + + jar-with-dependencies + + + diff --git a/ContentCreation/MakeDocWithSeparationColorSpace/pom.xml b/ContentCreation/MakeDocWithSeparationColorSpace/pom.xml index 63700c9..436fdce 100644 --- a/ContentCreation/MakeDocWithSeparationColorSpace/pom.xml +++ b/ContentCreation/MakeDocWithSeparationColorSpace/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.MakeDocWithSeparationColorSpace + + + + jar-with-dependencies + + + diff --git a/ContentCreation/NameTrees/pom.xml b/ContentCreation/NameTrees/pom.xml index 86ae445..0b43fce 100644 --- a/ContentCreation/NameTrees/pom.xml +++ b/ContentCreation/NameTrees/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.NameTrees + + + + jar-with-dependencies + + + diff --git a/ContentCreation/NumberTrees/pom.xml b/ContentCreation/NumberTrees/pom.xml index f40fce5..e2dc2b8 100644 --- a/ContentCreation/NumberTrees/pom.xml +++ b/ContentCreation/NumberTrees/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.NumberTrees + + + + jar-with-dependencies + + + diff --git a/ContentCreation/RemoteGoToActions/pom.xml b/ContentCreation/RemoteGoToActions/pom.xml index c398d89..25d5dc1 100644 --- a/ContentCreation/RemoteGoToActions/pom.xml +++ b/ContentCreation/RemoteGoToActions/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.RemoteGoToActions + + + + jar-with-dependencies + + + diff --git a/ContentCreation/WriteNChannelTiff/pom.xml b/ContentCreation/WriteNChannelTiff/pom.xml index 7a5a263..4bf819e 100644 --- a/ContentCreation/WriteNChannelTiff/pom.xml +++ b/ContentCreation/WriteNChannelTiff/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.WriteNChannelTiff + + + + jar-with-dependencies + + + diff --git a/ContentModification/Actions/pom.xml b/ContentModification/Actions/pom.xml index 4be971e..bf033f9 100644 --- a/ContentModification/Actions/pom.xml +++ b/ContentModification/Actions/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.Actions + + + + jar-with-dependencies + + + diff --git a/ContentModification/AddCollection/pom.xml b/ContentModification/AddCollection/pom.xml index 3adb123..c2312be 100644 --- a/ContentModification/AddCollection/pom.xml +++ b/ContentModification/AddCollection/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.AddCollection + + + + jar-with-dependencies + + + diff --git a/ContentModification/AddQRCode/pom.xml b/ContentModification/AddQRCode/pom.xml index c057b44..93636a9 100644 --- a/ContentModification/AddQRCode/pom.xml +++ b/ContentModification/AddQRCode/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.AddQRCode + + + + jar-with-dependencies + + + diff --git a/ContentModification/ChangeLayerConfiguration/pom.xml b/ContentModification/ChangeLayerConfiguration/pom.xml index 84a4fbb..b2484bf 100644 --- a/ContentModification/ChangeLayerConfiguration/pom.xml +++ b/ContentModification/ChangeLayerConfiguration/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.ChangeLayerConfiguration + + + + jar-with-dependencies + + + diff --git a/ContentModification/ChangeLinkColors/pom.xml b/ContentModification/ChangeLinkColors/pom.xml index 5b0e6b0..841dbd5 100644 --- a/ContentModification/ChangeLinkColors/pom.xml +++ b/ContentModification/ChangeLinkColors/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.ChangeLinkColors + + + + jar-with-dependencies + + + diff --git a/ContentModification/CreateLayer/pom.xml b/ContentModification/CreateLayer/pom.xml index 31637b6..71143e3 100644 --- a/ContentModification/CreateLayer/pom.xml +++ b/ContentModification/CreateLayer/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.CreateLayer + + + + jar-with-dependencies + + + diff --git a/ContentModification/ExtendedGraphicStates/pom.xml b/ContentModification/ExtendedGraphicStates/pom.xml index b18d848..bc10808 100644 --- a/ContentModification/ExtendedGraphicStates/pom.xml +++ b/ContentModification/ExtendedGraphicStates/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.ExtendedGraphicStates + + + + jar-with-dependencies + + + diff --git a/ContentModification/FlattenTransparency/pom.xml b/ContentModification/FlattenTransparency/pom.xml index df37896..2b62e4e 100644 --- a/ContentModification/FlattenTransparency/pom.xml +++ b/ContentModification/FlattenTransparency/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.FlattenTransparency + + + + jar-with-dependencies + + + diff --git a/ContentModification/LaunchActions/pom.xml b/ContentModification/LaunchActions/pom.xml index 2e55851..86cb87d 100644 --- a/ContentModification/LaunchActions/pom.xml +++ b/ContentModification/LaunchActions/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.LaunchActions + + + + jar-with-dependencies + + + diff --git a/ContentModification/MergePDF/pom.xml b/ContentModification/MergePDF/pom.xml index 78fbbc4..49c1af2 100644 --- a/ContentModification/MergePDF/pom.xml +++ b/ContentModification/MergePDF/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.MergePDF + + + + jar-with-dependencies + + + diff --git a/ContentModification/PDFObject/pom.xml b/ContentModification/PDFObject/pom.xml index 6be78bc..282879a 100644 --- a/ContentModification/PDFObject/pom.xml +++ b/ContentModification/PDFObject/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.PDFObject + + + + jar-with-dependencies + + + diff --git a/ContentModification/PageLabels/pom.xml b/ContentModification/PageLabels/pom.xml index 4bfa78f..ee8d720 100644 --- a/ContentModification/PageLabels/pom.xml +++ b/ContentModification/PageLabels/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.PageLabels + + + + jar-with-dependencies + + + diff --git a/ContentModification/UnderlinesAndHighlights/pom.xml b/ContentModification/UnderlinesAndHighlights/pom.xml index 6539ad7..1742351 100644 --- a/ContentModification/UnderlinesAndHighlights/pom.xml +++ b/ContentModification/UnderlinesAndHighlights/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.UnderlinesAndHighlights + + + + jar-with-dependencies + + + diff --git a/ContentModification/Watermark/pom.xml b/ContentModification/Watermark/pom.xml index d6187ca..b685e1c 100644 --- a/ContentModification/Watermark/pom.xml +++ b/ContentModification/Watermark/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.Watermark + + + + jar-with-dependencies + + + diff --git a/Display/DisplayPDF/pom.xml b/Display/DisplayPDF/pom.xml index 141e233..4985bef 100644 --- a/Display/DisplayPDF/pom.xml +++ b/Display/DisplayPDF/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.DisplayPDF + + + + jar-with-dependencies + + + diff --git a/Display/ImageDisplay/pom.xml b/Display/ImageDisplay/pom.xml index 9989896..48f3c35 100644 --- a/Display/ImageDisplay/pom.xml +++ b/Display/ImageDisplay/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.ImageDisplay + + + + jar-with-dependencies + + + diff --git a/Display/JavaViewer/pom.xml b/Display/JavaViewer/pom.xml index 5f011ab..29d9de9 100644 --- a/Display/JavaViewer/pom.xml +++ b/Display/JavaViewer/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.JavaViewer + + + + jar-with-dependencies + + + diff --git a/Display/PDFObjectExplorer/pom.xml b/Display/PDFObjectExplorer/pom.xml index c9b8aae..c87c4ee 100644 --- a/Display/PDFObjectExplorer/pom.xml +++ b/Display/PDFObjectExplorer/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.PDFObjectExplorer + + + + jar-with-dependencies + + + diff --git a/DocumentConversion/ColorConvertDocument/pom.xml b/DocumentConversion/ColorConvertDocument/pom.xml index 9402d79..a8fd44a 100644 --- a/DocumentConversion/ColorConvertDocument/pom.xml +++ b/DocumentConversion/ColorConvertDocument/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.ColorConvertDocument + + + + jar-with-dependencies + + + diff --git a/DocumentConversion/ConvertToOffice/pom.xml b/DocumentConversion/ConvertToOffice/pom.xml index e8a9e45..d70b2ef 100644 --- a/DocumentConversion/ConvertToOffice/pom.xml +++ b/DocumentConversion/ConvertToOffice/pom.xml @@ -139,6 +139,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.ConvertToOffice + + + + jar-with-dependencies + + + diff --git a/DocumentConversion/CreateDocFromXPS/pom.xml b/DocumentConversion/CreateDocFromXPS/pom.xml index 6aa01e8..dae60c0 100644 --- a/DocumentConversion/CreateDocFromXPS/pom.xml +++ b/DocumentConversion/CreateDocFromXPS/pom.xml @@ -139,6 +139,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.CreateDocFromXPS + + + + jar-with-dependencies + + + diff --git a/DocumentConversion/FacturXConverter/pom.xml b/DocumentConversion/FacturXConverter/pom.xml index d661f18..6232ba9 100644 --- a/DocumentConversion/FacturXConverter/pom.xml +++ b/DocumentConversion/FacturXConverter/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.FacturXConverter + + + + jar-with-dependencies + + + diff --git a/DocumentConversion/PDFAConverter/pom.xml b/DocumentConversion/PDFAConverter/pom.xml index edf0a17..3b888d8 100644 --- a/DocumentConversion/PDFAConverter/pom.xml +++ b/DocumentConversion/PDFAConverter/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.PDFAConverter + + + + jar-with-dependencies + + + diff --git a/DocumentConversion/PDFXConverter/pom.xml b/DocumentConversion/PDFXConverter/pom.xml index fc0df69..ea7d135 100644 --- a/DocumentConversion/PDFXConverter/pom.xml +++ b/DocumentConversion/PDFXConverter/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.PDFXConverter + + + + jar-with-dependencies + + + diff --git a/DocumentConversion/ZUGFeRDConverter/pom.xml b/DocumentConversion/ZUGFeRDConverter/pom.xml index 29dfd0e..9ebf6fa 100644 --- a/DocumentConversion/ZUGFeRDConverter/pom.xml +++ b/DocumentConversion/ZUGFeRDConverter/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.ZUGFeRDConverter + + + + jar-with-dependencies + + + diff --git a/DocumentOptimization/PDFOptimize/pom.xml b/DocumentOptimization/PDFOptimize/pom.xml index 14486fe..6d21aba 100644 --- a/DocumentOptimization/PDFOptimize/pom.xml +++ b/DocumentOptimization/PDFOptimize/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.PDFOptimize/mainClass> + + + + jar-with-dependencies + + + diff --git a/Images/DocToImages/pom.xml b/Images/DocToImages/pom.xml index d055a32..e66232e 100644 --- a/Images/DocToImages/pom.xml +++ b/Images/DocToImages/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.DocToImages + + + + jar-with-dependencies + + + diff --git a/Images/DrawSeparations/pom.xml b/Images/DrawSeparations/pom.xml index 2b2bf5b..c81223f 100644 --- a/Images/DrawSeparations/pom.xml +++ b/Images/DrawSeparations/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.DrawSeparations + + + + jar-with-dependencies + + + diff --git a/Images/EPSSeparations/pom.xml b/Images/EPSSeparations/pom.xml index f0953c9..1584a68 100644 --- a/Images/EPSSeparations/pom.xml +++ b/Images/EPSSeparations/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.EPSSeparations + + + + jar-with-dependencies + + + diff --git a/Images/GetSeparatedImages/pom.xml b/Images/GetSeparatedImages/pom.xml index 7d4310d..ca894fb 100644 --- a/Images/GetSeparatedImages/pom.xml +++ b/Images/GetSeparatedImages/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.GetSeparatedImages + + + + jar-with-dependencies + + + diff --git a/Images/ImageDisplayByteArray/pom.xml b/Images/ImageDisplayByteArray/pom.xml index af1c490..d029e83 100644 --- a/Images/ImageDisplayByteArray/pom.xml +++ b/Images/ImageDisplayByteArray/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.ImageDisplayByteArray + + + + jar-with-dependencies + + + diff --git a/Images/ImageEmbedICCProfile/pom.xml b/Images/ImageEmbedICCProfile/pom.xml index 7136897..1d429cf 100644 --- a/Images/ImageEmbedICCProfile/pom.xml +++ b/Images/ImageEmbedICCProfile/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.ImageEmbedICCProfile + + + + jar-with-dependencies + + + diff --git a/Images/ImageExport/pom.xml b/Images/ImageExport/pom.xml index 8ed2a46..b2fe9a2 100644 --- a/Images/ImageExport/pom.xml +++ b/Images/ImageExport/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.ImageExport + + + + jar-with-dependencies + + + diff --git a/Images/ImageExtraction/pom.xml b/Images/ImageExtraction/pom.xml index b6619c7..856ce6e 100644 --- a/Images/ImageExtraction/pom.xml +++ b/Images/ImageExtraction/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.ImageExtraction + + + + jar-with-dependencies + + + diff --git a/Images/ImageFromBufferedImage/pom.xml b/Images/ImageFromBufferedImage/pom.xml index 0360997..f541a5c 100644 --- a/Images/ImageFromBufferedImage/pom.xml +++ b/Images/ImageFromBufferedImage/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.ImageFromBufferedImage + + + + jar-with-dependencies + + + diff --git a/Images/ImageFromByteArray/pom.xml b/Images/ImageFromByteArray/pom.xml index 7303eb7..45d48c4 100644 --- a/Images/ImageFromByteArray/pom.xml +++ b/Images/ImageFromByteArray/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.ImageFromByteArray + + + + jar-with-dependencies + + + diff --git a/Images/ImageImport/pom.xml b/Images/ImageImport/pom.xml index 76244b1..063b58a 100644 --- a/Images/ImageImport/pom.xml +++ b/Images/ImageImport/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.ImageImport + + + + jar-with-dependencies + + + diff --git a/Images/ImageResampling/pom.xml b/Images/ImageResampling/pom.xml index 39040f9..2de0393 100644 --- a/Images/ImageResampling/pom.xml +++ b/Images/ImageResampling/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.ImageResampling + + + + jar-with-dependencies + + + diff --git a/Images/OutputPreview/pom.xml b/Images/OutputPreview/pom.xml index f4095e1..3ca10d2 100644 --- a/Images/OutputPreview/pom.xml +++ b/Images/OutputPreview/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.OutputPreview + + + + jar-with-dependencies + + + diff --git a/Images/RasterizePage/pom.xml b/Images/RasterizePage/pom.xml index ca1cec9..4d0300b 100644 --- a/Images/RasterizePage/pom.xml +++ b/Images/RasterizePage/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.RasterizePage + + + + jar-with-dependencies + + + diff --git a/InformationExtraction/ListBookmarks/pom.xml b/InformationExtraction/ListBookmarks/pom.xml index 01325fd..abe5e34 100644 --- a/InformationExtraction/ListBookmarks/pom.xml +++ b/InformationExtraction/ListBookmarks/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.ListBookmarks + + + + jar-with-dependencies + + + diff --git a/InformationExtraction/ListFonts/pom.xml b/InformationExtraction/ListFonts/pom.xml index 0ff826d..c17b065 100644 --- a/InformationExtraction/ListFonts/pom.xml +++ b/InformationExtraction/ListFonts/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.ListFonts + + + + jar-with-dependencies + + + diff --git a/InformationExtraction/ListInfo/pom.xml b/InformationExtraction/ListInfo/pom.xml index dda3f79..e01c601 100644 --- a/InformationExtraction/ListInfo/pom.xml +++ b/InformationExtraction/ListInfo/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.ListInfo + + + + jar-with-dependencies + + + diff --git a/InformationExtraction/ListLayers/pom.xml b/InformationExtraction/ListLayers/pom.xml index d8e3e5e..43633d5 100644 --- a/InformationExtraction/ListLayers/pom.xml +++ b/InformationExtraction/ListLayers/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.ListLayers + + + + jar-with-dependencies + + + diff --git a/InformationExtraction/ListPaths/pom.xml b/InformationExtraction/ListPaths/pom.xml index e455af7..acd0999 100644 --- a/InformationExtraction/ListPaths/pom.xml +++ b/InformationExtraction/ListPaths/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.ListPaths + + + + jar-with-dependencies + + + diff --git a/InformationExtraction/Metadata/pom.xml b/InformationExtraction/Metadata/pom.xml index e7e03bc..29d35af 100644 --- a/InformationExtraction/Metadata/pom.xml +++ b/InformationExtraction/Metadata/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.Metadata + + + + jar-with-dependencies + + + diff --git a/OpticalCharacterRecognition/AddTextToDocument/pom.xml b/OpticalCharacterRecognition/AddTextToDocument/pom.xml index b06f73d..761ca9c 100644 --- a/OpticalCharacterRecognition/AddTextToDocument/pom.xml +++ b/OpticalCharacterRecognition/AddTextToDocument/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.AddTextToDocument + + + + jar-with-dependencies + + + diff --git a/OpticalCharacterRecognition/AddTextToImage/pom.xml b/OpticalCharacterRecognition/AddTextToImage/pom.xml index 503f066..ff488e9 100644 --- a/OpticalCharacterRecognition/AddTextToImage/pom.xml +++ b/OpticalCharacterRecognition/AddTextToImage/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.AddTextToImage + + + + jar-with-dependencies + + + diff --git a/Other/MemoryFileSystem/pom.xml b/Other/MemoryFileSystem/pom.xml index 9257b82..a971451 100644 --- a/Other/MemoryFileSystem/pom.xml +++ b/Other/MemoryFileSystem/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.MemoryFileSystem + + + + jar-with-dependencies + + + diff --git a/Other/StreamIO/pom.xml b/Other/StreamIO/pom.xml index a784bf2..5b9784d 100644 --- a/Other/StreamIO/pom.xml +++ b/Other/StreamIO/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.StreamIO + + + + jar-with-dependencies + + + diff --git a/Printing/PrintPDF/pom.xml b/Printing/PrintPDF/pom.xml index 7b45ce7..872c1d2 100644 --- a/Printing/PrintPDF/pom.xml +++ b/Printing/PrintPDF/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.PrintPDF + + + + jar-with-dependencies + + + diff --git a/Printing/PrintPDFGUI/pom.xml b/Printing/PrintPDFGUI/pom.xml index c1c5852..a1b358e 100644 --- a/Printing/PrintPDFGUI/pom.xml +++ b/Printing/PrintPDFGUI/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.PrintPDFGUI + + + + jar-with-dependencies + + + diff --git a/Security/AddRegexRedaction/pom.xml b/Security/AddRegexRedaction/pom.xml index 5daba7e..af7579b 100644 --- a/Security/AddRegexRedaction/pom.xml +++ b/Security/AddRegexRedaction/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.AddRegexRedaction + + + + jar-with-dependencies + + + diff --git a/Security/Redactions/pom.xml b/Security/Redactions/pom.xml index 1a0e049..a460a2c 100644 --- a/Security/Redactions/pom.xml +++ b/Security/Redactions/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.Redactions + + + + jar-with-dependencies + + + diff --git a/Text/AddGlyphs/pom.xml b/Text/AddGlyphs/pom.xml index c40d2ad..c41f25d 100644 --- a/Text/AddGlyphs/pom.xml +++ b/Text/AddGlyphs/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.AddGlyphs + + + + jar-with-dependencies + + + diff --git a/Text/AddUnicodeText/pom.xml b/Text/AddUnicodeText/pom.xml index ff45b57..505906b 100644 --- a/Text/AddUnicodeText/pom.xml +++ b/Text/AddUnicodeText/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.AddUnicodeText + + + + jar-with-dependencies + + + diff --git a/Text/AddVerticalText/pom.xml b/Text/AddVerticalText/pom.xml index 85a60e5..168366a 100644 --- a/Text/AddVerticalText/pom.xml +++ b/Text/AddVerticalText/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.AddVerticalText + + + + jar-with-dependencies + + + diff --git a/Text/ListWords/pom.xml b/Text/ListWords/pom.xml index 41c9b3c..1f3ac20 100644 --- a/Text/ListWords/pom.xml +++ b/Text/ListWords/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.ListWords + + + + jar-with-dependencies + + + diff --git a/Text/RegexExtractText/pom.xml b/Text/RegexExtractText/pom.xml index 821f185..7305595 100644 --- a/Text/RegexExtractText/pom.xml +++ b/Text/RegexExtractText/pom.xml @@ -156,6 +156,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.RegexExtractText + + + + jar-with-dependencies + + + diff --git a/Text/RegexTextSearch/pom.xml b/Text/RegexTextSearch/pom.xml index 5b7515d..0e02ac5 100644 --- a/Text/RegexTextSearch/pom.xml +++ b/Text/RegexTextSearch/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.RegexTextSearch + + + + jar-with-dependencies + + + diff --git a/Text/TextExtract/pom.xml b/Text/TextExtract/pom.xml index cf89acc..1d8ba98 100644 --- a/Text/TextExtract/pom.xml +++ b/Text/TextExtract/pom.xml @@ -151,6 +151,28 @@ + + maven-assembly-plugin + + + package + + single + + + + + + + true + com.datalogics.pdfl.samples.TextExtract + + + + jar-with-dependencies + + + From 010d03d1409f156ebfe44984309288a39f32c24f Mon Sep 17 00:00:00 2001 From: Sahara Yousuf Date: Fri, 29 Mar 2024 16:37:10 -0500 Subject: [PATCH 02/17] Remove step that cleans target folder --- .github/workflows/test-java-samples.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test-java-samples.yml b/.github/workflows/test-java-samples.yml index 1d43926..a0fbc40 100644 --- a/.github/workflows/test-java-samples.yml +++ b/.github/workflows/test-java-samples.yml @@ -110,9 +110,6 @@ jobs: with: java-version: ${{ env.JAVA_VERSION }} distribution: 'adopt' - - name: Clean target folder - working-directory: ${{ matrix.dir }} - run: mvn -e clean - name: Unpack APDFL from Maven Central working-directory: ${{ matrix.dir }} run: mvn -e process-resources From 309bcd3e31e1ebb0125a10da53f692ede10b93ba Mon Sep 17 00:00:00 2001 From: Sahara Yousuf Date: Fri, 29 Mar 2024 16:52:22 -0500 Subject: [PATCH 03/17] Fix FacturXConverter sample --- .github/workflows/test-java-samples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-java-samples.yml b/.github/workflows/test-java-samples.yml index a0fbc40..3d8034c 100644 --- a/.github/workflows/test-java-samples.yml +++ b/.github/workflows/test-java-samples.yml @@ -61,7 +61,7 @@ jobs: 'DocumentConversion/ColorConvertDocument/', 'DocumentConversion/ConvertToOffice/', 'DocumentConversion/CreateDocFromXPS/', - 'DocumentConversion/Factur-XConverter/', + 'DocumentConversion/FacturXConverter/', 'DocumentConversion/PDFAConverter/', 'DocumentConversion/PDFXConverter/', 'DocumentConversion/ZUGFeRDConverter/', From f5cf90d49e5937a8fa3ad605842c39f6acb33603 Mon Sep 17 00:00:00 2001 From: Sahara Yousuf Date: Mon, 1 Apr 2024 12:01:29 -0500 Subject: [PATCH 04/17] Disable the ConvertToOffice and CreateDocFromXPS on mac platform - The APIs that support conversion to Office formats and XPS formats is not available on the Mac platform, so let's disable those samples so they get skipped in CI. - Correct issue with PDFOptimize sample's pom.xml file. --- .github/workflows/test-java-samples.yml | 19 +++++++++++++++++-- DocumentOptimization/PDFOptimize/pom.xml | 2 +- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-java-samples.yml b/.github/workflows/test-java-samples.yml index 3d8034c..5915882 100644 --- a/.github/workflows/test-java-samples.yml +++ b/.github/workflows/test-java-samples.yml @@ -105,14 +105,29 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + - name: Setup Java uses: actions/setup-java@v4 with: java-version: ${{ env.JAVA_VERSION }} distribution: 'adopt' + - name: Unpack APDFL from Maven Central working-directory: ${{ matrix.dir }} - run: mvn -e process-resources + run: | + sample_name=$(basename "$PWD") + if { [ "$sample_name" != "ConvertToOffice" ] && [ "$sample_name" != "CreateDocFromXPS" ]; } || [ "${{ matrix.os }}" != 'macos-14' ]; then + mvn -e process-resources + else + echo "Not available on this os" + fi + - name: Compile and assemble sample JAR files with dependencies working-directory: ${{ matrix.dir }} - run: mvn -e package + run: | + sample_name=$(basename "$PWD") + if { [ "$sample_name" != "ConvertToOffice" ] && [ "$sample_name" != "CreateDocFromXPS" ]; } || [ "${{ matrix.os }}" != 'macos-14' ]; then + mvn -e package + else + echo "Not available on this os" + fi diff --git a/DocumentOptimization/PDFOptimize/pom.xml b/DocumentOptimization/PDFOptimize/pom.xml index 6d21aba..c8dbc54 100644 --- a/DocumentOptimization/PDFOptimize/pom.xml +++ b/DocumentOptimization/PDFOptimize/pom.xml @@ -165,7 +165,7 @@ true - com.datalogics.pdfl.samples.PDFOptimize/mainClass> + com.datalogics.pdfl.samples.PDFOptimize From 25ca97848a799cfaedb417dca6050d7c349767e6 Mon Sep 17 00:00:00 2001 From: Sahara Yousuf Date: Wed, 3 Apr 2024 16:22:42 -0500 Subject: [PATCH 05/17] Add logic to run Java samples in CI - Let's add target\lib to the PATH on Windows - this is so that the dependencies and APDFL DLLs are found by the java command when we go to run the samples. - Adds a step to the workflow file to run Java samples. --- .github/workflows/test-java-samples.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/workflows/test-java-samples.yml b/.github/workflows/test-java-samples.yml index 5915882..730c145 100644 --- a/.github/workflows/test-java-samples.yml +++ b/.github/workflows/test-java-samples.yml @@ -131,3 +131,23 @@ jobs: else echo "Not available on this os" fi + + - name: Set up Windows system PATH + working-directory: ${{ matrix.dir }} + run: | + if [ "$RUNNER_OS" == "Windows" ]; then + echo "${{ github.workspace }}\${{ matrix.dir }}\target\lib" >> $GITHUB_PATH + fi + + - name: Print PATH + run: echo $PATH + + - name: Run samples + working-directory: ${{ matrix.dir }} + run: | + sample_name=$(basename "$PWD") + if [ "$RUNNER_OS" == "Windows" ]; then + java -Djava.library.path="$PATH" -Dfile.encoding=UTF-8 -jar target/$sample_name-1.0-SNAPSHOT-jar-with-dependencies.jar + elif [ "$RUNNER_OS" == "Linux" ] || [ "$RUNNER_OS" == "macos-14" ]; then + java -Djava.library.path=./target/lib -Dfile.encoding=UTF-8 -jar target/$sample_name-1.0-SNAPSHOT-jar-with-dependencies.jar + fi From 7b4f63e138e9855eb70ceb4134f2ea7711cc0dba Mon Sep 17 00:00:00 2001 From: Sahara Yousuf Date: Fri, 5 Apr 2024 16:14:48 -0500 Subject: [PATCH 06/17] Specify branches for workflow trigger --- .github/workflows/test-java-samples.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-java-samples.yml b/.github/workflows/test-java-samples.yml index 730c145..ad10d76 100644 --- a/.github/workflows/test-java-samples.yml +++ b/.github/workflows/test-java-samples.yml @@ -2,8 +2,14 @@ name: test-samples on: pull_request: + branches: + - develop + - main push: - branches: [ develop, main ] + branches: + - develop + - main + env: JAVA_VERSION: '11' From 68af51ffbcc287b9636ca4772fc087361fd3bab7 Mon Sep 17 00:00:00 2001 From: Sahara Yousuf Date: Mon, 8 Apr 2024 12:08:58 -0500 Subject: [PATCH 07/17] Disable the Display and Printing samples in CI - The Display and Printing samples require the use of a GUI interface to run properly, and GitHub runners do not have that capability so let's disable the samples in CI. --- .github/workflows/test-java-samples.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-java-samples.yml b/.github/workflows/test-java-samples.yml index ad10d76..73315d2 100644 --- a/.github/workflows/test-java-samples.yml +++ b/.github/workflows/test-java-samples.yml @@ -152,8 +152,12 @@ jobs: working-directory: ${{ matrix.dir }} run: | sample_name=$(basename "$PWD") - if [ "$RUNNER_OS" == "Windows" ]; then - java -Djava.library.path="$PATH" -Dfile.encoding=UTF-8 -jar target/$sample_name-1.0-SNAPSHOT-jar-with-dependencies.jar - elif [ "$RUNNER_OS" == "Linux" ] || [ "$RUNNER_OS" == "macos-14" ]; then - java -Djava.library.path=./target/lib -Dfile.encoding=UTF-8 -jar target/$sample_name-1.0-SNAPSHOT-jar-with-dependencies.jar + if [ "$sample_name" == "DisplayPDF" ] || [ "$sample_name" == "ImageDisplay" ] || [ "$sample_name" == "JavaViewer" ] || [ "$sample_name" == "PDFObjectExplorer" ] || [ "$sample_name" == "PrintPDF" ] || [ "$sample_name" == "PrintPDFGUI" ]; then + echo "$sample_name will not be run due to GitHub runner limitations." + else + if [ "$RUNNER_OS" == "Windows" ]; then + java -Djava.library.path="$PATH" -Dfile.encoding=UTF-8 -jar target/$sample_name-1.0-SNAPSHOT-jar-with-dependencies.jar + elif [ "$RUNNER_OS" == "Linux" ] || [ "$RUNNER_OS" == "macos-14" ]; then + java -Djava.library.path=./target/lib -Dfile.encoding=UTF-8 -jar target/$sample_name-1.0-SNAPSHOT-jar-with-dependencies.jar + fi fi From 3fe6cfc8192e4278e07325d68e8540d3f54cbdda Mon Sep 17 00:00:00 2001 From: Sahara Yousuf Date: Mon, 8 Apr 2024 14:15:04 -0500 Subject: [PATCH 08/17] Disable the ImageDisplayByteArray sample in CI - It also requires a GUI display to be run properly, so let's disable it in CI. --- .github/workflows/test-java-samples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-java-samples.yml b/.github/workflows/test-java-samples.yml index 73315d2..e6bd8b2 100644 --- a/.github/workflows/test-java-samples.yml +++ b/.github/workflows/test-java-samples.yml @@ -152,7 +152,7 @@ jobs: working-directory: ${{ matrix.dir }} run: | sample_name=$(basename "$PWD") - if [ "$sample_name" == "DisplayPDF" ] || [ "$sample_name" == "ImageDisplay" ] || [ "$sample_name" == "JavaViewer" ] || [ "$sample_name" == "PDFObjectExplorer" ] || [ "$sample_name" == "PrintPDF" ] || [ "$sample_name" == "PrintPDFGUI" ]; then + if [ "$sample_name" == "DisplayPDF" ] || [ "$sample_name" == "ImageDisplay" ] || [ "$sample_name" == "JavaViewer" ] || [ "$sample_name" == "PDFObjectExplorer" ] || [ "$sample_name" == "PrintPDF" ] || [ "$sample_name" == "PrintPDFGUI" ] || [ "$sample_name" == "ImageDisplayByteArray" ]; then echo "$sample_name will not be run due to GitHub runner limitations." else if [ "$RUNNER_OS" == "Windows" ]; then From 75387ce435c1f5f3733f9ab9effa6f8cd01d95cc Mon Sep 17 00:00:00 2001 From: Sahara Yousuf Date: Mon, 8 Apr 2024 16:21:48 -0500 Subject: [PATCH 09/17] Rename the PDFObject source file so it runs in CI --- .../pdfl/samples/{PDFObjectSample.java => PDFObject.java} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename ContentModification/PDFObject/src/main/java/com/datalogics/pdfl/samples/{PDFObjectSample.java => PDFObject.java} (99%) diff --git a/ContentModification/PDFObject/src/main/java/com/datalogics/pdfl/samples/PDFObjectSample.java b/ContentModification/PDFObject/src/main/java/com/datalogics/pdfl/samples/PDFObject.java similarity index 99% rename from ContentModification/PDFObject/src/main/java/com/datalogics/pdfl/samples/PDFObjectSample.java rename to ContentModification/PDFObject/src/main/java/com/datalogics/pdfl/samples/PDFObject.java index 705f2a1..320c3f0 100644 --- a/ContentModification/PDFObject/src/main/java/com/datalogics/pdfl/samples/PDFObjectSample.java +++ b/ContentModification/PDFObject/src/main/java/com/datalogics/pdfl/samples/PDFObject.java @@ -19,7 +19,7 @@ * Copyright (c) 2007-2023, Datalogics, Inc. All rights reserved. * */ -public class PDFObjectSample { +public class PDFObject { /** * @param args From ad050fc1433fa4a283784f58edb1d6d1d38c23b3 Mon Sep 17 00:00:00 2001 From: Sahara Yousuf Date: Tue, 9 Apr 2024 10:28:20 -0500 Subject: [PATCH 10/17] Install Microsoft Core Fonts for samples that require it - The AddElements and AddHeaderFooter sample require fonts in order to run properly. Let's add a step to the workflow so the fonts get installed for those samples. --- .github/workflows/test-java-samples.yml | 36 ++++++++++++++++--------- 1 file changed, 24 insertions(+), 12 deletions(-) diff --git a/.github/workflows/test-java-samples.yml b/.github/workflows/test-java-samples.yml index e6bd8b2..ccc9069 100644 --- a/.github/workflows/test-java-samples.yml +++ b/.github/workflows/test-java-samples.yml @@ -118,6 +118,18 @@ jobs: java-version: ${{ env.JAVA_VERSION }} distribution: 'adopt' + - name: Setup Microsoft Core Fonts + working-directory: ${{ matrix.dir }} + run: | + sample_name=$(basename "$PWD") + if [ "${{ matrix.os }}" == 'ubuntu-latest' ]; then + case "$sample_name" in "AddHeaderFooter" | "AddElements") + echo 'ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true' | sudo debconf-set-selections + sudo apt-get install ttf-mscorefonts-installer + ;; + esac + fi + - name: Unpack APDFL from Maven Central working-directory: ${{ matrix.dir }} run: | @@ -141,9 +153,9 @@ jobs: - name: Set up Windows system PATH working-directory: ${{ matrix.dir }} run: | - if [ "$RUNNER_OS" == "Windows" ]; then - echo "${{ github.workspace }}\${{ matrix.dir }}\target\lib" >> $GITHUB_PATH - fi + if [ "$RUNNER_OS" == "Windows" ]; then + echo "${{ github.workspace }}\${{ matrix.dir }}\target\lib" >> $GITHUB_PATH + fi - name: Print PATH run: echo $PATH @@ -151,13 +163,13 @@ jobs: - name: Run samples working-directory: ${{ matrix.dir }} run: | - sample_name=$(basename "$PWD") - if [ "$sample_name" == "DisplayPDF" ] || [ "$sample_name" == "ImageDisplay" ] || [ "$sample_name" == "JavaViewer" ] || [ "$sample_name" == "PDFObjectExplorer" ] || [ "$sample_name" == "PrintPDF" ] || [ "$sample_name" == "PrintPDFGUI" ] || [ "$sample_name" == "ImageDisplayByteArray" ]; then - echo "$sample_name will not be run due to GitHub runner limitations." - else - if [ "$RUNNER_OS" == "Windows" ]; then - java -Djava.library.path="$PATH" -Dfile.encoding=UTF-8 -jar target/$sample_name-1.0-SNAPSHOT-jar-with-dependencies.jar - elif [ "$RUNNER_OS" == "Linux" ] || [ "$RUNNER_OS" == "macos-14" ]; then - java -Djava.library.path=./target/lib -Dfile.encoding=UTF-8 -jar target/$sample_name-1.0-SNAPSHOT-jar-with-dependencies.jar - fi + sample_name=$(basename "$PWD") + if [ "$sample_name" == "DisplayPDF" ] || [ "$sample_name" == "ImageDisplay" ] || [ "$sample_name" == "JavaViewer" ] || [ "$sample_name" == "PDFObjectExplorer" ] || [ "$sample_name" == "PrintPDF" ] || [ "$sample_name" == "PrintPDFGUI" ] || [ "$sample_name" == "ImageDisplayByteArray" ]; then + echo "$sample_name will not be run due to GitHub runner limitations." + else + if [ "$RUNNER_OS" == "Windows" ]; then + java -Djava.library.path="$PATH" -Dfile.encoding=UTF-8 -jar target/$sample_name-1.0-SNAPSHOT-jar-with-dependencies.jar + elif [ "$RUNNER_OS" == "Linux" ] || [ "$RUNNER_OS" == "macos-14" ]; then + java -Djava.library.path=./target/lib -Dfile.encoding=UTF-8 -jar target/$sample_name-1.0-SNAPSHOT-jar-with-dependencies.jar fi + fi From 52ee9e88441a310d716be2428e8a48efe7369284 Mon Sep 17 00:00:00 2001 From: Sahara Yousuf Date: Tue, 9 Apr 2024 10:52:34 -0500 Subject: [PATCH 11/17] Correct artifact id for ListBookmarks sample - The jarfile for the ListBookmarks sample was not being found because the artifact id in the pom.xml file did not match the casing of the sample name. Let's fix that. --- InformationExtraction/ListBookmarks/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InformationExtraction/ListBookmarks/pom.xml b/InformationExtraction/ListBookmarks/pom.xml index abe5e34..5451545 100644 --- a/InformationExtraction/ListBookmarks/pom.xml +++ b/InformationExtraction/ListBookmarks/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.datalogics.pdfl.samples - ListBookMarks + ListBookmarks 1.0-SNAPSHOT 1.8 From a3f817e58ae1203388a1afb51490c1647b4ffe38 Mon Sep 17 00:00:00 2001 From: Sahara Yousuf Date: Tue, 9 Apr 2024 12:03:59 -0500 Subject: [PATCH 12/17] Unpack the APDFL resources ZIP file - The DocToImages sample needs an input PDF file as a command line argument in order run properly. Let's unpack the resources ZIP file so that we can access the sample documents in the Sample_Input directory. --- .github/workflows/test-java-samples.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/test-java-samples.yml b/.github/workflows/test-java-samples.yml index ccc9069..3196abb 100644 --- a/.github/workflows/test-java-samples.yml +++ b/.github/workflows/test-java-samples.yml @@ -140,6 +140,15 @@ jobs: echo "Not available on this os" fi + - name: Unpack APDFL resources ZIP file + working-directory: ${{ matrix.dir }} + run: | + sample_name=$(basename "$PWD") + if [ "$sample_name" == "DocToImages" ] && [ "$RUNNER_OS" != "macos-14" ] ; then + unzip $HOME/.m2/repository/com/datalogics/pdfl/pdfl/**/*-resources.zip + ls -la + fi + - name: Compile and assemble sample JAR files with dependencies working-directory: ${{ matrix.dir }} run: | From b6ace0e814e994807bc1cf6a8eeba2d00a900e23 Mon Sep 17 00:00:00 2001 From: Sahara Yousuf Date: Tue, 9 Apr 2024 12:56:05 -0500 Subject: [PATCH 13/17] Pass proper command line arguments for DocToImages sample --- .github/workflows/test-java-samples.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-java-samples.yml b/.github/workflows/test-java-samples.yml index 3196abb..b4767f4 100644 --- a/.github/workflows/test-java-samples.yml +++ b/.github/workflows/test-java-samples.yml @@ -177,8 +177,16 @@ jobs: echo "$sample_name will not be run due to GitHub runner limitations." else if [ "$RUNNER_OS" == "Windows" ]; then - java -Djava.library.path="$PATH" -Dfile.encoding=UTF-8 -jar target/$sample_name-1.0-SNAPSHOT-jar-with-dependencies.jar + if [ "$sample_name" == "DocToImages" ]; then + java -Djava.library.path="$PATH" -Dfile.encoding=UTF-8 -jar target/$sample_name-1.0-SNAPSHOT-jar-with-dependencies.jar -format=png Sample_Input/ducky.pdf + else + java -Djava.library.path="$PATH" -Dfile.encoding=UTF-8 -jar target/$sample_name-1.0-SNAPSHOT-jar-with-dependencies.jar + fi elif [ "$RUNNER_OS" == "Linux" ] || [ "$RUNNER_OS" == "macos-14" ]; then - java -Djava.library.path=./target/lib -Dfile.encoding=UTF-8 -jar target/$sample_name-1.0-SNAPSHOT-jar-with-dependencies.jar + if [ "$sample_name" == "DocToImages" ]; then + java -Djava.library.path=./target/lib -Dfile.encoding=UTF-8 -jar target/$sample_name-1.0-SNAPSHOT-jar-with-dependencies.jar -format=png Sample_Input/ducky.pdf + else + java -Djava.library.path=./target/lib -Dfile.encoding=UTF-8 -jar target/$sample_name-1.0-SNAPSHOT-jar-with-dependencies.jar + fi fi fi From 532eb7e956d348dec46c7037ed6362d4f463ba16 Mon Sep 17 00:00:00 2001 From: Sahara Yousuf Date: Thu, 11 Apr 2024 11:18:30 -0500 Subject: [PATCH 14/17] Correct RUNNER_OS logic for macOS - The samples aren't running on macOS, it might be because the comparison value for RUNNER_OS was incorrect in the workflow file. Let's try correcting that to see if it gets the Mac samples running. --- .github/workflows/test-java-samples.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-java-samples.yml b/.github/workflows/test-java-samples.yml index b4767f4..fae8bd7 100644 --- a/.github/workflows/test-java-samples.yml +++ b/.github/workflows/test-java-samples.yml @@ -144,7 +144,7 @@ jobs: working-directory: ${{ matrix.dir }} run: | sample_name=$(basename "$PWD") - if [ "$sample_name" == "DocToImages" ] && [ "$RUNNER_OS" != "macos-14" ] ; then + if [ "$sample_name" == "DocToImages" ] && [ "$RUNNER_OS" != "macOS" ] ; then unzip $HOME/.m2/repository/com/datalogics/pdfl/pdfl/**/*-resources.zip ls -la fi @@ -182,7 +182,7 @@ jobs: else java -Djava.library.path="$PATH" -Dfile.encoding=UTF-8 -jar target/$sample_name-1.0-SNAPSHOT-jar-with-dependencies.jar fi - elif [ "$RUNNER_OS" == "Linux" ] || [ "$RUNNER_OS" == "macos-14" ]; then + elif [ "$RUNNER_OS" == "Linux" ] || [ "$RUNNER_OS" == "macOS" ]; then if [ "$sample_name" == "DocToImages" ]; then java -Djava.library.path=./target/lib -Dfile.encoding=UTF-8 -jar target/$sample_name-1.0-SNAPSHOT-jar-with-dependencies.jar -format=png Sample_Input/ducky.pdf else From f1116c84baf40ecea3c3945a077a25abeeedd3dc Mon Sep 17 00:00:00 2001 From: Sahara Yousuf Date: Thu, 11 Apr 2024 13:22:24 -0500 Subject: [PATCH 15/17] Add logic to archive sample output --- .github/workflows/test-java-samples.yml | 29 +++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/.github/workflows/test-java-samples.yml b/.github/workflows/test-java-samples.yml index fae8bd7..2a9877c 100644 --- a/.github/workflows/test-java-samples.yml +++ b/.github/workflows/test-java-samples.yml @@ -190,3 +190,32 @@ jobs: fi fi fi + + - name: Set sample_name variable + id: set-sample-name + working-directory: ${{matrix.dir}} + run: echo "SAMPLE_NAME=$(basename "$PWD")" >> "$GITHUB_ENV" + + - name: Save artifacts + uses: actions/upload-artifact@v4 + with: + name: output-${{ runner.os }}-${{ env.SAMPLE_NAME }} + path: | + ${{matrix.dir}}*.docx + ${{matrix.dir}}*.xslx + ${{matrix.dir}}*.pptx + ${{matrix.dir}}*.pdf + ${{matrix.dir}}*.tif + ${{matrix.dir}}*.png + ${{matrix.dir}}*.jpg + ${{matrix.dir}}*.eps + ${{matrix.dir}}*.tiff + ${{matrix.dir}}*.bmp + ${{matrix.dir}}*.gif + ${{matrix.dir}}*.json + ${{matrix.dir}}*.txt + ${{matrix.dir}}*.csv + + - name: List files + run: | + ls ${{matrix.dir}} From 5a069e30034c1289b19513bc81669208ff2fde90 Mon Sep 17 00:00:00 2001 From: Sahara Yousuf Date: Thu, 11 Apr 2024 16:02:35 -0500 Subject: [PATCH 16/17] Disable CreateDocFromXPS and ConvertToOffice samples on macOS - The APIs necessary to run these 2 samples are only available on Win64 and Linux 64, so let's prevent them from running on macOS. --- .github/workflows/test-java-samples.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-java-samples.yml b/.github/workflows/test-java-samples.yml index 2a9877c..6c54ef3 100644 --- a/.github/workflows/test-java-samples.yml +++ b/.github/workflows/test-java-samples.yml @@ -175,7 +175,7 @@ jobs: sample_name=$(basename "$PWD") if [ "$sample_name" == "DisplayPDF" ] || [ "$sample_name" == "ImageDisplay" ] || [ "$sample_name" == "JavaViewer" ] || [ "$sample_name" == "PDFObjectExplorer" ] || [ "$sample_name" == "PrintPDF" ] || [ "$sample_name" == "PrintPDFGUI" ] || [ "$sample_name" == "ImageDisplayByteArray" ]; then echo "$sample_name will not be run due to GitHub runner limitations." - else + elif { [ "$sample_name" != "ConvertToOffice" ] && [ "$sample_name" != "CreateDocFromXPS" ]; } || [ "${{matrix.os}}" != 'macos-14' ]; then if [ "$RUNNER_OS" == "Windows" ]; then if [ "$sample_name" == "DocToImages" ]; then java -Djava.library.path="$PATH" -Dfile.encoding=UTF-8 -jar target/$sample_name-1.0-SNAPSHOT-jar-with-dependencies.jar -format=png Sample_Input/ducky.pdf @@ -189,6 +189,8 @@ jobs: java -Djava.library.path=./target/lib -Dfile.encoding=UTF-8 -jar target/$sample_name-1.0-SNAPSHOT-jar-with-dependencies.jar fi fi + else + echo "Not available on this os" fi - name: Set sample_name variable From 1d173a19d997568efb8a119e9bd39b2f999236f7 Mon Sep 17 00:00:00 2001 From: bruceh Date: Mon, 29 Apr 2024 16:26:04 -0500 Subject: [PATCH 17/17] Update PDFL version to 18.35.0 --- Annotations/Annotations/pom.xml | 10 +++++----- Annotations/InkAnnotations/pom.xml | 10 +++++----- Annotations/LinkAnnotations/pom.xml | 10 +++++----- Annotations/PolyLineAnnotations/pom.xml | 10 +++++----- Annotations/PolygonAnnotations/pom.xml | 10 +++++----- ContentCreation/AddElements/pom.xml | 10 +++++----- ContentCreation/AddHeaderFooter/pom.xml | 10 +++++----- ContentCreation/Clips/pom.xml | 10 +++++----- ContentCreation/CreateBookmarks/pom.xml | 10 +++++----- ContentCreation/GradientShade/pom.xml | 10 +++++----- ContentCreation/MakeDocWithCalGrayColorSpace/pom.xml | 10 +++++----- ContentCreation/MakeDocWithCalRGBColorSpace/pom.xml | 10 +++++----- ContentCreation/MakeDocWithDeviceNColorSpace/pom.xml | 10 +++++----- ContentCreation/MakeDocWithICCBasedColorSpace/pom.xml | 10 +++++----- ContentCreation/MakeDocWithIndexedColorSpace/pom.xml | 10 +++++----- ContentCreation/MakeDocWithLabColorSpace/pom.xml | 10 +++++----- .../MakeDocWithSeparationColorSpace/pom.xml | 10 +++++----- ContentCreation/NameTrees/pom.xml | 10 +++++----- ContentCreation/NumberTrees/pom.xml | 10 +++++----- ContentCreation/RemoteGoToActions/pom.xml | 10 +++++----- ContentCreation/WriteNChannelTiff/pom.xml | 10 +++++----- ContentModification/Actions/pom.xml | 10 +++++----- ContentModification/AddCollection/pom.xml | 10 +++++----- ContentModification/AddQRCode/pom.xml | 10 +++++----- ContentModification/ChangeLayerConfiguration/pom.xml | 10 +++++----- ContentModification/ChangeLinkColors/pom.xml | 10 +++++----- ContentModification/CreateLayer/pom.xml | 10 +++++----- ContentModification/ExtendedGraphicStates/pom.xml | 10 +++++----- ContentModification/FlattenTransparency/pom.xml | 10 +++++----- ContentModification/LaunchActions/pom.xml | 10 +++++----- ContentModification/MergePDF/pom.xml | 10 +++++----- ContentModification/PDFObject/pom.xml | 10 +++++----- ContentModification/PageLabels/pom.xml | 10 +++++----- ContentModification/UnderlinesAndHighlights/pom.xml | 10 +++++----- ContentModification/Watermark/pom.xml | 10 +++++----- Display/DisplayPDF/pom.xml | 10 +++++----- Display/ImageDisplay/pom.xml | 10 +++++----- Display/JavaViewer/pom.xml | 10 +++++----- Display/PDFObjectExplorer/pom.xml | 10 +++++----- DocumentConversion/ColorConvertDocument/pom.xml | 10 +++++----- DocumentConversion/ConvertToOffice/pom.xml | 10 +++++----- DocumentConversion/CreateDocFromXPS/pom.xml | 10 +++++----- DocumentConversion/FacturXConverter/pom.xml | 10 +++++----- DocumentConversion/PDFAConverter/pom.xml | 10 +++++----- DocumentConversion/PDFXConverter/pom.xml | 10 +++++----- DocumentConversion/ZUGFeRDConverter/pom.xml | 10 +++++----- DocumentOptimization/PDFOptimize/pom.xml | 10 +++++----- Images/DocToImages/pom.xml | 10 +++++----- Images/DrawSeparations/pom.xml | 10 +++++----- Images/EPSSeparations/pom.xml | 10 +++++----- Images/GetSeparatedImages/pom.xml | 10 +++++----- Images/ImageDisplayByteArray/pom.xml | 10 +++++----- Images/ImageEmbedICCProfile/pom.xml | 10 +++++----- Images/ImageExport/pom.xml | 10 +++++----- Images/ImageExtraction/pom.xml | 10 +++++----- Images/ImageFromBufferedImage/pom.xml | 10 +++++----- Images/ImageFromByteArray/pom.xml | 10 +++++----- Images/ImageImport/pom.xml | 10 +++++----- Images/ImageResampling/pom.xml | 10 +++++----- Images/OutputPreview/pom.xml | 10 +++++----- Images/RasterizePage/pom.xml | 10 +++++----- InformationExtraction/ListBookmarks/pom.xml | 10 +++++----- InformationExtraction/ListFonts/pom.xml | 10 +++++----- InformationExtraction/ListInfo/pom.xml | 10 +++++----- InformationExtraction/ListLayers/pom.xml | 10 +++++----- InformationExtraction/ListPaths/pom.xml | 10 +++++----- InformationExtraction/Metadata/pom.xml | 10 +++++----- OpticalCharacterRecognition/AddTextToDocument/pom.xml | 10 +++++----- OpticalCharacterRecognition/AddTextToImage/pom.xml | 10 +++++----- Other/MemoryFileSystem/pom.xml | 10 +++++----- Other/StreamIO/pom.xml | 10 +++++----- Printing/PrintPDF/pom.xml | 10 +++++----- Printing/PrintPDFGUI/pom.xml | 10 +++++----- Security/AddRegexRedaction/pom.xml | 10 +++++----- Security/Redactions/pom.xml | 10 +++++----- Text/AddGlyphs/pom.xml | 10 +++++----- Text/AddUnicodeText/pom.xml | 10 +++++----- Text/AddVerticalText/pom.xml | 10 +++++----- Text/ListWords/pom.xml | 10 +++++----- Text/RegexExtractText/pom.xml | 10 +++++----- Text/RegexTextSearch/pom.xml | 10 +++++----- Text/TextExtract/pom.xml | 10 +++++----- 82 files changed, 410 insertions(+), 410 deletions(-) diff --git a/Annotations/Annotations/pom.xml b/Annotations/Annotations/pom.xml index 3007630..85a1acb 100644 --- a/Annotations/Annotations/pom.xml +++ b/Annotations/Annotations/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/Annotations/InkAnnotations/pom.xml b/Annotations/InkAnnotations/pom.xml index 50ab755..af6ffcd 100644 --- a/Annotations/InkAnnotations/pom.xml +++ b/Annotations/InkAnnotations/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/Annotations/LinkAnnotations/pom.xml b/Annotations/LinkAnnotations/pom.xml index e8dbbbc..3c3c493 100644 --- a/Annotations/LinkAnnotations/pom.xml +++ b/Annotations/LinkAnnotations/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/Annotations/PolyLineAnnotations/pom.xml b/Annotations/PolyLineAnnotations/pom.xml index 15fb6b2..aa28ee6 100644 --- a/Annotations/PolyLineAnnotations/pom.xml +++ b/Annotations/PolyLineAnnotations/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/Annotations/PolygonAnnotations/pom.xml b/Annotations/PolygonAnnotations/pom.xml index 91ceeb2..ef1e654 100644 --- a/Annotations/PolygonAnnotations/pom.xml +++ b/Annotations/PolygonAnnotations/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/ContentCreation/AddElements/pom.xml b/ContentCreation/AddElements/pom.xml index 43cb933..b053fae 100644 --- a/ContentCreation/AddElements/pom.xml +++ b/ContentCreation/AddElements/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/ContentCreation/AddHeaderFooter/pom.xml b/ContentCreation/AddHeaderFooter/pom.xml index 917eea8..428dcf4 100644 --- a/ContentCreation/AddHeaderFooter/pom.xml +++ b/ContentCreation/AddHeaderFooter/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/ContentCreation/Clips/pom.xml b/ContentCreation/Clips/pom.xml index ff06a80..45dfb17 100644 --- a/ContentCreation/Clips/pom.xml +++ b/ContentCreation/Clips/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/ContentCreation/CreateBookmarks/pom.xml b/ContentCreation/CreateBookmarks/pom.xml index 467d861..ffe1627 100644 --- a/ContentCreation/CreateBookmarks/pom.xml +++ b/ContentCreation/CreateBookmarks/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/ContentCreation/GradientShade/pom.xml b/ContentCreation/GradientShade/pom.xml index c696126..9bbcac0 100644 --- a/ContentCreation/GradientShade/pom.xml +++ b/ContentCreation/GradientShade/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/ContentCreation/MakeDocWithCalGrayColorSpace/pom.xml b/ContentCreation/MakeDocWithCalGrayColorSpace/pom.xml index 753b016..3be2bff 100644 --- a/ContentCreation/MakeDocWithCalGrayColorSpace/pom.xml +++ b/ContentCreation/MakeDocWithCalGrayColorSpace/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/ContentCreation/MakeDocWithCalRGBColorSpace/pom.xml b/ContentCreation/MakeDocWithCalRGBColorSpace/pom.xml index 3fbcf70..73cb60f 100644 --- a/ContentCreation/MakeDocWithCalRGBColorSpace/pom.xml +++ b/ContentCreation/MakeDocWithCalRGBColorSpace/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/ContentCreation/MakeDocWithDeviceNColorSpace/pom.xml b/ContentCreation/MakeDocWithDeviceNColorSpace/pom.xml index 59c05e9..9ff49d8 100644 --- a/ContentCreation/MakeDocWithDeviceNColorSpace/pom.xml +++ b/ContentCreation/MakeDocWithDeviceNColorSpace/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/ContentCreation/MakeDocWithICCBasedColorSpace/pom.xml b/ContentCreation/MakeDocWithICCBasedColorSpace/pom.xml index cffdb84..5ee8b1a 100644 --- a/ContentCreation/MakeDocWithICCBasedColorSpace/pom.xml +++ b/ContentCreation/MakeDocWithICCBasedColorSpace/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/ContentCreation/MakeDocWithIndexedColorSpace/pom.xml b/ContentCreation/MakeDocWithIndexedColorSpace/pom.xml index c90e872..2fa67e7 100644 --- a/ContentCreation/MakeDocWithIndexedColorSpace/pom.xml +++ b/ContentCreation/MakeDocWithIndexedColorSpace/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/ContentCreation/MakeDocWithLabColorSpace/pom.xml b/ContentCreation/MakeDocWithLabColorSpace/pom.xml index 042b3af..c118906 100644 --- a/ContentCreation/MakeDocWithLabColorSpace/pom.xml +++ b/ContentCreation/MakeDocWithLabColorSpace/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/ContentCreation/MakeDocWithSeparationColorSpace/pom.xml b/ContentCreation/MakeDocWithSeparationColorSpace/pom.xml index 436fdce..9e9ea57 100644 --- a/ContentCreation/MakeDocWithSeparationColorSpace/pom.xml +++ b/ContentCreation/MakeDocWithSeparationColorSpace/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/ContentCreation/NameTrees/pom.xml b/ContentCreation/NameTrees/pom.xml index 0b43fce..510003e 100644 --- a/ContentCreation/NameTrees/pom.xml +++ b/ContentCreation/NameTrees/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/ContentCreation/NumberTrees/pom.xml b/ContentCreation/NumberTrees/pom.xml index e2dc2b8..b61b6fe 100644 --- a/ContentCreation/NumberTrees/pom.xml +++ b/ContentCreation/NumberTrees/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/ContentCreation/RemoteGoToActions/pom.xml b/ContentCreation/RemoteGoToActions/pom.xml index 25d5dc1..2bb3cdb 100644 --- a/ContentCreation/RemoteGoToActions/pom.xml +++ b/ContentCreation/RemoteGoToActions/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/ContentCreation/WriteNChannelTiff/pom.xml b/ContentCreation/WriteNChannelTiff/pom.xml index 4bf819e..a92256e 100644 --- a/ContentCreation/WriteNChannelTiff/pom.xml +++ b/ContentCreation/WriteNChannelTiff/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/ContentModification/Actions/pom.xml b/ContentModification/Actions/pom.xml index bf033f9..3854a8f 100644 --- a/ContentModification/Actions/pom.xml +++ b/ContentModification/Actions/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/ContentModification/AddCollection/pom.xml b/ContentModification/AddCollection/pom.xml index c2312be..67540ba 100644 --- a/ContentModification/AddCollection/pom.xml +++ b/ContentModification/AddCollection/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/ContentModification/AddQRCode/pom.xml b/ContentModification/AddQRCode/pom.xml index 93636a9..de11a20 100644 --- a/ContentModification/AddQRCode/pom.xml +++ b/ContentModification/AddQRCode/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/ContentModification/ChangeLayerConfiguration/pom.xml b/ContentModification/ChangeLayerConfiguration/pom.xml index b2484bf..0b19a44 100644 --- a/ContentModification/ChangeLayerConfiguration/pom.xml +++ b/ContentModification/ChangeLayerConfiguration/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/ContentModification/ChangeLinkColors/pom.xml b/ContentModification/ChangeLinkColors/pom.xml index 841dbd5..bb2ee8e 100644 --- a/ContentModification/ChangeLinkColors/pom.xml +++ b/ContentModification/ChangeLinkColors/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/ContentModification/CreateLayer/pom.xml b/ContentModification/CreateLayer/pom.xml index 71143e3..f78641a 100644 --- a/ContentModification/CreateLayer/pom.xml +++ b/ContentModification/CreateLayer/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/ContentModification/ExtendedGraphicStates/pom.xml b/ContentModification/ExtendedGraphicStates/pom.xml index bc10808..282793d 100644 --- a/ContentModification/ExtendedGraphicStates/pom.xml +++ b/ContentModification/ExtendedGraphicStates/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/ContentModification/FlattenTransparency/pom.xml b/ContentModification/FlattenTransparency/pom.xml index 2b62e4e..fa64e09 100644 --- a/ContentModification/FlattenTransparency/pom.xml +++ b/ContentModification/FlattenTransparency/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/ContentModification/LaunchActions/pom.xml b/ContentModification/LaunchActions/pom.xml index 86cb87d..f4c6cb0 100644 --- a/ContentModification/LaunchActions/pom.xml +++ b/ContentModification/LaunchActions/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/ContentModification/MergePDF/pom.xml b/ContentModification/MergePDF/pom.xml index 49c1af2..bcf9f95 100644 --- a/ContentModification/MergePDF/pom.xml +++ b/ContentModification/MergePDF/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/ContentModification/PDFObject/pom.xml b/ContentModification/PDFObject/pom.xml index 282879a..eb1a616 100644 --- a/ContentModification/PDFObject/pom.xml +++ b/ContentModification/PDFObject/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/ContentModification/PageLabels/pom.xml b/ContentModification/PageLabels/pom.xml index ee8d720..eef4719 100644 --- a/ContentModification/PageLabels/pom.xml +++ b/ContentModification/PageLabels/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/ContentModification/UnderlinesAndHighlights/pom.xml b/ContentModification/UnderlinesAndHighlights/pom.xml index 1742351..ab0beeb 100644 --- a/ContentModification/UnderlinesAndHighlights/pom.xml +++ b/ContentModification/UnderlinesAndHighlights/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/ContentModification/Watermark/pom.xml b/ContentModification/Watermark/pom.xml index b685e1c..4333157 100644 --- a/ContentModification/Watermark/pom.xml +++ b/ContentModification/Watermark/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/Display/DisplayPDF/pom.xml b/Display/DisplayPDF/pom.xml index 4985bef..5012e26 100644 --- a/Display/DisplayPDF/pom.xml +++ b/Display/DisplayPDF/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/Display/ImageDisplay/pom.xml b/Display/ImageDisplay/pom.xml index 48f3c35..96bf2f9 100644 --- a/Display/ImageDisplay/pom.xml +++ b/Display/ImageDisplay/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/Display/JavaViewer/pom.xml b/Display/JavaViewer/pom.xml index 29d9de9..6f37cec 100644 --- a/Display/JavaViewer/pom.xml +++ b/Display/JavaViewer/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/Display/PDFObjectExplorer/pom.xml b/Display/PDFObjectExplorer/pom.xml index c87c4ee..5ec4834 100644 --- a/Display/PDFObjectExplorer/pom.xml +++ b/Display/PDFObjectExplorer/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/DocumentConversion/ColorConvertDocument/pom.xml b/DocumentConversion/ColorConvertDocument/pom.xml index a8fd44a..b99cb89 100644 --- a/DocumentConversion/ColorConvertDocument/pom.xml +++ b/DocumentConversion/ColorConvertDocument/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/DocumentConversion/ConvertToOffice/pom.xml b/DocumentConversion/ConvertToOffice/pom.xml index d70b2ef..1e9bd8e 100644 --- a/DocumentConversion/ConvertToOffice/pom.xml +++ b/DocumentConversion/ConvertToOffice/pom.xml @@ -39,32 +39,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/DocumentConversion/CreateDocFromXPS/pom.xml b/DocumentConversion/CreateDocFromXPS/pom.xml index dae60c0..fe26c36 100644 --- a/DocumentConversion/CreateDocFromXPS/pom.xml +++ b/DocumentConversion/CreateDocFromXPS/pom.xml @@ -39,32 +39,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/DocumentConversion/FacturXConverter/pom.xml b/DocumentConversion/FacturXConverter/pom.xml index 6232ba9..02f0b80 100644 --- a/DocumentConversion/FacturXConverter/pom.xml +++ b/DocumentConversion/FacturXConverter/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/DocumentConversion/PDFAConverter/pom.xml b/DocumentConversion/PDFAConverter/pom.xml index 3b888d8..a2d3d20 100644 --- a/DocumentConversion/PDFAConverter/pom.xml +++ b/DocumentConversion/PDFAConverter/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/DocumentConversion/PDFXConverter/pom.xml b/DocumentConversion/PDFXConverter/pom.xml index ea7d135..bd8e0c4 100644 --- a/DocumentConversion/PDFXConverter/pom.xml +++ b/DocumentConversion/PDFXConverter/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/DocumentConversion/ZUGFeRDConverter/pom.xml b/DocumentConversion/ZUGFeRDConverter/pom.xml index 9ebf6fa..250e265 100644 --- a/DocumentConversion/ZUGFeRDConverter/pom.xml +++ b/DocumentConversion/ZUGFeRDConverter/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/DocumentOptimization/PDFOptimize/pom.xml b/DocumentOptimization/PDFOptimize/pom.xml index c8dbc54..050ee5f 100644 --- a/DocumentOptimization/PDFOptimize/pom.xml +++ b/DocumentOptimization/PDFOptimize/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/Images/DocToImages/pom.xml b/Images/DocToImages/pom.xml index e66232e..8c363df 100644 --- a/Images/DocToImages/pom.xml +++ b/Images/DocToImages/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/Images/DrawSeparations/pom.xml b/Images/DrawSeparations/pom.xml index c81223f..e6d9267 100644 --- a/Images/DrawSeparations/pom.xml +++ b/Images/DrawSeparations/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/Images/EPSSeparations/pom.xml b/Images/EPSSeparations/pom.xml index 1584a68..91e61af 100644 --- a/Images/EPSSeparations/pom.xml +++ b/Images/EPSSeparations/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/Images/GetSeparatedImages/pom.xml b/Images/GetSeparatedImages/pom.xml index ca894fb..ec6dc88 100644 --- a/Images/GetSeparatedImages/pom.xml +++ b/Images/GetSeparatedImages/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/Images/ImageDisplayByteArray/pom.xml b/Images/ImageDisplayByteArray/pom.xml index d029e83..2b2c0cd 100644 --- a/Images/ImageDisplayByteArray/pom.xml +++ b/Images/ImageDisplayByteArray/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/Images/ImageEmbedICCProfile/pom.xml b/Images/ImageEmbedICCProfile/pom.xml index 1d429cf..a3f76c4 100644 --- a/Images/ImageEmbedICCProfile/pom.xml +++ b/Images/ImageEmbedICCProfile/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/Images/ImageExport/pom.xml b/Images/ImageExport/pom.xml index b2fe9a2..cb2c7c3 100644 --- a/Images/ImageExport/pom.xml +++ b/Images/ImageExport/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/Images/ImageExtraction/pom.xml b/Images/ImageExtraction/pom.xml index 856ce6e..bb6f54d 100644 --- a/Images/ImageExtraction/pom.xml +++ b/Images/ImageExtraction/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/Images/ImageFromBufferedImage/pom.xml b/Images/ImageFromBufferedImage/pom.xml index f541a5c..dd1a20f 100644 --- a/Images/ImageFromBufferedImage/pom.xml +++ b/Images/ImageFromBufferedImage/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/Images/ImageFromByteArray/pom.xml b/Images/ImageFromByteArray/pom.xml index 45d48c4..15d7049 100644 --- a/Images/ImageFromByteArray/pom.xml +++ b/Images/ImageFromByteArray/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/Images/ImageImport/pom.xml b/Images/ImageImport/pom.xml index 063b58a..10e6544 100644 --- a/Images/ImageImport/pom.xml +++ b/Images/ImageImport/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/Images/ImageResampling/pom.xml b/Images/ImageResampling/pom.xml index 2de0393..7fcd8b1 100644 --- a/Images/ImageResampling/pom.xml +++ b/Images/ImageResampling/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/Images/OutputPreview/pom.xml b/Images/OutputPreview/pom.xml index 3ca10d2..8d8218e 100644 --- a/Images/OutputPreview/pom.xml +++ b/Images/OutputPreview/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/Images/RasterizePage/pom.xml b/Images/RasterizePage/pom.xml index 4d0300b..9507d8c 100644 --- a/Images/RasterizePage/pom.xml +++ b/Images/RasterizePage/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/InformationExtraction/ListBookmarks/pom.xml b/InformationExtraction/ListBookmarks/pom.xml index 5451545..a12f47c 100644 --- a/InformationExtraction/ListBookmarks/pom.xml +++ b/InformationExtraction/ListBookmarks/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/InformationExtraction/ListFonts/pom.xml b/InformationExtraction/ListFonts/pom.xml index c17b065..d93d9d2 100644 --- a/InformationExtraction/ListFonts/pom.xml +++ b/InformationExtraction/ListFonts/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/InformationExtraction/ListInfo/pom.xml b/InformationExtraction/ListInfo/pom.xml index e01c601..849996a 100644 --- a/InformationExtraction/ListInfo/pom.xml +++ b/InformationExtraction/ListInfo/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/InformationExtraction/ListLayers/pom.xml b/InformationExtraction/ListLayers/pom.xml index 43633d5..e402912 100644 --- a/InformationExtraction/ListLayers/pom.xml +++ b/InformationExtraction/ListLayers/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/InformationExtraction/ListPaths/pom.xml b/InformationExtraction/ListPaths/pom.xml index acd0999..8433511 100644 --- a/InformationExtraction/ListPaths/pom.xml +++ b/InformationExtraction/ListPaths/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/InformationExtraction/Metadata/pom.xml b/InformationExtraction/Metadata/pom.xml index 29d35af..0d59525 100644 --- a/InformationExtraction/Metadata/pom.xml +++ b/InformationExtraction/Metadata/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/OpticalCharacterRecognition/AddTextToDocument/pom.xml b/OpticalCharacterRecognition/AddTextToDocument/pom.xml index 761ca9c..4c420a5 100644 --- a/OpticalCharacterRecognition/AddTextToDocument/pom.xml +++ b/OpticalCharacterRecognition/AddTextToDocument/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/OpticalCharacterRecognition/AddTextToImage/pom.xml b/OpticalCharacterRecognition/AddTextToImage/pom.xml index ff488e9..1844a6f 100644 --- a/OpticalCharacterRecognition/AddTextToImage/pom.xml +++ b/OpticalCharacterRecognition/AddTextToImage/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/Other/MemoryFileSystem/pom.xml b/Other/MemoryFileSystem/pom.xml index a971451..10f5eca 100644 --- a/Other/MemoryFileSystem/pom.xml +++ b/Other/MemoryFileSystem/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/Other/StreamIO/pom.xml b/Other/StreamIO/pom.xml index 5b9784d..ef8a23a 100644 --- a/Other/StreamIO/pom.xml +++ b/Other/StreamIO/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/Printing/PrintPDF/pom.xml b/Printing/PrintPDF/pom.xml index 872c1d2..0bdcdef 100644 --- a/Printing/PrintPDF/pom.xml +++ b/Printing/PrintPDF/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/Printing/PrintPDFGUI/pom.xml b/Printing/PrintPDFGUI/pom.xml index a1b358e..308bcea 100644 --- a/Printing/PrintPDFGUI/pom.xml +++ b/Printing/PrintPDFGUI/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/Security/AddRegexRedaction/pom.xml b/Security/AddRegexRedaction/pom.xml index af7579b..2cbcc82 100644 --- a/Security/AddRegexRedaction/pom.xml +++ b/Security/AddRegexRedaction/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/Security/Redactions/pom.xml b/Security/Redactions/pom.xml index a460a2c..135e8c5 100644 --- a/Security/Redactions/pom.xml +++ b/Security/Redactions/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/Text/AddGlyphs/pom.xml b/Text/AddGlyphs/pom.xml index c41f25d..e3bb82e 100644 --- a/Text/AddGlyphs/pom.xml +++ b/Text/AddGlyphs/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/Text/AddUnicodeText/pom.xml b/Text/AddUnicodeText/pom.xml index 505906b..4fc7e6f 100644 --- a/Text/AddUnicodeText/pom.xml +++ b/Text/AddUnicodeText/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/Text/AddVerticalText/pom.xml b/Text/AddVerticalText/pom.xml index 168366a..e04a7b1 100644 --- a/Text/AddVerticalText/pom.xml +++ b/Text/AddVerticalText/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/Text/ListWords/pom.xml b/Text/ListWords/pom.xml index 1f3ac20..17e4f49 100644 --- a/Text/ListWords/pom.xml +++ b/Text/ListWords/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/Text/RegexExtractText/pom.xml b/Text/RegexExtractText/pom.xml index 7305595..01397a0 100644 --- a/Text/RegexExtractText/pom.xml +++ b/Text/RegexExtractText/pom.xml @@ -56,32 +56,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/Text/RegexTextSearch/pom.xml b/Text/RegexTextSearch/pom.xml index 0e02ac5..4adde76 100644 --- a/Text/RegexTextSearch/pom.xml +++ b/Text/RegexTextSearch/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc diff --git a/Text/TextExtract/pom.xml b/Text/TextExtract/pom.xml index 1d8ba98..16c97e4 100644 --- a/Text/TextExtract/pom.xml +++ b/Text/TextExtract/pom.xml @@ -51,32 +51,32 @@ com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 pom com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip ${jni.classifier} com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 zip resources com.datalogics.pdfl pdfl - 18.34.0 + 18.35.0 javadoc