Skip to content

Commit

Permalink
updated version for sdk watermark and a11y operations
Browse files Browse the repository at this point in the history
  • Loading branch information
mahour committed Nov 5, 2024
1 parent ff082c6 commit 0615bfa
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ To complete this guide, you will need:
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Adobe.PDFServicesSDK" Version="4.0.0" />
<PackageReference Include="Adobe.PDFServicesSDK" Version="4.1.0" />
<PackageReference Include="log4net" Version="2.0.17" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ To complete this guide, you will need:
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<pdfservices.sdk.version>4.1.1</pdfservices.sdk.version>
<pdfservices.sdk.version>4.2.0</pdfservices.sdk.version>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ For security reasons you may wish to confirm the installer's authenticity. To do
1. After downloading the package zip, run following command

```
pip hash <download_dir>/pdfservices-sdk-4.0.0.tar.gz
pip hash <download_dir>/pdfservices-sdk-4.1.0.tar.gz
```

1. Above command will return the hash of downloaded package.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ To complete this guide, you will need:

<ItemGroup>
<PackageReference Include="log4net" Version="2.0.17" />
<PackageReference Include="Adobe.PDFServicesSDK" Version="4.0.0" />
<PackageReference Include="Adobe.PDFServicesSDK" Version="4.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ To complete this guide, you will need:
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<pdfservices.sdk.version>4.1.1</pdfservices.sdk.version>
<pdfservices.sdk.version>4.2.0</pdfservices.sdk.version>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ For security reasons you may wish to confirm the installer's authenticity. To do
1. After downloading the package zip, run following command

```
pip hash <download_dir>/pdfservices-sdk-4.0.0.tar.gz
pip hash <download_dir>/pdfservices-sdk-4.1.0.tar.gz
```

2. Above command will return the hash of downloaded package.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ To complete this guide, you will need:
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<pdfservices.sdk.version>4.1.1</pdfservices.sdk.version>
<pdfservices.sdk.version>4.2.0</pdfservices.sdk.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/overview/pdf-extract-api/gettingstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ For security reasons you may wish to confirm the installer's authenticity. To do
1. After downloading the package zip, run following command

```
pip hash <download_dir>/pdfservices-sdk-4.0.0.tar.gz
pip hash <download_dir>/pdfservices-sdk-4.1.0.tar.gz
```

1. Above command will return the hash of downloaded package.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ To complete this guide, you will need:
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Adobe.PDFServicesSDK" Version="4.0.0" />
<PackageReference Include="Adobe.PDFServicesSDK" Version="4.1.0" />
<PackageReference Include="log4net" Version="2.0.17" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ To complete this guide, you will need:
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<pdfservices.sdk.version>4.1.1</pdfservices.sdk.version>
<pdfservices.sdk.version>4.2.0</pdfservices.sdk.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/overview/pdf-services-api/gettingstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ For security reasons you may wish to confirm the installer's authenticity. To do
1. After downloading the package zip, run following command

```
pip hash <download_dir>/pdfservices-sdk-4.0.0.tar.gz
pip hash <download_dir>/pdfservices-sdk-4.1.0.tar.gz
```

2. Above command will return the hash of downloaded package.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ To complete this guide, you will need:
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Adobe.PDFServicesSDK" Version="4.0.0" />
<PackageReference Include="Adobe.PDFServicesSDK" Version="4.1.0" />
<PackageReference Include="log4net" Version="2.0.17" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ To complete this guide, you will need:
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<pdfservices.sdk.version>4.1.1</pdfservices.sdk.version>
<pdfservices.sdk.version>4.2.0</pdfservices.sdk.version>
</properties>

<dependencies>
Expand Down
8 changes: 4 additions & 4 deletions src/pages/overview/releasenotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ version.
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<pdfservices.sdk.version>4.1.0</pdfservices.sdk.version>
<pdfservices.sdk.samples.version>4.1.0</pdfservices.sdk.samples.version>
<pdfservices.sdk.version>4.2.0</pdfservices.sdk.version>
<pdfservices.sdk.samples.version>4.2.0</pdfservices.sdk.samples.version>
</properties>
<dependency>
Expand All @@ -116,7 +116,7 @@ import com.adobe.pdfservices.operation.ExecutionContext;
* Update the latest SDK dependency in package.json file of your project

```
"@adobe/pdfservices-node-sdk": "4.0.1"
"@adobe/pdfservices-node-sdk": "4.1.0"
```

* Require the `@adobe/pdfservices-node-sdk` in the Sample file to access the SDK interface
Expand All @@ -140,7 +140,7 @@ const pageLayout = new PDFServicesSdk.CreatePDF.options.html.PageLayout();
```
<ItemGroup>
<PackageReference Include="log4net" Version="2.0.17" />
<PackageReference Include="Adobe.PDFServicesSDK" Version="4.0.0" />
<PackageReference Include="Adobe.PDFServicesSDK" Version="4.1.0" />
</ItemGroup>
```

Expand Down

0 comments on commit 0615bfa

Please # to comment.