Sort Score
Result 10 results
Languages All
Labels All
Results 2,811 - 2,820 of 12,226 for

new

(0.32 sec)
  1. Get default convert options for a target format...

    In this article, you will learn how to get predefined default convert options for desired target format with GroupDocs.Conversion for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Converter converter = new Converter ( "sample.docx" ))...

    docs.groupdocs.com/conversion/net/get-default-c...
  2. GroupDocs.Merger for .NET | GroupDocs

    Use GroupDocs.Merger for .NET to merge several documents into one, split single document to multiple and organize documents in different ways....Consulting Blog Knowledge Base New Releases Status Websites aspose...for .NET API Reference WHAT'S NEW? GroupDocs.Merger for .NET Release...

    docs.groupdocs.com/merger/net/
  3. Search Text in Folders by Indexing using C# | U...

    Search text by parts, text indexing, specify the number of search threads, and get search time to get search results in C# using GroupDocs Search API for .NET Developers....specified folder Index index = new Index(indexFolder); // Indexing...instance SearchOptions options = new SearchOptions(); options.IsChunkSearch...

    blog.groupdocs.com/search/search-text-by-indexi...
  4. "Document is not found. Document ID: 7021" duri...

    Hello, We got an exception during a search that seems to be pretty rare. We were not able to reproduce it again, but we still want to report it to you and hope that you can fix it based on this description… This is the…...doing this: var searchOptions = new SearchOptions { RetrieveAttributes...We have opened the following new ticket(s) in our internal issue...

    forum.groupdocs.com/t/document-is-not-found-doc...
  5. GroupDocs.Parser Overview | GroupDocs

    In this article, get acquainted with the features, functions, supported file formats and developer usage of GroupDocs.Parser for Python via .NET — API to extract text, images, metadata, and structured data from documents....Consulting Blog Knowledge Base New Releases Status Websites aspose...for Python via .NET If you are new to GroupDocs.Parser, see the...

    docs.groupdocs.com/parser/python-net/groupdocs-...
  6. Load document from local disk | GroupDocs

    GroupDocs.Parser provides the functionality to extract data from documents on the local disk. The following example shows how to load the document from the local disk: // Set the filePath String filePath = Constants.SamplePdf; // Create an instance of Parser class with the filePath try (Parser parser = New Parser(filePath)) { // Extract a text into the reader try (TextReader reader = parser.getText()) { // Print a text from the document // If text extraction isn't supported, a reader is null System....Consulting Blog Knowledge Base New Releases Status Websites aspose...filePath try ( Parser parser = new Parser ( filePath )) { // Extract...

    docs.groupdocs.com/parser/java/load-document-fr...
  7. Update annotation replies | GroupDocs

    The page describes how to update annotation replies when collaborate over document using GroupDocs.Annotation for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Annotator annotator = new Annotator ( "result.pdf" )) {...

    docs.groupdocs.com/annotation/net/update-annota...
  8. Sign document with secure custom Metadata signa...

    This section contains articles with explanation how to create Metadata electronic signatures and embed into metadata custom object with its serialization and encryption. The examples show how to customize object serialization and encryption....Consulting Blog Knowledge Base New Releases Status Websites aspose...class as not serialize Create new instance of class and pass source...

    docs.groupdocs.com/signature/java/sign-document...
  9. GroupDocs Viewer on GroupDocs Blog | Document A...

    GroupDocs Viewer on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs Viewer on GroupDocs Blog | Document Automation Solutions for .NET & Java De......2025年12月 リリースハイライト Explore what’s new in GroupDocs.Viewer for Java...2025年11月 リリースハイライト Explore what’s new in GroupDocs.Viewer for .NET...

    blog.groupdocs.com/ja/tag/groupdocs-viewer/inde...
  10. Single Row Image in Spreadsheet Document | Grou...

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row Image report in Spreadsheet Document format. Note The code uses some of the objects defined in The Business Layer. Single Row in Microsoft Excel Document Creating a Single Row Please follow below steps to create Single Row Image in MS Excel 2013: Create a New Workbook. Insert a desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon....Consulting Blog Knowledge Base New Releases Status Websites aspose...Image in MS Excel 2013: Create a new Workbook. Insert a desired shape...

    docs.groupdocs.com/assembly/java/single-row-ima...