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
PDF The PDF reference. $pdf

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

Blog Entries

This function is free to use.

Created 23th November 2023, last changed 23th November 2023


DynaPDF.Parser.SetAltFont - DynaPDF.Parser.WriteToPage