Experimental PowerShell Module to create and edit Microsoft Word, Microsoft Excel, and Microsoft PowerPoint documents without having Microsoft Office installed.
I noticed a method $Document.Images.Add, but not having any luck.
Tried specifying full and relative paths to a jpeg image but I always get error "InvalidOperation: You cannot call a method on a null-valued expression."
Am I doing it wrong, or this feature not yet implemented?
Hello,
I noticed a method
$Document.Images.Add
, but not having any luck.Tried specifying full and relative paths to a jpeg image but I always get error "InvalidOperation: You cannot call a method on a null-valued expression."
Am I doing it wrong, or this feature not yet implemented?