Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,027

HOME > ASP.NET > ASP.NET PDF > ASP.NET & Pdf



Clound SSD Virtual Server

ASP.NET & Pdf

ASP.NET & Pdf ในการส่งออก ASP.NET ในรูปแบบของ Pdf มี Component Library ให้เลือกใช้ได้หลายตัว แต่ผมเลือกใช้ของ PdfSharp เพราะมันสามารถใช้งานได้ฟรี และเป็น Open Source ด้วยครับ ดาวน์โหลด PdfSharp ได้ที่ http://www.icsharpcode.net/

Language Code : VB.NET || C#

ASP.NET Add Reference

Framework : 1,2,3,4

Instance NameSpace

VB.NET
Imports PdfSharp

C#
Using PdfSharp;



AspNetPDF.aspx

<%@ Import Namespace="PdfSharp"%>
<%@ Import Namespace="PdfSharp.Drawing"%>
<%@ Import Namespace="PdfSharp.Pdf"%>
<%@ Import Namespace="PdfSharp.Pdf.IO"%>

<%@ Page Language="VB" %>
<script runat="server">
    Sub Page_Load(sender As Object, e As EventArgs)				
		' Create a new PDF document
		Dim DocPDF As PdfDocument = New PdfDocument

		' Create an empty page
		Dim objPage As PdfPage = DocPDF.AddPage

		' Get an XGraphics object for drawing
		Dim gfx As XGraphics = XGraphics.FromPdfPage(objPage)

		' Create a font
		Dim font As XFont = New XFont("Verdana", 20, XFontStyle.Bold)

        ' Draw the text
        gfx.DrawString(" Hello, World!", font, XBrushes.Black, _
        New XRect(0, 0, objPage.Width.Point, objPage.Height.Point), XStringFormats.TopCenter)

        ' Draw the text
        gfx.DrawString("Welcome To www.ThaiCreate.Com", font, XBrushes.Black, _
        New XRect(0, 0, objPage.Width.Point, objPage.Height.Point), XStringFormats.Center)

        ' Draw the text
        gfx.DrawString("Version 2009", font, XBrushes.Black, _
        New XRect(0, 0, objPage.Width.Point, objPage.Height.Point), XStringFormats.BottomCenter)

		' Save the document...
		Dim FileName As String = "MyPDF/PdfDoc.pdf"
		DocPDF.Save(Server.MapPath(FileName))

		DocPDF.Close()
		DocPDF = Nothing

		Me.lblText.Text = "PDF Created <a href=" & FileName & ">click here</a> to view"

	End Sub

</script>
<html>
<head>
    <title>ThaiCreate.Com ASP.NET - Send Mail</title>
</head>
<body>
	<form id="form1" runat="server">
		<asp:Label id="lblText" runat="server"></asp:Label>
	</form>
</body>
</html>


Screenshot

ASP.NET Pdf






   
Share


ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน Source Code 2.0 ของทีมงานไทยครีเอท


ลองใช้ค้นหาข้อมูล


   


Bookmark.   
       
  By : ThaiCreate.Com Team (บทความเป็นลิขสิทธิ์ของเว็บไทยครีเอทห้ามนำเผยแพร่ ณ เว็บไซต์อื่น ๆ)
  Score Rating :  
  Create/Update Date : 2008-10-26 20:22:04 / 2009-06-03 07:34:00
  Download : Download  ASP.NET & Pdf
 Sponsored Links / Related

 
ASP.NET Pdf Write Rows
Rating :

 
ASP.NET Pdf Insert Image
Rating :

 
ASP.NET Pdf Multiple Page
Rating :

 
ASP.NET Export/Report Database to Pdf
Rating :


ThaiCreate.Com Forum


Comunity Forum Free Web Script
Jobs Freelance Free Uploads
Free Web Hosting Free Tools

สอน PHP ผ่าน Youtube ฟรี
สอน Android การเขียนโปรแกรม Android
สอน Windows Phone การเขียนโปรแกรม Windows Phone 7 และ 8
สอน iOS การเขียนโปรแกรม iPhone, iPad
สอน Java การเขียนโปรแกรม ภาษา Java
สอน Java GUI การเขียนโปรแกรม ภาษา Java GUI
สอน JSP การเขียนโปรแกรม ภาษา Java
สอน jQuery การเขียนโปรแกรม ภาษา jQuery
สอน .Net การเขียนโปรแกรม ภาษา .Net
Free Tutorial
สอน Google Maps Api
สอน Windows Service
สอน Entity Framework
สอน Android
สอน Java เขียน Java
Java GUI Swing
สอน JSP (Web App)
iOS (iPhone,iPad)
Windows Phone
Windows Azure
Windows Store
Laravel Framework
Yii PHP Framework
สอน jQuery
สอน jQuery กับ Ajax
สอน PHP OOP (Vdo)
Ajax Tutorials
SQL Tutorials
สอน SQL (Part 2)
JavaScript Tutorial
Javascript Tips
VBScript Tutorial
VBScript Validation
Microsoft Access
MySQL Tutorials
-- Stored Procedure
MariaDB Database
SQL Server Tutorial
SQL Server 2005
SQL Server 2008
SQL Server 2012
-- Stored Procedure
Oracle Database
-- Stored Procedure
SVN (Subversion)
แนวทางการทำ SEO
ปรับแต่งเว็บให้โหลดเร็ว


Hit Link
   







Load balance : Server 00
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่