Skip to content

Commit c1f5b82

Browse files
author
mahour
committed
added faq section
1 parent b4d6e6a commit c1f5b82

File tree

7 files changed

+40
-0
lines changed

7 files changed

+40
-0
lines changed

gatsby-config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,10 @@ module.exports = {
568568
title: 'Support',
569569
path: 'overview/support.md'
570570
},
571+
{
572+
title: 'FAQ',
573+
path: 'overview/faq.md'
574+
},
571575
{
572576
title: 'API Status',
573577
path: 'overview/status.md'

src/pages/overview/faq.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: FAQ
3+
---
4+
5+
# Frequently Asked Questions (FAQ)
6+
7+
## 1. How can I get access to Adobe PDF Services API Free Tier if I am using company or school account?
8+
9+
Invoking PDF Services API requires an Adobe-provided credential. To get one, [click here](https://acrobatservices.adobe.com/dc-integration-creation-app-cdn/main.html?api=pdf-services-api), and complete the workflow.
10+
11+
#### Step 1:
12+
13+
**Sign out** if you receive the message, “You don’t have access to PDF Services API”.
14+
![entp signup failure](./images/entp-singup-failure.jpg)
15+
16+
#### Step 2:
17+
18+
**Click on** "Get Credentials" button.
19+
![get credentials image](./images/get-creds-btn.png)
20+
21+
#### Step 3:
22+
23+
**Click on** "Create an account", and **Sign up** using same email.
24+
![create account](./images/create-account.png)
25+
26+
#### Step 4:
27+
28+
**Select** "Personal Account" under account types.
29+
![personal account](./images/personal-account.jpg)
30+
31+
#### Step 5:
32+
33+
**Select** "Personal Profile" to sign in.
34+
![personal profile](./images/personal-profile.jpg)
35+
36+
Now you should be able to create credentials to get access to the Adobe PDF Services API Free Tier!
2.97 MB
Loading
46.1 KB
Loading
2.41 MB
Loading
81.5 KB
Loading
77.5 KB
Loading

0 commit comments

Comments
 (0)