Skip to content

Commit

Permalink
Aspose.PDF for Go via C++: move ExtractText to core group
Browse files Browse the repository at this point in the history
  • Loading branch information
OleksandrAndriienko committed Dec 17, 2024
1 parent cbfb26f commit f3f0c7a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion english/go-cpp/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ type Document struct {

| Function | Description |
| -------- | ----------- |
| [ExtractText](./convert/extracttext/) | Return the PDF-document contents as plain text. |
| [SaveDocX](./convert/savedocx/) | Convert and save the previously opened PDF-document as DocX-document. |
| [SaveDoc](./convert/savedoc/) | Convert and save the previously opened PDF-document as Doc-document. |
| [SaveXlsX](./convert/savexlsx/) | Convert and save the previously opened PDF-document as XlsX-document. |
Expand Down Expand Up @@ -75,6 +74,7 @@ type Document struct {
| [PageInsert](./core/pageinsert/) | Insert new page at the specified position in PDF-document. |
| [PageDelete](./core/pagedelete/) | Delete specified page in PDF-document. |
| [PageCount](./core/pagecount/) | Return page count in PDF-document. |
| [ExtractText](./core/extracttext/) | Return the PDF-document contents as plain text. |


# Constants
Expand Down
1 change: 0 additions & 1 deletion english/go-cpp/convert/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ url: /go-cpp/convert/

| Name | Description |
| -------------- | -------------- |
| [ExtractText](./extracttext/) | Return the PDF-document contents as plain text. |
| [SaveDocX](./savedocx/) | Convert and save the previously opened PDF-document as DocX-document. |
| [SaveDoc](./savedoc/) | Convert and save the previously opened PDF-document as Doc-document. |
| [SaveXlsX](./savexlsx/) | Convert and save the previously opened PDF-document as XlsX-document. |
Expand Down
1 change: 1 addition & 0 deletions english/go-cpp/core/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ url: /go-cpp/core/
| [PageInsert](./pageinsert/) | Insert new page at the specified position in PDF-document. |
| [PageDelete](./pagedelete/) | Delete specified page in PDF-document. |
| [PageCount](./pagecount/) | Return page count in PDF-document. |
| [ExtractText](./extracttext/) | Return the PDF-document contents as plain text. |


## Detailed Description
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "ExtractText"
second_title: Aspose.PDF for Go via C++
description: "Return the PDF-document contents as plain text."
type: docs
url: /go-cpp/convert/extracttext/
url: /go-cpp/core/extracttext/
---

_Return the PDF-document contents as plain text._
Expand Down

0 comments on commit f3f0c7a

Please sign in to comment.