使用 Microsoft Office 自动编写报告

发布于 2024-09-27 08:36:39 字数 153 浏览 0 评论 0原文

我为工作撰写合规报告。我填写一份 PDF 表格,然后单击“是”或“否”以表明该公司是否遵守特定法规。我希望此表单自动填充我的 Word 合规报告,其中包含公司名称以及适当的调查结果和纠正措施。这可能吗?如果没有,我可以使用其他 Microsoft Office 应用程序来实现此目的吗?谢谢!

I write compliance reports for work. I fill in a PDF form and click 'Yes' or 'No' to indicate whether the company is in compliance with a particular statute. I would like to have this form autopopulate my compliance report in Word with the company's name and the appropriate findings and corrective actions. Is this possible? If not, can I achieve this using other Microsoft Office applications? Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

快乐很简单 2024-10-04 08:36:39

是的,这是可能的,但出于安全原因,PDF 查看器本身无法运行任意代码。如果您按照某些约定组织内容,那么在对 PDF 进行更改后,您可以保存它,然后运行另一个脚本,该脚本将执行您想要的操作。我推荐 Python 作为脚本语言。

请告诉我们有关您的合规报告的更多信息 - 当您进行更改时,这些报告目前是否开放?它们可以从头开始重建还是仅通过相关更改进行更新?

http://www.google.com/#hl=en&expIds=17259,18168,26637,26792&sugexp=ldymls&xhr=t&q=python+read+pdf&cp=13&pf=p& ;sclient=psy&safe=off&aq=f&aqi=g4g-o1&aql=&oq=python+read+p&gs_rfai=&pbx=1&fp=5a996d56de453056

http://win32com.goermezer.de/content/view/173/284/

Yes, it is possible, but PDF viewer itself cannot run arbitrary code for security reasons. If you organize things with certain conventions, then, after you make a change to PDF, you can save it, and then run another script which would then do what you want. I would recommend Python as the scripting language.

Please tell us more about your compliance reports - are they currently open as you change stuff? Can they be re0built from scratch or only updated with relevant changes?

http://www.google.com/#hl=en&expIds=17259,18168,26637,26792&sugexp=ldymls&xhr=t&q=python+read+pdf&cp=13&pf=p&sclient=psy&safe=off&aq=f&aqi=g4g-o1&aql=&oq=python+read+p&gs_rfai=&pbx=1&fp=5a996d56de453056

http://win32com.goermezer.de/content/view/173/284/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文