How do i insert image from a local windows PC

0 votes
asked Dec 21, 2023 in Question / help by Ashok Gohil
I am trying to insert an image from my local PC which is Windows pc. The image file is kept in d drive. I am using following syntax to insert image in my diagram, it gives syntax error. I am using version 1.2021.2. Please help. Thanks in advance.

<img:file:d:\alerts.png>

1 Answer

0 votes
answered Dec 21, 2023 by The-Lu (86,520 points)

Hi A., and all,

You can use:

<img:d:\alerts.png>

[Because file protocol seems to not working....]

See also:

Regards,
Th.

commented Dec 22, 2023 by anonymous

Hi Th,

I tried that too but it is not working. I also tried all the different ways mentioned in the below URL but dint get success.

commented Dec 22, 2023 by The-Lu (86,520 points)

Hi A.,

  • How you to use plantuml?
  • What is your minimal source example?

If:

I am using version 1.2021.2

  • Could you to update to a more recent version?

Regards,
Th.

commented Dec 27, 2023 by Ashok Gohil
Hi Th,

Thanks for your reply. I am using 1.2023.10. I tried all possible soln but still it is not working.
...