使用PowerShell将多个图像作为单个pdf打印

时间:2017-09-28 14:37:43

标签: powershell pdf printing

我的代码如下:

<div class="highlight">
  <div class="content">
    <a class="btn btn-photo" href="urlsomething" style="color: black; background-color: white;">Blabla <span class="btnArrow">&gt;</span></a>
  </div>
  <div class="animatedBackground" style="background-image:url(http://www.eahealthsolutions.com/wp-content/uploads/2016/05/EA_Health_On_Call_Compensation_8916.jpg);"></div>
</div>

我能够根据部分名称成功匹配文件,现在我想将两个匹配的图像作为PDF垂直打印在彼此的顶部,打印机名称将是“Microsoft Print to PDF”

我真正想要的是,只要图像根据我的if语句进行匹配,就可以组合成一个图像,如果有另一个解决方案可以实现这一点我也会对它开放!

任何想法????

0 个答案:

没有答案