avatar
pdf去除空白边及转为png

pdf去除空白边及转为png

星期三,十二月 9 日,2020 年

Crop white space of pdf and using gs convert to png PDFCROP takes a PDF file as input, calculates the BoundingBox for each page by the help of ghostscript and generates a output PDF file with removed margins.pdfcrop Normally pdfcrop will be installed by the TeX system. https://superuser.com/questions/415707/export-excel-graphs-as-vector-graphics-files-e-g-svgs briss/xltoolbox Export Excel chart to SVG creates an empty file pdfcrop foo.pdf f.pdf gswin64c.exe -dNOPAUSE -sDEVICE=png16m -r600 -sOutputFile=foo.png o.pdf -dBATCH Sub SaveSelectedChartAsPng()
avatarlsq
1 分钟阅读
vba导出pdf或者png

vba导出pdf或者png

星期三,十二月 9 日,2020 年

Intro These code are to export a chart from Excel to .png and .pdf extensions. How to proceed go to Tools > Macro > Visual Basic Editor. In the new window, select Insert > Module and copy some from codes available (SaveSelectedChartAsPDF or SaveSelectedChartAsImage) or in the blank page. Then go to File > Close > Return to Microsoft Excel Select a chart that you want to export Tools >
avatarlsq
2 分钟阅读

© 2011 - 2023 lsq 的博客

Powered by Hugo with theme Dream.

avatar
关于我

lsq 的 ❤️ 博客

记录一些 🌈 生活上,财务相关技术上的事

毕业于 🏫 东北财经大学

空闲时间会做分享财务工作上相关技术

主要分享是:

  • VBA & Power Query
  • Excel 图表制作
  • LaTeX

写着玩:

  • Ruby
  • Bash shell
  • Python

目前在深圳工作

– 2021 年 04 月 11 日更新