Skip to content

Commit 79bc23f

Browse files
Add GDPR API call information links to Perl examples and .env.example
- Added URL for GDPR compliance details across Perl examples, `AGENTS.md`, and `.env.example`.
1 parent 244de35 commit 79bc23f

7 files changed

Lines changed: 9 additions & 1 deletion

File tree

Perl/.env.example

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
PDFREST_API_KEY=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
22
# Optional: Override API base URL (default https://api.pdfrest.com)
3-
# PDFREST_URL=https://eu-api.pdfrest.com/
3+
# PDFREST_URL=https://eu-api.pdfrest.com/
4+
# For more information visit https://pdfrest.com/pricing#how-do-eu-gdpr-api-calls-work

Perl/AGENTS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
- `perl "Endpoint Examples/Multipart Payload/rasterized-pdf.pl" /path/to/input.pdf`
1818
- Capture output to file: append `> response.json`
1919

20+
2021
## Coding Style & Naming Conventions
2122
- Indentation: 4 spaces; enable `use strict; use warnings; use utf8;` at top.
2223
- Naming: `snake_case` for files/variables; script names mirror endpoints (e.g., `markdown.pl`).
@@ -72,6 +73,7 @@ Template:
7273
# - Set PDFREST_API_KEY=your_api_key_here
7374
# - Optional: set PDFREST_URL to override the API region. For EU/GDPR compliance and proximity, use:
7475
# PDFREST_URL=https://eu-api.pdfrest.com
76+
# For more information visit https://pdfrest.com/pricing#how-do-eu-gdpr-api-calls-work
7577
#
7678
# Usage:
7779
# perl "<relative path to this file>" /path/to/input.pdf

Perl/Complex Flow Examples/merge-different-file-types.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
# - Set PDFREST_API_KEY=your_api_key_here
2121
# - Optional: set PDFREST_URL to override the API region. For EU/GDPR compliance and proximity, use:
2222
# PDFREST_URL=https://eu-api.pdfrest.com
23+
# For more information visit https://pdfrest.com/pricing#how-do-eu-gdpr-api-calls-work
2324
#
2425
# Usage:
2526
# perl "Complex Flow Examples/merge-different-file-types.pl" /path/to/file1 /path/to/file2 [/path/to/file3 ...]

Perl/Endpoint Examples/JSON Payload/markdown.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
# - Set PDFREST_API_KEY=your_api_key_here
2121
# - Optional: set PDFREST_URL to override the API region. For EU/GDPR compliance and proximity, use:
2222
# PDFREST_URL=https://eu-api.pdfrest.com
23+
# For more information visit https://pdfrest.com/pricing#how-do-eu-gdpr-api-calls-work
2324
#
2425
# Usage:
2526
# perl "Endpoint Examples/JSON Payload/markdown.pl" /path/to/input.pdf

Perl/Endpoint Examples/JSON Payload/rasterized-pdf.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
# - Set PDFREST_API_KEY=your_api_key_here
1919
# - Optional: set PDFREST_URL to override the API region. For EU/GDPR compliance and proximity, use:
2020
# PDFREST_URL=https://eu-api.pdfrest.com
21+
# For more information visit https://pdfrest.com/pricing#how-do-eu-gdpr-api-calls-work
2122
#
2223
# Usage:
2324
# perl "Endpoint Examples/JSON Payload/rasterized-pdf.pl" /path/to/input.pdf

Perl/Endpoint Examples/Multipart Payload/markdown.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
# - Set PDFREST_API_KEY=your_api_key_here
1818
# - Optional: set PDFREST_URL to override the API region. For EU/GDPR compliance and proximity, use:
1919
# PDFREST_URL=https://eu-api.pdfrest.com
20+
# For more information visit https://pdfrest.com/pricing#how-do-eu-gdpr-api-calls-work
2021
#
2122
# Usage:
2223
# perl "Endpoint Examples/Multipart Payload/markdown.pl" /path/to/input.pdf

Perl/Endpoint Examples/Multipart Payload/rasterized-pdf.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
# - Set PDFREST_API_KEY=your_api_key_here
1818
# - Optional: set PDFREST_URL to override the API region. For EU/GDPR compliance and proximity, use:
1919
# PDFREST_URL=https://eu-api.pdfrest.com
20+
# For more information visit https://pdfrest.com/pricing#how-do-eu-gdpr-api-calls-work
2021
#
2122
# Usage:
2223
# perl "Endpoint Examples/Multipart Payload/rasterized-pdf.pl" /path/to/input.pdf

0 commit comments

Comments
 (0)