Visual paradigm试用版绘制ER图时如何去水印

本文介绍了一种简单有效的方法,用于去除VisualParadigm试用版生成的图片上的水印。通过将图片导出为SVG格式,然后在文本编辑器中删除特定的水印代码,最后再将SVG转换为JPG格式,即可获得无水印的图片。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Visual paradigm是一款强大的UML绘图工具,他不仅可以绘制各类数据库图,还可以连接数据库后创建表。在初次使用时,我们难免会使用试用版进行开发,但是当我们绘图完成想要转换成图片的时候却发现,转换后的图片却是带水印的。
在这里插入图片描述
眼看就要大功告成了,却给我来这个,难道要功亏一篑了。莫慌,往下看。
有水印我们就去水印,首先想到的是PS,但是操作麻烦,换个简单的。

  1. 导出图片时,选择格式为SVG:
    在这里插入图片描述
  2. 使用文本编辑器打开SVG,找到水印部分代码:
    在这里插入图片描述
    3.删除这部分以text开始以text结束,含有水印的标记对,并删除:
<text x="0" xml:space="preserve" y="0" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="178" xml:space="preserve" y="0" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="356" xml:space="preserve" y="0" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="534" xml:space="preserve" y="0" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="712" xml:space="preserve" y="0" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="890" xml:space="preserve" y="0" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="1068" xml:space="preserve" y="0" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="100" xml:space="preserve" y="60" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="278" xml:space="preserve" y="60" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="456" xml:space="preserve" y="60" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="634" xml:space="preserve" y="60" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="812" xml:space="preserve" y="60" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="990" xml:space="preserve" y="60" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="1168" xml:space="preserve" y="60" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="0" xml:space="preserve" y="120" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="178" xml:space="preserve" y="120" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="356" xml:space="preserve" y="120" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="534" xml:space="preserve" y="120" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="712" xml:space="preserve" y="120" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="890" xml:space="preserve" y="120" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="1068" xml:space="preserve" y="120" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="100" xml:space="preserve" y="180" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="278" xml:space="preserve" y="180" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="456" xml:space="preserve" y="180" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="634" xml:space="preserve" y="180" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="812" xml:space="preserve" y="180" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="990" xml:space="preserve" y="180" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="1168" xml:space="preserve" y="180" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="0" xml:space="preserve" y="240" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="178" xml:space="preserve" y="240" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="356" xml:space="preserve" y="240" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="534" xml:space="preserve" y="240" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="712" xml:space="preserve" y="240" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="890" xml:space="preserve" y="240" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="1068" xml:space="preserve" y="240" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="100" xml:space="preserve" y="300" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="278" xml:space="preserve" y="300" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="456" xml:space="preserve" y="300" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="634" xml:space="preserve" y="300" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="812" xml:space="preserve" y="300" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="990" xml:space="preserve" y="300" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="1168" xml:space="preserve" y="300" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="0" xml:space="preserve" y="360" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="178" xml:space="preserve" y="360" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="356" xml:space="preserve" y="360" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="534" xml:space="preserve" y="360" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="712" xml:space="preserve" y="360" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="890" xml:space="preserve" y="360" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="1068" xml:space="preserve" y="360" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="100" xml:space="preserve" y="420" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="278" xml:space="preserve" y="420" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="456" xml:space="preserve" y="420" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="634" xml:space="preserve" y="420" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="812" xml:space="preserve" y="420" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="990" xml:space="preserve" y="420" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="1168" xml:space="preserve" y="420" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="0" xml:space="preserve" y="480" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="178" xml:space="preserve" y="480" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="356" xml:space="preserve" y="480" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="534" xml:space="preserve" y="480" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="712" xml:space="preserve" y="480" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="890" xml:space="preserve" y="480" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="1068" xml:space="preserve" y="480" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="100" xml:space="preserve" y="540" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="278" xml:space="preserve" y="540" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="456" xml:space="preserve" y="540" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="634" xml:space="preserve" y="540" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="812" xml:space="preserve" y="540" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="990" xml:space="preserve" y="540" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="1168" xml:space="preserve" y="540" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="0" xml:space="preserve" y="600" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="178" xml:space="preserve" y="600" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="356" xml:space="preserve" y="600" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="534" xml:space="preserve" y="600" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="712" xml:space="preserve" y="600" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="890" xml:space="preserve" y="600" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="1068" xml:space="preserve" y="600" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="100" xml:space="preserve" y="660" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="278" xml:space="preserve" y="660" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="456" xml:space="preserve" y="660" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="634" xml:space="preserve" y="660" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="812" xml:space="preserve" y="660" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="990" xml:space="preserve" y="660" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="1168" xml:space="preserve" y="660" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="0" xml:space="preserve" y="720" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="178" xml:space="preserve" y="720" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="356" xml:space="preserve" y="720" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="534" xml:space="preserve" y="720" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="712" xml:space="preserve" y="720" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="890" xml:space="preserve" y="720" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="1068" xml:space="preserve" y="720" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="100" xml:space="preserve" y="780" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="278" xml:space="preserve" y="780" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="456" xml:space="preserve" y="780" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="634" xml:space="preserve" y="780" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="812" xml:space="preserve" y="780" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="990" xml:space="preserve" y="780" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="1168" xml:space="preserve" y="780" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="0" xml:space="preserve" y="840" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="178" xml:space="preserve" y="840" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="356" xml:space="preserve" y="840" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="534" xml:space="preserve" y="840" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="712" xml:space="preserve" y="840" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="890" xml:space="preserve" y="840" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="1068" xml:space="preserve" y="840" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="100" xml:space="preserve" y="900" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="278" xml:space="preserve" y="900" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="456" xml:space="preserve" y="900" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="634" xml:space="preserve" y="900" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="812" xml:space="preserve" y="900" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="990" xml:space="preserve" y="900" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="1168" xml:space="preserve" y="900" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="0" xml:space="preserve" y="960" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="178" xml:space="preserve" y="960" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="356" xml:space="preserve" y="960" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="534" xml:space="preserve" y="960" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="712" xml:space="preserve" y="960" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="890" xml:space="preserve" y="960" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="1068" xml:space="preserve" y="960" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="100" xml:space="preserve" y="1020" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="278" xml:space="preserve" y="1020" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="456" xml:space="preserve" y="1020" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="634" xml:space="preserve" y="1020" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="812" xml:space="preserve" y="1020" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="990" xml:space="preserve" y="1020" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="1168" xml:space="preserve" y="1020" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="0" xml:space="preserve" y="1080" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="178" xml:space="preserve" y="1080" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="356" xml:space="preserve" y="1080" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="534" xml:space="preserve" y="1080" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="712" xml:space="preserve" y="1080" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="890" xml:space="preserve" y="1080" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="1068" xml:space="preserve" y="1080" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="100" xml:space="preserve" y="1140" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="278" xml:space="preserve" y="1140" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="456" xml:space="preserve" y="1140" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="634" xml:space="preserve" y="1140" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="812" xml:space="preserve" y="1140" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="990" xml:space="preserve" y="1140" stroke="none"
      >Visual Paradigm [evaluation copy] </text
      ><text x="1168" xml:space="preserve" y="1140" stroke="none"
      >Visual Paradigm [evaluation copy] </text
    >
  1. 重写使用浏览器打开查看已经没有水印了
    在这里插入图片描述
    5.最后一步,使用SVG转JPG工具转换一下图片格式就大功告成。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

遇见已足矣

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值