Attaching files to a PDF

后端 未结 2 1832
旧巷少年郎
旧巷少年郎 2021-01-24 12:43

I am struggling with attaching files to a PDF that I am generating at runtime.

I\'m using C# ASP.net in the MVC framework. I originally created the PDF using ABCpdf from

2条回答
  •  死守一世寂寞
    2021-01-24 13:26

    The ABCpdf Annotations example project found under the ABCpdf menu item shows how to add file attachments. These use a standard 'Pin' format link icon.

    Because this icon is commonly understood I would suggest that you use that one rather than replace it with a generic link.

    However if you should need to use a more generic link please contact us via email and I think we have some sample code you can use.

    I work on the ABCpdf .NET software component so my replies may feature concepts based around ABCpdf. It's just what I know. :-)"

提交回复
热议问题