• <menu id="w2i4a"></menu>
  • logo E-iceblue中文文檔

    文檔首頁>>E-iceblue中文文檔>>將 Word 轉(zhuǎn)換為 PCL

    將 Word 轉(zhuǎn)換為 PCL


    PCL 文件是以打印機命令語言(通常稱為 PCL)頁面描述語言創(chuàng)建的數(shù)字打印文檔。從v7.1.19 開始,Spire.Doc 支持將 word 文檔轉(zhuǎn)換為 PCL。PCL文件的標準有很多種;這里的 PCL 是指 PCL 6(PCL 6 Enhanced 或 PCL XL)。本文將向您展示如何僅通過三行代碼將 C# 和 VB.NET 中的 Word 文檔保存到 PCL 中。

    Spire.Doc for.NET 最新下載

    以下將直接展示代碼:

    [C#]

    using Spire.Doc;
    
    namespace DOCPCL
    {
    class Program
    {
    static void Main(string[] args)
    {
    //load the sample document
    Document doc = new Document();
    doc.LoadFromFile("Sample.docx", FileFormat.Docx2010);
    
    //save the document as a PCL file
    doc.SaveToFile("Result.pcl", FileFormat.PCL);
    
     
    
    }
    }
    }

    [VB.NET]

    using Spire.Doc;
    
    namespace DOCPCL
    {
    class Program
    {
    static void Main(string[] args)
    {
    //load the sample document
    Document doc = new Document();
    doc.LoadFromFile("Sample.docx", FileFormat.Docx2010);
    
    //save the document as a PCL file
    doc.SaveToFile("Result.pcl", FileFormat.PCL);
    
     
    
    }
    }
    }

    歡迎下載|體驗更多E-iceblue產(chǎn)品

    如需獲取更多產(chǎn)品相關(guān)信息請咨詢慧都在線客服  

    aspose最新版合集

    掃碼咨詢


    添加微信 立即咨詢

    電話咨詢

    客服熱線
    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); })();