English 中文(简体)
能否在电子邮件中把国防军作为超文本处理?
原标题:Is it possible to Embed a PDF as HTML in an email?
  • 时间:2011-11-04 22:38:51
  •  标签:
  • c#
  • asp.net

基本上,有PDF,要么想将其编成框架,要么将其改为超文本,在电子邮件中显示。 我没有找到一种可行的解决办法。

下面是一例,在浏览器中工作,而不是电子邮件。 增 编

<object data="MyPDF.pdf" type="application/pdf" width="100%" height="100%"></object>
最佳回答

你可以这样做。 简言之,你可将pdf转换成图像(每页一页),并将所有内容放入电子邮件的html。 其用处不如平原,通常比pdf本身大得多。 您也可以使用用户软件转换至html。

问题回答

我不知道将人民抵抗力量转换成超文本的任何合理方法,除非你们有产生人民抵抗力量的来源(假定它产生)。

你最好把它作为一个单独的附件。 您可以尝试将其放在一边,但结果将高度依赖客户(例如<object />可能为《展望》工作,但肯定不是任何其他客户)。





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签