File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11PDFREST_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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 ...]
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments