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 ad737327..1d439263 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 91e7bc37..30076306 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 dbd018c0..50ab7553 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 bb37ee17..e8dbbbce 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 fde1557a..15fb6b2a 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 3afa7f2d..91ceeb2d 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 a86d55b5..43cb9331 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 92780b95..917eea82 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 c395ab43..ff06a805 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 d9e5c99c..467d8618 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 1bd96a64..c6961260 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 43ada9fa..753b0166 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 c6acc6d2..3fbcf70e 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 b0d36a39..59c05e92 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 305c927f..cffdb84d 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 5317b44c..c90e872b 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 ad16d755..042b3aff 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 63700c9b..436fdce7 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 86ae4459..0b43fce4 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 f40fce55..e2dc2b8b 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 c398d89d..25d5dc14 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 7a5a2638..4bf819ed 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 4be971ed..bf033f92 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 3adb123a..c2312bed 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 c057b44e..93636a92 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 84a4fbba..b2484bf6 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 5b0e6b00..841dbd50 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 31637b6d..71143e3c 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 b18d8487..bc108084 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 df378965..2b62e4e5 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 2e558512..86cb87d4 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 78fbbc45..49c1af2d 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 6be78bc6..282879a8 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 4bfa78f0..ee8d7204 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 6539ad7e..17423516 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 d6187ca0..b685e1c6 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 141e2331..4985bef1 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 99898968..48f3c35c 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 5f011aba..29d9de94 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 c9b8aaec..c87c4ee4 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 9402d79c..a8fd44aa 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 e8a9e459..d70b2ef7 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 6aa01e8e..dae60c06 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 d661f185..6232ba95 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 edf0a17b..3b888d82 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 fc0df693..ea7d1354 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 29dfd0e5..9ebf6fae 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 14486fed..6d21abaf 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 d055a324..e66232e5 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 2b2bf5be..c81223ff 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 f0953c9c..1584a68a 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 7d4310dc..ca894fbc 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 af1c490f..d029e837 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 7136897c..1d429cfa 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 8ed2a462..b2fe9a2b 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 b6619c7b..856ce6e1 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 03609976..f541a5c1 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 7303eb7f..45d48c46 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 76244b12..063b58ad 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 39040f91..2de03935 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 f4095e14..3ca10d2b 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 ca1cec9c..4d0300bd 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 01325fdf..abe5e34b 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 0ff826d7..c17b0656 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 dda3f790..e01c6011 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 d8e3e5e0..43633d58 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 e455af73..acd09999 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 e7e03bc3..29d35afb 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 b06f73d9..761ca9cb 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 503f0663..ff488e98 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 9257b82a..a9714512 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 a784bf2c..5b9784d8 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 7b45ce73..872c1d24 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 c1c5852f..a1b358e5 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 5daba7ec..af7579b6 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 1a0e049d..a460a2cb 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 c40d2ad7..c41f25d6 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 ff45b57c..505906be 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 85a60e53..168366a5 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 41c9b3c5..1f3ac202 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 821f185e..7305595e 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 5b7515d3..0e02ac5f 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 cf89acca..1d8ba986 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 1d439263..a0fbc405 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 a0fbc405..3d8034c5 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 3d8034c5..59158825 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 6d21abaf..c8dbc547 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 59158825..730c1452 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 730c1452..ad10d765 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 ad10d765..73315d2d 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 73315d2d..e6bd8b2f 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 705f2a1d..320c3f02 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 e6bd8b2f..ccc90694 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 abe5e34b..5451545f 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 ccc90694..3196abbf 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 3196abbf..b4767f40 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 b4767f40..fae8bd71 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 fae8bd71..2a9877c4 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 2a9877c4..6c54ef37 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 30076306..85a1acbd 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 50ab7553..af6ffcdd 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 e8dbbbce..3c3c493b 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 15fb6b2a..aa28ee64 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 91ceeb2d..ef1e654e 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 43cb9331..b053fae0 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 917eea82..428dcf49 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 ff06a805..45dfb179 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 467d8618..ffe16278 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 c6961260..9bbcac00 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 753b0166..3be2bff7 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 3fbcf70e..73cb60f4 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 59c05e92..9ff49d87 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 cffdb84d..5ee8b1ad 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 c90e872b..2fa67e7d 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 042b3aff..c1189066 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 436fdce7..9e9ea57c 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 0b43fce4..510003e6 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 e2dc2b8b..b61b6fe3 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 25d5dc14..2bb3cdb9 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 4bf819ed..a92256e7 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 bf033f92..3854a8ff 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 c2312bed..67540ba2 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 93636a92..de11a205 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 b2484bf6..0b19a449 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 841dbd50..bb2ee8e8 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 71143e3c..f78641aa 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 bc108084..282793de 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 2b62e4e5..fa64e093 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 86cb87d4..f4c6cb0e 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 49c1af2d..bcf9f95d 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 282879a8..eb1a6169 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 ee8d7204..eef47199 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 17423516..ab0beebb 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 b685e1c6..4333157e 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 4985bef1..5012e26e 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 48f3c35c..96bf2f96 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 29d9de94..6f37cec0 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 c87c4ee4..5ec48343 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 a8fd44aa..b99cb892 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 d70b2ef7..1e9bd8e1 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 dae60c06..fe26c36c 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 6232ba95..02f0b806 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 3b888d82..a2d3d206 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 ea7d1354..bd8e0c45 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 9ebf6fae..250e265f 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 c8dbc547..050ee5f6 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 e66232e5..8c363df7 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 c81223ff..e6d92679 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 1584a68a..91e61af0 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 ca894fbc..ec6dc885 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 d029e837..2b2c0cd4 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 1d429cfa..a3f76c47 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 b2fe9a2b..cb2c7c38 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 856ce6e1..bb6f54da 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 f541a5c1..dd1a20f8 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 45d48c46..15d70491 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 063b58ad..10e65448 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 2de03935..7fcd8b18 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 3ca10d2b..8d8218eb 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 4d0300bd..9507d8c1 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 5451545f..a12f47c7 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 c17b0656..d93d9d29 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 e01c6011..849996af 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 43633d58..e402912f 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 acd09999..84335119 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 29d35afb..0d595253 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 761ca9cb..4c420a57 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 ff488e98..1844a6f6 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 a9714512..10f5ecab 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 5b9784d8..ef8a23ae 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 872c1d24..0bdcdefc 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 a1b358e5..308bceab 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 af7579b6..2cbcc82a 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 a460a2cb..135e8c50 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 c41f25d6..e3bb82e8 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 505906be..4fc7e6fc 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 168366a5..e04a7b1a 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 1f3ac202..17e4f49a 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 7305595e..01397a06 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 0e02ac5f..4adde76d 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 1d8ba986..16c97e4b 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