• <menu id="w2i4a"></menu>
  • logo Spire.PDF教程

    文檔首頁>>Spire.PDF教程>>Spire.PDF功能演示:在c#中從URL下載PDF文檔

    Spire.PDF功能演示:在c#中從URL下載PDF文檔


    Spire.PDF是一個專業(yè)的PDF組件,能夠獨立地創(chuàng)建、編寫、編輯、操作和閱讀PDF文件,支持 .NET、Java、WPF和Silverlight。Spire.PDF的PDF API擁有豐富的功能,如安全設(shè)置(包括數(shù)字簽名)、PDF文本/附件/圖片提取、PDF文件合并/拆分、元數(shù)據(jù)更新、章節(jié)和段落優(yōu)化、圖形/圖像描繪和插入、表格創(chuàng)建和處理、數(shù)據(jù)導(dǎo)入等等。

    >>Spire.PDF更新至最新版v7.5,歡迎下載體驗

    本文介紹如何使用帶有C#和VB.NET的Spire.PDF從URL下載PDF文檔。

    C#

    using System.IO;
    using System.Net;
    using Spire.Pdf;
    
    namespace DownloadPdfFromUrl
    {
        class Program
        {
            static void Main(string[] args)
            {
                //Create a PdfDocument object
                PdfDocument doc = new PdfDocument();
    
                //Create a WebClient object
                WebClient webClient = new WebClient();
    
                //Download data from URL and save as memory stream
                using (MemoryStream ms = new MemoryStream(webClient.DownloadData("http://www.e-iceblue.com/images/sample.pdf")))
                {
                    //Load the stream
                    doc.LoadFromStream(ms);
                }
    
                //Save to PDF file
                doc.SaveToFile("result.pdf", FileFormat.PDF);
            }
        }
    }

    VB.NET

    Imports System.IO
    Imports System.Net
    Imports Spire.Pdf
    
    Namespace DownloadPdfFromUrl
        Class Program
            Shared  Sub Main(ByVal args() As String)
                'Create a PdfDocument object
                Dim doc As PdfDocument = New PdfDocument()
     
                'Create a WebClient object
                Dim webClient As WebClient = New WebClient()
     
                'Download data from URL and save as memory stream
                Imports(MemoryStream ms = New MemoryStream(webClient.DownloadData("http:'www.e-iceblue.com/images/sample.pdf")))
                {
                    'Load the stream
                    doc.LoadFromStream(ms)
                }
     
                'Save to PDF file
                doc.SaveToFile("result.pdf", FileFormat.PDF)
            End Sub
        End Class
    End Namespace
     

    運行項目后結(jié)果:

    國產(chǎn)PDF管理控件Spire.PDF使用教程:在c#中從URL下載PDF文檔

    慧都是E-iceblue官方友好合作伙伴,如果您對spire.PDF感興趣,可以聯(lián)系在線客服了解具體授權(quán)價格和使用機制。
    掃碼咨詢


    添加微信 立即咨詢

    電話咨詢

    客服熱線
    023-68661681

    TOP
    三级成人熟女影院,欧美午夜成人精品视频,亚洲国产成人乱色在线观看,色中色成人论坛 (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })();