Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
10.5
11.0
11.1
11.2
11.3
11.4
11.5
12.0
12.1
12.2
Statistic
FMM
Blog
PDFKit.GetPDFText
Queries the text of the PDF document.
Component | Version | macOS | Windows | Linux | Server | iOS SDK | License |
PDFKit | 2.1 | ✅ Yes | ❌ No | ❌ No | ✅ Yes, on macOS | ✅ Yes | Free |
MBS( "PDFKit.GetPDFText"; PDF ) More
Parameters
Parameter | Description | Example |
---|---|---|
A container value with the PDF content from a media field. Or a text with an URL. Or a PDF reference from PDFKit.Open. |
Result
The text of the PDF Document as far as PDFKit knows it.
Description
Queries the text of the PDF document.If you need only text for a given page, please use PDFKit.GetPDFPageText.
For solutions on Windows, Linux or iOS, please use DynaPDF.ExtractText.
Examples
Extract all the text from the given PDF reference:
MBS( "PDFKit.GetPDFText"; $ref )
See also
Example Databases
Blog Entries
Created 18th August 2014, last changed 9th September 2016
PDFKit.GetPDFPagesPDFRef - PDFKit.GetPrintLastSettings
Feedback: Report problem or ask question.
