File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,4 +7,5 @@ PDFREST_API_KEY=your_api_key_here
77# Optional: override base URL
88# For EU/GDPR or regional routing you may use:
99# PDFREST_URL=https://eu-api.pdfrest.com/
10+ # For more information visit https://pdfrest.com/pricing#how-do-eu-gdpr-api-calls-work
1011PDFREST_URL=https://api.pdfrest.com
Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ Template:
7676# - Set PDFREST_API_KEY=your_api_key_here
7777# - Optional: set PDFREST_URL to override the API region. For EU/GDPR compliance and proximity, use:
7878# PDFREST_URL=https://eu-api.pdfrest.com
79+ # For more information visit https://pdfrest.com/pricing#how-do-eu-gdpr-api-calls-work
7980#
8081# Usage:
8182# Rscript "<relative path to this file>" /path/to/input.pdf
Original file line number Diff line number Diff line change 88# - Set PDFREST_API_KEY=your_api_key_here
99# - Optional: set PDFREST_URL to override the API region. For EU/GDPR compliance and proximity, use:
1010# PDFREST_URL=https://eu-api.pdfrest.com
11+ # For more information visit https://pdfrest.com/pricing#how-do-eu-gdpr-api-calls-work
1112#
1213# Usage:
1314# Rscript "Complex Flow Examples/merge-different-file-types.R" /path/to/file1 /path/to/file2 [/path/to/file3 ...]
Original file line number Diff line number Diff line change 88# - Set PDFREST_API_KEY=your_api_key_here
99# - Optional: set PDFREST_URL to override the API region. For EU/GDPR compliance and proximity, use:
1010# PDFREST_URL=https://eu-api.pdfrest.com
11+ # For more information visit https://pdfrest.com/pricing#how-do-eu-gdpr-api-calls-work
1112#
1213# Usage:
1314# Rscript "Endpoint Examples/JSON Payload/markdown.R" /path/to/input.pdf
Original file line number Diff line number Diff line change 88# - Set PDFREST_API_KEY=your_api_key_here
99# - Optional: set PDFREST_URL to override the API region. For EU/GDPR compliance and proximity, use:
1010# PDFREST_URL=https://eu-api.pdfrest.com
11+ # For more information visit https://pdfrest.com/pricing#how-do-eu-gdpr-api-calls-work
1112#
1213# Usage:
1314# Rscript "Endpoint Examples/JSON Payload/rasterized-pdf.R" /path/to/input.pdf
Original file line number Diff line number Diff line change 88# - Set PDFREST_API_KEY=your_api_key_here
99# - Optional: set PDFREST_URL to override the API region. For EU/GDPR compliance and proximity, use:
1010# PDFREST_URL=https://eu-api.pdfrest.com
11+ # For more information visit https://pdfrest.com/pricing#how-do-eu-gdpr-api-calls-work
1112#
1213# Usage:
1314# Rscript "Endpoint Examples/Multipart Payload/markdown.R" /path/to/input.pdf
Original file line number Diff line number Diff line change 88# - Set PDFREST_API_KEY=your_api_key_here
99# - Optional: set PDFREST_URL to override the API region. For EU/GDPR compliance and proximity, use:
1010# PDFREST_URL=https://eu-api.pdfrest.com
11+ # For more information visit https://pdfrest.com/pricing#how-do-eu-gdpr-api-calls-work
1112#
1213# Usage:
1314# Rscript "Endpoint Examples/Multipart Payload/rasterized-pdf.R" /path/to/input.pdf
You can’t perform that action at this time.
0 commit comments