Skip to content

Commit

Permalink
--Added blade in the PDF service & Updated policy link
Browse files Browse the repository at this point in the history
  • Loading branch information
vignesh66085 committed Jul 9, 2024
1 parent f53346f commit 9422251
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/form-data-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ const FormDataAPI = ({ }) => {
) {
let pdfElectronicSealAPIData = {
...formValue,
formType: "pdfAccessibility",
formType: "pdfServices",
formId: randomString
};
try {
Expand Down Expand Up @@ -337,13 +337,13 @@ const FormDataAPI = ({ }) => {
</div>
<div className="text-content checkbox-text-container">
The{" "}
<a href="https://www.adobe.com/privacy.html" className="link-content">
<a href="https://www.adobe.com/privacy/policy.html" className="link-content">
Adobe family of companies
</a>{" "}
would like to keep you informed about Acrobat Services APIs, which may include contacting you via email. By checking this box, you agree to being contacted via email. Please see our{" "}
<a
target="_blank"
href="https://www.adobe.com/privacy.html"
href="https://www.adobe.com/privacy/policy.html"
className="link-content"
>
Privacy Policy
Expand Down
8 changes: 8 additions & 0 deletions src/pages/apis/pdf-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ apiHeroAssetImg doc-service-hero

<WhyPDFServicesAPI />

<AnnouncementBlock slots="heading, text, button" theme="dark" />

### Join our Beta program for the Import/Export PDF Form Data APIs

Sign up for access to try our latest set of APIs that import and export data from form fields at scale.

[Sign Up](../pricing/contact/sales/form-data-api)

<!-- Carousel Block -->
<AWSMSCarousel />

Expand Down

0 comments on commit 9422251

Please sign in to comment.