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:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
PDFKit.GetPDFText
Queries the text of the PDF document.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| PDFKit | 2.1 | Yes | No | No | Yes, macOS only | Yes |
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.
Links
MBS Xojo blog