基本上,有PDF,要么想将其编成框架,要么将其改为超文本,在电子邮件中显示。 我没有找到一种可行的解决办法。
下面是一例,在浏览器中工作,而不是电子邮件。 增 编
<object data="MyPDF.pdf" type="application/pdf" width="100%" height="100%"></object>
基本上,有PDF,要么想将其编成框架,要么将其改为超文本,在电子邮件中显示。 我没有找到一种可行的解决办法。
下面是一例,在浏览器中工作,而不是电子邮件。 增 编
<object data="MyPDF.pdf" type="application/pdf" width="100%" height="100%"></object>
你可以这样做。 简言之,你可将pdf转换成图像(每页一页),并将所有内容放入电子邮件的html。 其用处不如平原,通常比pdf本身大得多。 您也可以使用用户软件转换至html。
我不知道将人民抵抗力量转换成超文本的任何合理方法,除非你们有产生人民抵抗力量的来源(假定它产生)。
你最好把它作为一个单独的附件。 您可以尝试将其放在一边,但结果将高度依赖客户(例如<object />可能为《展望》工作,但肯定不是任何其他客户)。
In my webpages I have references to js and images as such: "../../Content/Images/"Filename" In my code if I reference a file as above, it doesnt work so i have to write: "c:/miscfiles/"filename" 1-...
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. ...
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 ...
I m looking for best practices here. Sorry. I know it s subjective, but there are a lot of smart people here, so there ought to be some "very good" ways of doing this. I have a custom object called ...
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 ...
i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...
For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?
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!