B4J Question [XLUtils] MS Word Documents Error occurred on line: 436 (WordDocument)

hanyelmehy

Active Member
Licensed User
Longtime User
when try to add image to [XLUtils] MS Word Documents
for some images iget this error

Error occurred on line: 436 (WordDocument)
java.io.FileNotFoundException: (path) (Access is denied)
i add image using
B4X:
Document.Append($"[p Alignment=Center][img Dir="${ImgPath}" FileName="${image name}" Width=${ImgW} Height=${imgH}/][/p]"$)
notes
the file in its place and not using by any other app (i can check it with File.Exists)
some other images work
 
Top