Skip to content

Commit 7c251eb

Browse files
Update README.md
Adds TDM Reserve PDF and applies formatting updates to README
1 parent 91225d9 commit 7c251eb

1 file changed

Lines changed: 14 additions & 10 deletions

File tree

README.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
![pdfRest](https://cms.pdfrest.com/content/images/2022/11/pdfRest_logo_tag_750_275_light_bg.png)
22

3-
[pdfRest.com](https://pdfrest.com/) | [Get Started](https://pdfrest.com/getstarted/) | [API Lab](https://pdfrest.com/apilab/) | [Explore the Toolkit](https://pdfrest.com/apitools/) | [Solutions](https://pdfrest.com/learning/solutions/) | [Pricing](https://pdfrest.com/pricing/) | [Documentation](https://docs.pdfrest.com/) | [Support](https://pdfrest.com/support/)
3+
**[pdfRest.com](https://pdfrest.com/) | [Get Started](https://pdfrest.com/getstarted/) | [API Lab](https://pdfrest.com/apilab/) | [Explore the Toolkit](https://pdfrest.com/apitools/) | [Solutions](https://pdfrest.com/learning/solutions/) | [Pricing](https://pdfrest.com/pricing/) | [Documentation](https://docs.pdfrest.com/) | [Support](https://pdfrest.com/support/)**
44

5+
Official code samples for [pdfRest](https://pdfrest.com/), the enterprise grade REST API Toolkit for professional document workflows. Built by the digital document experts at [Datalogics](https://www.datalogics.com) and powered by trusted Adobe PDF Library technology, our platform makes complex PDF automation simple, scalable, and secure.
56

6-
## pdfRest API Toolkit
7+
This repository contains multi language code samples designed to help you rapidly integrate 40+ programmatic PDF tools into your specific tech stack.
8+
9+
<br>
710

8-
**pdfRest** is a professional-grade REST API Toolkit designed for developers who need to integrate high-quality PDF processing into web applications. Built on Adobe® technology, it allows you to rapidly deploy PDF capabilities in minutes.
11+
## pdfRest API Toolkit
912

1013
| [Compress PDF](https://pdfrest.com/apitools/compress-pdf/) | [Convert to PDF](https://pdfrest.com/apitools/convert-to-pdf/) | [Convert to PDF/A](https://pdfrest.com/apitools/convert-to-pdfa/) | [Convert to PDF/X](https://pdfrest.com/apitools/convert-to-pdfx/) |
1114
| :--- | :--- | :--- | :--- |
@@ -17,22 +20,23 @@
1720
| **[PDF to Word](https://pdfrest.com/apitools/pdf-to-word/)** | **[PDF to Excel](https://pdfrest.com/apitools/pdf-to-excel/)** | **[PDF to PowerPoint](https://pdfrest.com/apitools/pdf-to-powerpoint/)** | **[Extract Images](https://pdfrest.com/apitools/extract-images/)** |
1821
| **[OCR to PDF](https://pdfrest.com/apitools/ocr-pdf/)** | **[API Polling](https://pdfrest.com/apitools/api-polling/)** | **[Rasterize PDF](https://pdfrest.com/apitools/rasterize-pdf/)** | **[Convert PDF Colors](https://pdfrest.com/apitools/convert-pdf-colors/)** |
1922
| **[Redact PDF](https://pdfrest.com/apitools/redact-pdf/)** | **[PDF to Markdown](https://pdfrest.com/apitools/pdf-to-markdown/)** | **[Sign PDF](https://pdfrest.com/apitools/sign-pdf/)** | **[Summarize PDF](https://pdfrest.com/apitools/summarize-pdf/)** |
20-
| **[Translate PDF](https://pdfrest.com/apitools/translate-pdf/)** | | | |
21-
---
23+
| **[Translate PDF](https://pdfrest.com/apitools/translate-pdf/)** | **[TDM Reserve PDF](https://pdfrest.com/apitools/tdm-reserve-pdf/)** | | |
24+
25+
<br>
2226

2327
## Integration Options
2428

2529
### Package Managers & Containers
26-
* **Python (PyPI):** Install the [pdfrest package](https://pypi.org/project/pdfrest/) via pip. View the [Python Documentation](https://python.pdfrest.com/).
30+
* **Python SDK:** Install the [pdfrest package](https://pypi.org/project/pdfrest/) via pip. View the [Python Documentation](https://python.pdfrest.com/).
2731
* **Docker:** Pull images from [pdfRest on Docker Hub](https://hub.docker.com/r/pdfrest/pdf-api-toolkit).
2832
* **Postman:** Fast-track testing with our [Postman Collection](https://www.postman.com/pdfrest).
2933

3034
### AI Automation
3135
Connect with AI solutions to automate complex PDF operations. For example, [pdfAssistant.ai](https://pdfassistant.ai/) uses this API to provide an intelligent, chat-based PDF processing interface.
3236

33-
---
37+
<br>
3438

35-
## Getting Started
39+
## Quick Start Guide
3640

3741
1. **Get an API Key:** [Register for a free account](https://pdfrest.com/getstarted/) to receive your key (includes 100 free monthly calls).
3842
2. **Clone this Repo:** Use the code samples in this repository to see how to submit requests programmatically.
@@ -53,13 +57,13 @@ To delete sensitive files immediately after processing, edit the sample file and
5357
* Java: Change `final boolean DELETE_SENSITIVE_FILES = false` to `true`
5458
* cURL: Uncomment `# DELETE_SENSITIVE_FILES=true`
5559

56-
---
60+
<br>
5761

5862
## API Documentation
5963

6064
After you have successfully sent an API Call using these examples, take a look at the [API Reference Guide](https://docs.pdfrest.com/cloud-api-reference/) for a full description of each endpoint and parameters you can adjust to customize your solution.
6165

62-
---
66+
<br>
6367

6468
## Support
6569
Need help? Contact us through our [Support form](https://pdfrest.com/support) and our team will assist you.

0 commit comments

Comments
 (0)