Skip to content

Commit

Permalink
updated node proxy server samples position
Browse files Browse the repository at this point in the history
  • Loading branch information
mahour committed Apr 3, 2024
1 parent 909e70c commit 9a31002
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/overview/pdf-services-api/howtos/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 9a31002

Please sign in to comment.