You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
5
6
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>
7
10
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
+
## pdfRestAPI Toolkit
9
12
10
13
|[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/)|
11
14
| :--- | :--- | :--- | :--- |
@@ -17,22 +20,23 @@
17
20
|**[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/)**|
18
21
|**[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/)**|
19
22
|**[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/)**|
***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/).
27
31
***Docker:** Pull images from [pdfRest on Docker Hub](https://hub.docker.com/r/pdfrest/pdf-api-toolkit).
28
32
***Postman:** Fast-track testing with our [Postman Collection](https://www.postman.com/pdfrest).
29
33
30
34
### AI Automation
31
35
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.
32
36
33
-
---
37
+
<br>
34
38
35
-
## Getting Started
39
+
## Quick Start Guide
36
40
37
41
1.**Get an API Key:**[Register for a free account](https://pdfrest.com/getstarted/) to receive your key (includes 100 free monthly calls).
38
42
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
53
57
* Java: Change `final boolean DELETE_SENSITIVE_FILES = false` to `true`
54
58
* cURL: Uncomment `# DELETE_SENSITIVE_FILES=true`
55
59
56
-
---
60
+
<br>
57
61
58
62
## API Documentation
59
63
60
64
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.
61
65
62
-
---
66
+
<br>
63
67
64
68
## Support
65
69
Need help? Contact us through our [Support form](https://pdfrest.com/support) and our team will assist you.
0 commit comments