Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2024-2025 MASES s.r.l.
Copyright (c) 2024-2026 MASES s.r.l.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
12 changes: 6 additions & 6 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,22 @@ The configuration is:
"DisableInterfaceMethodGeneration": true,
"CreateInterfaceInheritance": true,
"JarList": [
"pdfbox-3.0.5.jar",
"pdfbox-io-3.0.5.jar",
"fontbox-3.0.5.jar"
"pdfbox-3.0.7.jar",
"pdfbox-io-3.0.7.jar",
"fontbox-3.0.7.jar"
],
"OriginJavadocJARVersionAndUrls": [
{
"Version": 8,
"Url": "https://www.javadoc.io/doc/org.apache.pdfbox/pdfbox/3.0.5/"
"Url": "https://www.javadoc.io/doc/org.apache.pdfbox/pdfbox/3.0.7/"
},
{
"Version": 8,
"Url": "https://www.javadoc.io/doc/org.apache.pdfbox/pdfbox-io/3.0.5/"
"Url": "https://www.javadoc.io/doc/org.apache.pdfbox/pdfbox-io/3.0.7/"
},
{
"Version": 8,
"Url": "https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.5/"
"Url": "https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.7/"
}
],
"NamespacesToAvoid": [
Expand Down
12 changes: 6 additions & 6 deletions src/configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@
"DisableInterfaceMethodGeneration": true,
"CreateInterfaceInheritance": true,
"JarList": [
"pdfbox-3.0.6.jar",
"pdfbox-io-3.0.6.jar",
"fontbox-3.0.6.jar"
"pdfbox-3.0.7.jar",
"pdfbox-io-3.0.7.jar",
"fontbox-3.0.7.jar"
],
"OriginJavadocJARVersionAndUrls": [
{
"Version": 8,
"Url": "https://www.javadoc.io/doc/org.apache.pdfbox/pdfbox/3.0.6/"
"Url": "https://www.javadoc.io/doc/org.apache.pdfbox/pdfbox/3.0.7/"
},
{
"Version": 8,
"Url": "https://www.javadoc.io/doc/org.apache.pdfbox/pdfbox-io/3.0.6/"
"Url": "https://www.javadoc.io/doc/org.apache.pdfbox/pdfbox-io/3.0.7/"
},
{
"Version": 8,
"Url": "https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.6/"
"Url": "https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.7/"
}
],
"NamespacesToAvoid": [
Expand Down
2 changes: 1 addition & 1 deletion src/copyright.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2024-2025 MASES s.r.l.
* Copyright (c) 2024-2026 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024-2025 MASES s.r.l.
* Copyright (c) 2024-2026 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/net/NetPDF/InternalConst.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024-2025 MASES s.r.l.
* Copyright (c) 2024-2026 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/net/NetPDF/NetPDFCore.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024-2025 MASES s.r.l.
* Copyright (c) 2024-2026 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/net/NetPDFCLI/InternalConst.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024-2025 MASES s.r.l.
* Copyright (c) 2024-2026 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/net/NetPDFCLI/NetPDFCLI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<repository type="git" url="https://github.com/masesgroup/NetPDF/" />
<description>Command line interface of .NET suite for PDFBox™. NetPDF is a comprehensive suite of libraries and tools to use PDFBox™ and .NET side-by-side.</description>
<releaseNotes>https://github.com/masesgroup/NetPDF/releases</releaseNotes>
<copyright>Copyright 2024-2025 MASES s.r.l.</copyright>
<copyright>Copyright (c) 2024-2026 MASES s.r.l.</copyright>
<license type="file">LICENSE</license>
<icon>JCOB128x128.png</icon>
<tags>netpdf cli pdf pdfbox dotnet clr netcore net8 gateway</tags>
Expand Down
2 changes: 1 addition & 1 deletion src/net/NetPDFCLI/NetPDFCLICore.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024-2025 MASES s.r.l.
* Copyright (c) 2024-2026 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/net/NetPDFCLI/Program.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024-2025 MASES s.r.l.
* Copyright (c) 2024-2026 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/net/NetPDFPS/Cmdlet/NetPDFPSCmdlet.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024-2025 MASES s.r.l.
* Copyright (c) 2024-2026 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/net/NetPDFPS/Cmdlet/NewPdfCmdletCommand.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024-2025 MASES s.r.l.
* Copyright (c) 2024-2026 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/net/NetPDFPS/Cmdlet/OpenPdfCmdletCommand.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024-2025 MASES s.r.l.
* Copyright (c) 2024-2026 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024-2025 MASES s.r.l.
* Copyright (c) 2024-2026 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/net/NetPDFPS/Cmdlet/SavePdfCmdletCommand.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024-2025 MASES s.r.l.
* Copyright (c) 2024-2026 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/net/NetPDFPS/Cmdlet/StartNetPDFPSCmdletCommand.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024-2025 MASES s.r.l.
* Copyright (c) 2024-2026 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/net/NetPDFPS/Cmdlet/StartNetPDFPSCmdletCommandBase.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024-2025 MASES s.r.l.
* Copyright (c) 2024-2026 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/net/NetPDFPS/MASES.NetPDFPS.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Author = 'MASES s.r.l.'

CompanyName = 'MASES s.r.l.'

Copyright = 'Copyright 2024-2025 MASES s.r.l.'
Copyright = 'Copyright (c) 2024-2026 MASES s.r.l.'

Description = 'NetPDF (.NET suite for PDFBox™) PowerShell (aka NetPDFPS) is a PowerShell Module to use PDFBox™ and PowerShell side-by-side. With NetPDFPS it is possible to:
- create and use PDFBox™ objects from PowerShell: initialize PDFBox™ object (Java, Scala, Kotlin, ...), execute methods on the object, read data from the object to be used for further PowerShell code
Expand Down
2 changes: 1 addition & 1 deletion src/net/NetPDFPS/MASES.NetPDFPSCore.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Author = 'MASES s.r.l.'
CompanyName = 'MASES s.r.l.'

# Copyright statement for this module
Copyright = 'Copyright 2024-2025 MASES s.r.l.'
Copyright = 'Copyright (c) 2024-2026 MASES s.r.l.'

# Description of the functionality provided by this module
Description = 'PowerShell Module to use PDFBox™ and PowerShell side-by-side. With NetPDFPS it is possible to use PDFBox™ objects within PowerShell. See https://github.com/masesgroup/NetPDF for further information.'
Expand Down
2 changes: 1 addition & 1 deletion src/net/NetPDFPS/MASES.NetPDFPSFramework.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Author = 'MASES s.r.l.'
CompanyName = 'MASES s.r.l.'

# Copyright statement for this module
Copyright = 'Copyright 2024-2025 MASES s.r.l.'
Copyright = 'Copyright (c) 2024-2026 MASES s.r.l.'

# Description of the functionality provided by this module
Description = 'PowerShell Module to use PDFBox™ and PowerShell side-by-side. With NetPDFPS it is possible to use PDFBox™ objects within PowerShell. See https://github.com/masesgroup/NetPDF for further information.'
Expand Down
2 changes: 1 addition & 1 deletion src/net/NetPDFPS/NetPDFPSCore.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024-2025 MASES s.r.l.
* Copyright (c) 2024-2026 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/net/NetPDFPS/NetPDFPSHelper.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024-2025 MASES s.r.l.
* Copyright (c) 2024-2026 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Loading