Sort Score
Result 10 results
Languages All
Labels All
Results 7,831 - 7,840 of 49,771 for

(c )

(0.24 sec)
  1. Load Document | GroupDocs

    Following this guide, you will learn how to load a document from the local disk or file stream for editing with GroupDocs.Editor for Node.js via Java API....from path const inputFilePath = 'C:\\input_path\\document.docx' ;...options const inputFilePath = 'C:\\input_path\\document.docx' ;...

    docs.groupdocs.com/editor/nodejs-java/load-docu...
  2. Work with search results | GroupDocs

    Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the text of documents. Obtain search result information When a search is complete, the search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult. From the root object of the search result, information is available on the number of documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document....indexFolder = "c:\\MyIndex\\" ; String documentFolder = "c:\\MyDocuments\\"...indexFolder = "c:\\MyIndex\\" ; String documentFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/work-with-search...
  3. Add document to Presentation via OLE | GroupDocs

    This article explains how to add document to Presentation via OLE with GroupDocs.Merger within your Java applications....= new OlePresentationOptio ( "c:\embedded.pdf" , pageNumber );...Merger merger = new Merger ( "c:\sample.ppt" ); { merger . importDocument...

    docs.groupdocs.com/merger/java/add-document-to-...
  4. GroupDocs.Redaction Product Family on GroupDocs...

    GroupDocs.Redaction Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Redaction Product Family on GroupDocs Blog | Document Aut......and Replace Text in PDF using C# Programmatically find certain...case sensitivity and RegEx using C#. Replace or hide the text to...

    blog.groupdocs.com/categories/groupdocs.redacti...
  5. Convert Excel to PDF on GroupDocs Blog | Docume...

    Convert Excel to PDF on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Convert Excel to PDF on GroupDocs Blog | Document Automation Solutions for .NET &...... 使用 C# 将 Excel 电子表格转换为 PDF 使用 C# 将 Excel 文件转换为 PDF。使用电子表格转换...

    blog.groupdocs.com/zh/tag/convert-excel-to-pdf/...
  6. DOC to PDF on GroupDocs Blog | Document Automat...

    DOC to PDF on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in DOC to PDF on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers 在 N...... 使用 C# 將 Word 文檔轉換為 PDF 在 .NET 應用程序中使用 C# 將 Word DOC...

    blog.groupdocs.com/zh-hant/tag/doc-to-pdf/index...
  7. Convert Word to PDF on GroupDocs Blog | Documen...

    Convert Word to PDF on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Convert Word to PDF on GroupDocs Blog | Document Automation Solutions for .NET & J...... 使用 C# 将 Word 文档转换为 PDF 在 .NET 应用程序中使用 C# 将 Word DOC...

    blog.groupdocs.com/zh/tag/convert-word-to-pdf/i...
  8. Rearrange PDF Pages on GroupDocs Blog | Documen...

    Rearrange PDF Pages on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Rearrange PDF Pages on GroupDocs Blog | Document Automation Solutions for .NET & J...... C#を使用してPDFページを再配置する方法 C#を使用してPDFファイルのページを並べ替えます。実行例は、...

    blog.groupdocs.com/ja/tag/rearrange-pdf-pages/i...
  9. Convert Excel to PDF on GroupDocs Blog | Docume...

    Convert Excel to PDF on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Convert Excel to PDF on GroupDocs Blog | Document Automation Solutions for .NET &...... C#を使用してExcelスプレッドシートをPDFに変換する C#を使用してExcelファイル...

    blog.groupdocs.com/ja/tag/convert-excel-to-pdf/...
  10. Insert Images Dynamically | GroupDocs

    Insert images into documents from file paths, URLs, or binary data sources during document assembly....Name = "Laptop" , ImagePath = @"C:\Images\laptop.jpg" }; // Assemble...imageBytes = File . ReadAllBytes ( @"C:\Images\laptop.jpg" ); var product...

    docs.groupdocs.com/assembly/net/basic-usage-gen...