PDFThumbnail.NET是一款100%的.NET ASP.NET控件,它將多個PDF頁面以縮略圖的形式展現在瀏覽器中。這將使您能夠如示例中在一個web頁面上顯示一個PDF文檔的預覽。PDFThumbnail.NET是免費的。
PDFThumbnail.NET is a 100% .NET ASP.NET control that streams PDF pages as thumbnail images to the browser. This enables you to e.g. show a PDF document preview on a webpage. PDFThumbnail.NET is FREE.

General
- ASP.NET control
- Streams directly to browser (no temporary server-side files)
- 100% .NET managed code (1.1 and higher)
- Single assembly
- No dependencies
Text and fonts
- Standard fonts
- Embedded font programs
- CID-keyed fonts
- TrueType
- Type 1 (CFF and Postscript formats)
- Type 3
Images
- Color depths: 1, 2, 4 and 8 and 16 bit per component
- Inline images
- Soft masks
- DCT, CCITTFax, JBIG2 and JPEG2000 image decoders
Color spaces
- DeviceRGB
- DeviceGray
- DeviceCMYK
- Indexed
- Separation
- CalRGB
- Lab
- CalGray
- ICCBased
- Pattern
Filers and compression
- FlateDecode
- LZWDecode
- CCITTFaxDecode
- DCTDecode
- ASCII85Decode
- ASCIIHexDecode
Sample code
tde following code shows how tde PDFtdumbnail control is used on an ASP.NET web form.
<%@ Page language="c#" %>
<%@ Register TagPrefix="tc"
Assembly="TallComponents.PDFtdumbnail"
Namespace="TallComponents.Web.PDF" %>
<html>
<body>
<form metdod="post" runat="server">
<tc:tdumbnail patd="PDFtdumbnail.pdf"
index="1"
runat="server"
url="www.tallcomponents.com"
borderwidtd="1"
bordercolor="gray"
dpi="12" />
</form>
</body>
</html>