Skip to content

Commit 7ec755e

Browse files
authored
Merge pull request #36 from aspose-pdf-cloud/holub
fix: fix URL paths in AcroForms documentation for .NET and Node.js SDKs
2 parents e0ffba7 + 0bf0891 commit 7ec755e

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

pdf/net/acroforms/create/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Creating an AcroForm via Cloud .NET SDK
3-
url: /net/acro-forms/add/
3+
url: /net/acroforms/add/
44
description: Aspose.PDF Cloud allows you to add Form Fields to a PDF Document. Check the C# source code to add fields and create AcroForms PDF file.
55
lastmod: "2022-03-19"
66
---

pdf/net/acroforms/get/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Get Form Fields from PDF Document via Cloud .NET SDK
3-
url: /net/acro-forms/get/
3+
url: /net/acroforms/get/
44
description: This topic shows you how to get all of the form fields from the PDF document using Aspose.PDF Cloud API in your applications.
55
lastmod: "2022-03-19"
66
---

pdf/net/acroforms/remove/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Remove Form Fields in PDF Document via Cloud .NET SDK
3-
url: /net/acro-forms/remove/
3+
url: /net/acroforms/remove/
44
description: The following article shows how to delete a form field from a PDF document using Aspose.PDF Cloud .NET SDK.
55
lastmod: "2022-03-19"
66
---

pdf/nodejs/acroforms/create/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Creating an AcroForm via Cloud Node.js SDK
3-
url: /nodejs/acro-forms/add/
3+
url: /nodejs/acroforms/add/
44
description: Aspose.PDF Cloud allows you to add Form Fields to a PDF Document. Check the Node.js source code to add fields and create AcroForms PDF file.
55
lastmod: "2024-11-19"
66
---
@@ -35,7 +35,7 @@ In order to create an AcroForm to PDF, we'll use
3535

3636
{{< blocks/products/pf/agp/feature-section isGrey="true" >}}
3737

38-
{{% blocks/products/pf/agp/feature-section-col title="Steps to create AcroForms via Cloud Node.js" %}}
38+
{{% blocks/products/pf/agp/feature-section-col title="Steps to create AcroForms via Node.js" %}}
3939

4040
{{% blocks/products/pf/agp/text %}}
4141

pdf/nodejs/acroforms/get/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Get Form Fields from PDF Document via Cloud Node.js SDK
3-
url: /nodejs/acro-forms/get/
3+
url: /nodejs/acroforms/get/
44
description: This topic shows you how to get all of the form fields from the PDF document using Aspose.PDF Cloud API in your applications.
55
lastmod: "2024-11-19"
66
---
@@ -35,7 +35,7 @@ In order to get an AcroForms from PDF, we'll use
3535

3636
{{< blocks/products/pf/agp/feature-section isGrey="true" >}}
3737

38-
{{% blocks/products/pf/agp/feature-section-col title="Steps to get AcroForms via Cloud Node.js" %}}
38+
{{% blocks/products/pf/agp/feature-section-col title="Steps to get AcroForms via Node.js" %}}
3939

4040
{{% blocks/products/pf/agp/text %}}
4141

pdf/nodejs/acroforms/remove/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Remove Form Fields from PDF Document via Cloud Node.js SDK
3-
url: /nodejs/acro-forms/remove/
3+
url: /nodejs/acroforms/remove/
44
description: This topic shows you how to remove all of the form fields from the PDF document using Aspose.PDF Cloud API in your applications.
55
lastmod: "2024-03-19"
66
---

0 commit comments

Comments
 (0)