The function create_PDF_Watermark inserts a new layer on the given page and renders the new content on that new layer. This is an ideal function to place watermarks into existing PDF documents.
function create_PDF_Watermark(WatermarkFile String, PageNo, Layer) As Boolean
If pdf.load_pdf_to_mem(CStr(Inputfile)) = true Then
Call pdf.create_PDF_Watermark(CStr(watermark), 1, 1)
Call pdf.save_pdf_to_file(CStr(target))
End If
Set pdf = Nothing
Please ask...
Although we really tried hard, there are always questions left open.
Please send us your question. We would be glad to answer it.