Sort Score
Result 10 results
Languages All
Labels All
Results 1,861 - 1,870 of 10,664 for

new

(0.03 sec)
  1. Basic usage | Documentation

    GroupDocs.Watermark library provides the ability to manipulate different watermark types such as TextWatermark, ImageWatermark. These watermarks could be added to documents, updated, removed, or searched inside already watermarked documents. Our product also provides information about document type and structure - file type, size, page count, etc. and generates document page previews based on provided options. Here are the main concepts of the GroupDocs.Watermark API: Watermarker is the main class that contains all the required methods for manipulating document watermarks....Consulting Blog Knowledge Base New Releases Status Websites aspose...( Watermarker watermarker = new Watermarker ( "document.pdf"...

    docs.groupdocs.com/watermark/net/basic-usage/
  2. Comparing Folders | Documentation

    This page describes how to compare two folders and find out which files/folders were deleted, added or modified....Consulting Blog Knowledge Base New Releases Status Websites aspose...CompareOptions compareOptions = new CompareOptions { DirectoryCompare...

    docs.groupdocs.com/comparison/net/compare-folders/
  3. Show gap lines instead of changes | Documentation

    This article explains how to adjust the display of the output document so that the changed content is replaced with empty lines in GroupDocs.Comparison for Node.js via Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...desired result const comparer = new groupdocs . comparison . Comparer...

    docs.groupdocs.com/comparison/nodejs-java/show-...
  4. Add document to Word processing via OLE | Docum...

    This article explains how to add document to Word processing via OLE with GroupDocs.Merger within your .NET applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...object using ( Merger merger = new Merger ( @"c:\sample.docx" ))...

    docs.groupdocs.com/merger/net/add-document-to-w...
  5. Comparing Folders | Documentation

    This page describes how to compare two folders and find out which files/folders were deleted, added or modified....Consulting Blog Knowledge Base New Releases Status Websites aspose...CompareOptions compareOptions = new CompareOptions (); compareOptions...

    docs.groupdocs.com/comparison/java/compare-fold...
  6. Add search text annotation | Documentation

    The page describes how to add search text annotation to a document using GroupDocs.Annotation for Java."...Consulting Blog Knowledge Base New Releases Status Websites aspose...final Annotator annotator = new Annotator ( "input.pdf" )){ SearchTextFragment...

    docs.groupdocs.com/annotation/java/add-search-t...
  7. Synonym search | Documentation

    This article shows that how synonym search allows you to find not only the words specified in the search query, but also the synonyms, words that means the same....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/net/synonym-search/
  8. Keyboard layout correction | Documentation

    This article gives the knowledge that the keyboard layout correction feature can be used when entering search queries, users of your software may make input errors, forgetting to switch the desired keyboard layout using Java search API....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder const index = new groupdocs . search . Index (...

    docs.groupdocs.com/search/nodejs-java/keyboard-...
  9. Add document to Presentation via OLE | Document...

    This article explains how to add document to Presentation via OLE with GroupDocs.Merger within your .NET applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...OlePresentationOptio olePresentationOptio = new OlePresentationOptio ( filePathEmbedded...

    docs.groupdocs.com/merger/net/add-document-to-p...
  10. Password-protected documents | Documentation

    GroupDocs.Parser provides the functionality to open the password-protected documents. The following are the steps to work with password protected documents. Instantiate the LoadOptions object; Set password in LoadOptions(String) constructor; Create Parser object and call any method. The following code sample shows how to process password protected documents. try { String password = "123456"; // Create an instance of Parser class with the password: try (Parser parser = New Parser(Constants.SamplePassword, New LoadOptions(password))) { // Check if text extraction is supported if (!...Consulting Blog Knowledge Base New Releases Status Websites aspose...parser = new Parser ( Constants . SamplePassword , new LoadOptions...

    docs.groupdocs.com/parser/java/password-protect...