Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
DynaPDF.Parser.TextMatrix
Text matrix pre-calculated in user space.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 14.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "DynaPDF.Parser.TextMatrix"; PDF ) More
Parameters
Parameter | Description | Example |
---|---|---|
The PDF reference. |
Result
Returns list or error.
Description
Text matrix pre-calculated in user space.Can be called after FindText function found something.
This defines where the current text is on the page.
Returns list with 6 numbers describing the matrix: a, b, c, d, x, y.
Depending on the locale of your FileMaker, they use command or dot, so they should just work with GetAsNumber() when reading.
See also
Release notes
- Version 14.0
- Added DynaPDF parser functions: DynaPDF.Parser.ChangeAltFont, DynaPDF.Parser.Create, DynaPDF.Parser.DeleteText, DynaPDF.Parser.ExtractText, DynaPDF.Parser.FindText, DynaPDF.Parser.Line, DynaPDF.Parser.ParsePage, DynaPDF.Parser.ReplaceSelText, DynaPDF.Parser.SetAltFont, DynaPDF.Parser.TextMatrix, DynaPDF.Parser.WriteToPage.
Blog Entries
This function is free to use.
Created 23th November 2023, last changed 23th November 2023