C# - 将一个 PDF 放入另一个 PDF 中

发布于 2024-07-08 15:06:27 字数 204 浏览 7 评论 0原文

我有不同格式的不同公司的多个徽标,需要添加到其他 PDF 中。 目前尚未指定这些徽标的格式,但如果引起问题,可以将其锁定为仅某些格式。

这些其他 PDF 大部分是海报,将由用户打印。

问题:将这些徽标动态添加到 PDF 海报图稿上,然后由用户下载和打印的最佳方法是什么? 请记住,打印时需要保留 PDF 的原始质量。

提前致谢

I have multiple logos of various companies in various formats that needs to be added to other PDFs. The format of these logos is not specified at the moment but it could be locked down to only certain formats if it causes issues.

These other PDFs will be mostly posters and will be printed off by the user.

Question: What is the best way for adding these logo's onto the PDF poster artwork on the fly to then be downloaded and printed by the user? Bareing in mind it needs to retain the original quality of the PDF when being printed.

Thanks in advance

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

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

发布评论

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

评论(2

抚笙 2024-07-15 15:06:27

请参阅我对类似问题的回答。 简而言之,我使用 itextsharp 向现有 PDF 添加水印。

See at my answer to a similar question. In short, I've used itextsharp to add watermark(s) to an existing PDF.

流云如水 2024-07-15 15:06:27

PDFSharp 是一个可以执行此操作的免费库。 这些水印示例 应该可以帮助您入门。

PDFSharp is a free library that can do this. These watermarking examples should help you get started.

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