Skip to content

Commit 96050dd

Browse files
committed
docs: remove unnecessary Basics heading from single-section pages
1 parent 970b970 commit 96050dd

11 files changed

Lines changed: 0 additions & 22 deletions

docs/manipulate-pdfs/attachments.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ import Sponsors from "@site/src/components/documentation/Sponsors";
88

99
Embeds external files directly inside the PDF container. Commonly used for e-invoicing standards like **[ZUGFeRD / Factur-X](https://fnfe-mpe.org/factur-x/)**, which require a machine-readable XML invoice as an attachment.
1010

11-
## Basics
12-
1311
<ApiEndpoint
1412
method="POST"
1513
path="/forms/pdfengines/embed"

docs/manipulate-pdfs/encrypt-pdfs.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ Encrypts one or more PDF files with a user and/or owner password.
1111

1212
<EncryptionPDFEngines showFormFields={false} showCurlExample={false} />
1313

14-
## Basics
15-
1614
<ApiEndpoint
1715
method="POST"
1816
path="/forms/pdfengines/encrypt"

docs/manipulate-pdfs/flatten-pdfs.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ import Sponsors from "@site/src/components/documentation/Sponsors";
88

99
Flattens one or more PDF files by merging all interactive form fields (text inputs, checkboxes, etc.) into the page content. The resulting PDF cannot be edited.
1010

11-
## Basics
12-
1311
<ApiEndpoint
1412
method="POST"
1513
path="/forms/pdfengines/flatten"

docs/manipulate-pdfs/pdfa-pdfua.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ This endpoint relies on **LibreOffice** to re-process documents. This operation
1414

1515
:::
1616

17-
## Basics
18-
1917
<ApiEndpoint
2018
method="POST"
2119
path="/forms/pdfengines/convert"

docs/manipulate-pdfs/read-bookmarks.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ import Sponsors from "@site/src/components/documentation/Sponsors";
88

99
Extracts bookmarks (the document outline / table of contents) from one or more PDF files. Returns a JSON object keyed by filename, where each bookmark contains a `title`, a `page` number, and optional `children`.
1010

11-
## Basics
12-
1311
<ApiEndpoint
1412
method="POST"
1513
path="/forms/pdfengines/bookmarks/read"

docs/manipulate-pdfs/read-metadata.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ The returned keys correspond to ExifTool tag names.
1313
[See the ExifTool Tag Names documentation](https://exiftool.org/TagNames/PDF.html) for reference on what fields might be returned.
1414
:::
1515

16-
## Basics
17-
1816
<ApiEndpoint
1917
method="POST"
2018
path="/forms/pdfengines/metadata/read"

docs/manipulate-pdfs/rotate-pdfs.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ import Sponsors from "@site/src/components/documentation/Sponsors";
88

99
Rotates pages of one or more PDF files by a given angle. You can target all pages or specific page ranges.
1010

11-
## Basics
12-
1311
<ApiEndpoint
1412
method="POST"
1513
path="/forms/pdfengines/rotate"

docs/manipulate-pdfs/stamp-pdfs.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ Adds a stamp _on top of_ the content of each page of one or more PDF files. Use
1111

1212
<SyntaxStampPDFEngines />
1313

14-
## Basics
15-
1614
<ApiEndpoint
1715
method="POST"
1816
path="/forms/pdfengines/stamp"

docs/manipulate-pdfs/watermark-pdfs.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ Adds a watermark _behind_ the content of each page of one or more PDF files. Use
1111

1212
<SyntaxWatermarkPDFEngines />
1313

14-
## Basics
15-
1614
<ApiEndpoint
1715
method="POST"
1816
path="/forms/pdfengines/watermark"

docs/manipulate-pdfs/write-bookmarks.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ import Sponsors from "@site/src/components/documentation/Sponsors";
88

99
Writes bookmarks (the document outline / table of contents) into one or more PDF files. You can provide bookmarks as a single list (applied to all files) or as a map of filename to bookmarks for per-file control.
1010

11-
## Basics
12-
1311
<ApiEndpoint
1412
method="POST"
1513
path="/forms/pdfengines/bookmarks/write"

0 commit comments

Comments
 (0)