ApplyOverlayToPDF (open)

Overlay one PDF on top of another

Syntax

LOADLIB "mod::system/lib/printer.whlib";

BLOB FUNCTION ApplyOverlayToPDF(BLOB inputpdf, BLOB overlaypdf)

Parameters

BLOB inputpdf

Original PDF

BLOB overlaypdf

PDF to overlay (will become the background)

Return value

BLOB

Combined pdf