Skip to content

Commit 8366f97

Browse files
Correct '=' in Javascript
1 parent 5e62930 commit 8366f97

File tree

106 files changed

+107
-107
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+107
-107
lines changed

Java/Endpoint Examples/JSON Payload/BatchDelete.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class BatchDelete {
1212
// For GDPR compliance and enhanced performance for European users, you can switch to the EU-based
1313
// service by uncommenting the URL below.
1414
// For more information visit https://pdfrest.com/pricing#how-do-eu-gdpr-api-calls-work
15-
// private static final String API_URL = "https://eu-api.pdfrest.com"
15+
// private static String API_URL = "https://eu-api.pdfrest.com"
1616

1717
// Specify your API key here, or in the environment variable PDFREST_API_KEY.
1818
// You can also put the environment variable in a .env file.

JavaScript/Complex Flow Examples/decrypt-add-reencrypt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var apiUrl = "https://api.pdfrest.com";
1717
/* For GDPR compliance and enhanced performance for European users, you can switch to the EU-based service by uncommenting the URL below.
1818
* For more information visit https://pdfrest.com/pricing#how-do-eu-gdpr-api-calls-work
1919
*/
20-
//var apiUrl "https://eu-api.pdfrest.com";
20+
//var apiUrl = "https://eu-api.pdfrest.com";
2121

2222
var apiKey = "xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"; // Replace with your API key
2323

JavaScript/Complex Flow Examples/merge-different-file-types.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var apiUrl = "https://api.pdfrest.com";
2020
/* For GDPR compliance and enhanced performance for European users, you can switch to the EU-based service by uncommenting the URL below.
2121
* For more information visit https://pdfrest.com/pricing#how-do-eu-gdpr-api-calls-work
2222
*/
23-
//var apiUrl "https://eu-api.pdfrest.com";
23+
//var apiUrl = "https://eu-api.pdfrest.com";
2424

2525
var apiKey = "xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"; // Replace with your API key
2626

JavaScript/Complex Flow Examples/ocr-with-extract-text.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var apiUrl = "https://api.pdfrest.com";
1717
/* For GDPR compliance and enhanced performance for European users, you can switch to the EU-based service by uncommenting the URL below.
1818
* For more information visit https://pdfrest.com/pricing#how-do-eu-gdpr-api-calls-work
1919
*/
20-
//var apiUrl "https://eu-api.pdfrest.com";
20+
//var apiUrl = "https://eu-api.pdfrest.com";
2121

2222
var apiKey = "xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"; // Replace with your API key
2323

JavaScript/Complex Flow Examples/pdfa-3b-with-attachment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var apiUrl = "https://api.pdfrest.com";
1818
/* For GDPR compliance and enhanced performance for European users, you can switch to the EU-based service by uncommenting the URL below.
1919
* For more information visit https://pdfrest.com/pricing#how-do-eu-gdpr-api-calls-work
2020
*/
21-
//var apiUrl "https://eu-api.pdfrest.com";
21+
//var apiUrl = "https://eu-api.pdfrest.com";
2222

2323
var apiKey = "xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"; // Replace with your API key
2424

JavaScript/Complex Flow Examples/preserve-word-document.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var fs = require("fs");
1515
/* For GDPR compliance and enhanced performance for European users, you can switch to the EU-based service by uncommenting the URL below.
1616
* For more information visit https://pdfrest.com/pricing#how-do-eu-gdpr-api-calls-work
1717
*/
18-
//var apiUrl "https://eu-api.pdfrest.com";
18+
//var apiUrl = "https://eu-api.pdfrest.com";
1919

2020
var apiKey = "xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"; // Replace with your API key
2121

JavaScript/Complex Flow Examples/protected-watermark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var fs = require("fs");
1515
/* For GDPR compliance and enhanced performance for European users, you can switch to the EU-based service by uncommenting the URL below.
1616
* For more information visit https://pdfrest.com/pricing#how-do-eu-gdpr-api-calls-work
1717
*/
18-
//var apiUrl "https://eu-api.pdfrest.com";
18+
//var apiUrl = "https://eu-api.pdfrest.com";
1919

2020
var apiKey = "xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"; // Replace with your API key
2121

JavaScript/Complex Flow Examples/redact-preview-and-finalize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var apiUrl = "https://api.pdfrest.com";
1616
/* For GDPR compliance and enhanced performance for European users, you can switch to the EU-based service by uncommenting the URL below.
1717
* For more information visit https://pdfrest.com/pricing#how-do-eu-gdpr-api-calls-work
1818
*/
19-
//var apiUrl "https://eu-api.pdfrest.com";
19+
//var apiUrl = "https://eu-api.pdfrest.com";
2020

2121
var apiKey = "xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"; // Replace with your API key
2222

JavaScript/Endpoint Examples/JSON Payload/batch-delete.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var apiUrl = "https://api.pdfrest.com";
66
/* For GDPR compliance and enhanced performance for European users, you can switch to the EU-based service by uncommenting the URL below.
77
* For more information visit https://pdfrest.com/pricing#how-do-eu-gdpr-api-calls-work
88
*/
9-
//var apiUrl "https://eu-api.pdfrest.com";
9+
//var apiUrl = "https://eu-api.pdfrest.com";
1010

1111
let config = {
1212
method: "post",

JavaScript/Endpoint Examples/JSON Payload/bmp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var apiUrl = "https://api.pdfrest.com";
88
/* For GDPR compliance and enhanced performance for European users, you can switch to the EU-based service by uncommenting the URL below.
99
* For more information visit https://pdfrest.com/pricing#how-do-eu-gdpr-api-calls-work
1010
*/
11-
//var apiUrl "https://eu-api.pdfrest.com";
11+
//var apiUrl = "https://eu-api.pdfrest.com";
1212

1313
var upload_data = fs.createReadStream("/path/to/file");
1414

0 commit comments

Comments
 (0)