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.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Writes text on the PDF.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
OCR | 3.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
PosX | X-Coordinate of image. | $x |
PosY | Y-Coordinate of image. | $y |
Width | Width of the image. | $w |
Height | Height of the image. | $h |
Returns OK or error message.
Insert image and write text over it:
MBS("DynaPDF.InsertImage"; OCR::Image; $x; $y; $w; $h)
MBS( "OCR.WriteToPDF"; $x; $y; $w; $h)
Created 18th August 2014, last changed 21st November 2017
OCR.SetVariable - PDFKit.AddEmptyPage
Feedback: Report problem or ask question.