Sort Score
Result 10 results
Languages All
Labels All
Results 8,421 - 8,430 of 11,692 for

new

(0.14 sec)
  1. Trình xem PowerPoint – Mở & Đọc file PPT, PPTX ...

    Tìm hiểu cách xem các bài thuyết trình PowerPoint trực tuyến bằng trình xem PPTX miễn phí hoặc lập trình với các API cho .NET, Java, Python và Node.js....Options; using (Viewer viewer = new Viewer("path/presentation.pptx"))...pptx")) { PdfViewOptions options = new PdfViewOptions("path/presentation...

    blog.groupdocs.com/vi/viewer/view-powerpoint-pr...
  2. PowerPoint 檢視器 – 立即打開和閱讀 PPT、PPTX 檔案

    學習如何使用免費的 PPTX 瀏覽器在線查看 PowerPoint 簡報,或通過 .NET、Java、Python 和 Node.js 的 API 進行編程查看。...Options; using (Viewer viewer = new Viewer("path/presentation.pptx"))...pptx")) { PdfViewOptions options = new PdfViewOptions("path/presentation...

    blog.groupdocs.com/zh-hant/viewer/view-powerpoi...
  3. Word 文檔查看器 – 立即打開和閱讀 DOCX 文件

    了解如何使用免費的 DOCX 檢視器或通過 GroupDocs.Viewer API 在 .NET、Java、Python 和 Node.js 中以程式方式查看 Word 文檔。... using (Viewer viewer = new Viewer("path/document.docx"))...docx")) { PdfViewOptions options = new PdfViewOptions("path/Word-Document...

    blog.groupdocs.com/zh-hant/viewer/view-word-doc...
  4. 在線上文件中進行模糊搜尋

    釋放模糊搜索的力量!了解如何以程式設計方式在線搜尋基於文字的文檔中幾乎匹配的結果。...建立索引資料夾並將文件的資料夾新增至其中 Index index = new Index("indexing-folder-path");..."); SearchOptions options = new SearchOptions(); options.FuzzySearch...

    blog.groupdocs.com/zh-hant/search/online-fuzzy-...
  5. Tạo Báo cáo PDF từ Dữ liệu JSON trong Java | JS...

    Lập trình tạo báo cáo bằng cách chuyển đổi dữ liệu JSON sang PDF & Word bằng các mẫu trong Java. Báo cáo PDF & DOCX sử dụng Java API tạo báo cáo....JSON JsonDataSource datasource= new JsonDataSource(jsonFilePath);...DataSourceInfo dataSourceInfo = new DataSourceInfo(datasource,"managers");...

    blog.groupdocs.com/vi/assembly/generate-pdf-rep...
  6. C#でプレゼンテーションを画像に変換する| PPTからJPGへ| PPTからPNGへ

    C#を使用して、PPT/PPTX形式のPowerPointプレゼンテーションをJPGまたはPNG形式に変換します。 .NET APIを使用して、プログラムでプレゼンテーションを画像に変換します。...SavePageStream getPageStream = page => new FileStream(string.Format("path/convertedPPT{0}...using (Converter converter = new Converter("path/presentation...

    blog.groupdocs.com/ja/conversion/convert-presen...
  7. חיפוש טקסט בפורמטים של מסמכים וורד, אקסל, PDF, ...

    GroupDocs.Search הוא API רב עוצמה לחיפוש טקסט מלא המאפשר לך לחפש מעל 70 פורמטים של מסמכים ביישומים שלך....documents to search // a) Create new index or // b) Open existing...existing index Index index = new Index(indexFolder); // c) Subscribe...

    blog.groupdocs.com/he/search/search-text-in-wor...
  8. Générer un rapport PDF à partir de données JSON...

    Générez des rapports par programme en convertissant les données JSON en PDF et Word à l'aide de modèles en Java. Rapports PDF et DOCX utilisant l'API Java de génération de rapports....JSON JsonDataSource datasource= new JsonDataSource(jsonFilePath);...DataSourceInfo dataSourceInfo = new DataSourceInfo(datasource,"managers");...

    blog.groupdocs.com/fr/assembly/generate-pdf-rep...
  9. Comparar vários arquivos CSV em C# | Aceitar, r...

    Compare programaticamente dois ou mais arquivos CSV em C#. Aprenda a aceitar, rejeitar e destacar as mudanças. Compare arquivos CSV protegidos por senha usando a API .NET....C# using (Comparer comparer = new Comparer("path/comma-separated-file-1...comparer = new Comparer("path/comma-separated-file-1.csv", new LoadOptions(){...

    blog.groupdocs.com/pt/comparison/compare-multip...
  10. Unire DOCX in Node.js | GroupDocs.Merger

    Scopri come unire in modo efficiente file DOCX nelle applicazioni Node.js senza software di terze parti. Inizia con esempi!...il primo file const merger = new groupdocs . merger . Merger (...Inizializza il Merger const merger = new groupdocs . merger . Merger (...

    blog.groupdocs.com/it/merger/merge-docx-in-nodejs/