Allows you to add an image to a PDF file.
Example
Running this code will append the PDF file and add an image "D:\Automaxed\Document Automation\Create new pdf file\Sample PDF Image.png" with the following properties:
- Width and Height: 200, 200
- Position X and Y: 0, 0
- Alignment: Align Left
plugin command("Document Automation.dll", "pdf append existing file", "{$special folder("Application")}\\Sample pdf 2.pdf", "{$special folder("Application")}\\pdf add image.pdf", "Start") {
plugin command("Document Automation.dll", "pdf add image", "D:\\Automaxed\\Document Automation\\Create new pdf file\\Sample PDF Image.png", "200,200", "0,0", "", "Align Left")
}