From 909e70c147dba22ea461c67c1f76e3fc08164d68 Mon Sep 17 00:00:00 2001 From: mahour Date: Wed, 3 Apr 2024 15:22:33 +0530 Subject: [PATCH 1/2] updated release notes --- .../overview/pdf-services-api/releasenotes.md | 14 +++++++------- src/pages/overview/releasenotes.md | 16 ++++++++-------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/pages/overview/pdf-services-api/releasenotes.md b/src/pages/overview/pdf-services-api/releasenotes.md index 79dcf4ec3..563488d6d 100644 --- a/src/pages/overview/pdf-services-api/releasenotes.md +++ b/src/pages/overview/pdf-services-api/releasenotes.md @@ -131,14 +131,14 @@ Upgrading to the latest SDK should not break existing applications. ### 4.0.0 (April, 2024; major release) -| Change | Language | Description | -|---------|----------|-------------------------------------------------------------------------------------------------------------------------------| +| Change | Language | Description | +|---------|----------|------------------------------------------------------------------------------------------------------------------------------| | New | NodeJS | Released Adobe PDF Services Node SDK v4.0.0, introducing new interfaces fully leveraging power of new PDF Services rest APIs. | -| New | NodeJS | Added support for delete asset, refresh download URI, webhook notifiers. | -| New | NodeJS | Eliminated need of storage to save intermediate result by removed dependency on temporary storage. | -| New | NodeJS | Extended I/O capabilities by introducing external storage for PDF Services operations. | -| Changed | NodeJS | Updated PDF Properties operation to return PDFProperties object along with JSON string. | -| Changed | NodeJS | Updated Extract PDF operation to return content and resource asset along with content JSON object. | +| New | NodeJS | Added support for delete asset and webhook notifiers. | +| New | NodeJS | Eliminated need of storage to save intermediate result by removed dependency on temporary storage. | +| New | NodeJS | Extended I/O capabilities by introducing external storage for PDF Services operations. | +| Changed | NodeJS | Updated PDF Properties operation to return PDFProperties object along with JSON string. | +| Changed | NodeJS | Updated Extract PDF operation to return content and resource asset along with content JSON object. | ### 2.3.1 (March, 2024; patch release) diff --git a/src/pages/overview/releasenotes.md b/src/pages/overview/releasenotes.md index c8ba5bdb3..d8650c3dc 100644 --- a/src/pages/overview/releasenotes.md +++ b/src/pages/overview/releasenotes.md @@ -175,14 +175,14 @@ Upgrading to the latest SDK should not break existing applications. ### 4.0.0 (April, 2024; major release) -| Change | Language | Description | -|---------|----------|--------------------------------------------------------------------------------------------------------------------------------| -| New | NodeJS | Released Adobe PDF Services Node SDK v4.0.0, introducing new interfaces fully leveraging power of new PDF Services rest APIs. | -| New | NodeJS | Added support for delete asset, refresh download URI, webhook notifiers. | -| New | NodeJS | Eliminated need of storage to save intermediate result by removed dependency on temporary storage. | -| New | NodeJS | Extended I/O capabilities by introducing external storage for a majority of PDF Services operations. | -| Changed | NodeJS | Updated PDF Properties operation to return PDFProperties object along with JSON string. | -| Changed | NodeJS | Updated Extract PDF operation to return content and resource asset along with content JSON object. | +| Change | Language | Description | +|---------|----------|-------------------------------------------------------------------------------------------------------------------------------| +| New | NodeJS | Released Adobe PDF Services Node SDK v4.0.0, introducing new interfaces fully leveraging power of new PDF Services rest APIs. | +| New | NodeJS | Added support for delete asset and webhook notifiers. | +| New | NodeJS | Eliminated need of storage to save intermediate result by removed dependency on temporary storage. | +| New | NodeJS | Extended I/O capabilities by introducing external storage for a majority of PDF Services operations. | +| Changed | NodeJS | Updated PDF Properties operation to return PDFProperties object along with JSON string. | +| Changed | NodeJS | Updated Extract PDF operation to return content and resource asset along with content JSON object. | ### Server Side Release (April, 2024; server side release) From 9a31002e150126bbe9023c4b956436082e2633f7 Mon Sep 17 00:00:00 2001 From: mahour Date: Wed, 3 Apr 2024 15:25:58 +0530 Subject: [PATCH 2/2] updated node proxy server samples position --- src/pages/overview/pdf-services-api/howtos/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/overview/pdf-services-api/howtos/index.md b/src/pages/overview/pdf-services-api/howtos/index.md index 86c09e745..298a5511f 100644 --- a/src/pages/overview/pdf-services-api/howtos/index.md +++ b/src/pages/overview/pdf-services-api/howtos/index.md @@ -97,10 +97,6 @@ following sample for details. - [Java Sample for Proxy Server Config](https://github.com/adobe/pdfservices-java-sdk-samples/blob/master/src/main/java/com/adobe/pdfservices/operation/samples/customconfigurations/CreatePDFWithProxyServer.java ) - [Java Sample for Proxy Server Config With Basic Authentication](https://github.com/adobe/pdfservices-java-sdk-samples/blob/master/src/main/java/com/adobe/pdfservices/operation/samples/customconfigurations/CreatePDFWithAuthenticatedProxyServer.java ) -### Node.js -- [Node Sample for Proxy Server Config](https://github.com/adobe/pdfservices-node-sdk-samples/blob/master/src/customconfigurations/create-pdf-with-proxy-server.js) -- [Node Sample for Proxy Server Config With Basic Authentication](https://github.com/adobe/pdfservices-node-sdk-samples/blob/master/src/customconfigurations/create-pdf-with-authenticated-proxy-server.js) - ### Java Proxy Server configuration Available properties: @@ -111,6 +107,10 @@ Available properties: - **username**: Username for the authentication. - **password**: Password for the authentication. +### Node.js +- [Node Sample for Proxy Server Config](https://github.com/adobe/pdfservices-node-sdk-samples/blob/master/src/customconfigurations/create-pdf-with-proxy-server.js) +- [Node Sample for Proxy Server Config With Basic Authentication](https://github.com/adobe/pdfservices-node-sdk-samples/blob/master/src/customconfigurations/create-pdf-with-authenticated-proxy-server.js) + ### Node Proxy Server configuration Available properties: