Sort Score
Result 10 results
Languages All
Labels All
Results 1,761 - 1,770 of 12,202 for

new

(0.05 sec)
  1. Reverse image search | GroupDocs

    This article gives knowledge about the reverse image search, which makes it possible to search for similar images in ZIP archives, various documents, and individual files....Consulting Blog Knowledge Base New Releases Status Websites aspose...Creating an index const index = new groupdocs . search . Index (...

    docs.groupdocs.com/search/nodejs-java/reverse-i...
  2. Edit Document | GroupDocs

    Follow this guide to learn how to edit text documents, spreadsheets, and presentations using GroupDocs.Editor for Node.js via Java API features....Consulting Blog Knowledge Base New Releases Status Websites aspose...editor = new groupdocsEditor . Editor ( inputFilePath , new groupdocsEditor...

    docs.groupdocs.com/editor/nodejs-java/edit-docu...
  3. Setting author of changes | GroupDocs

    This article explains how to set author of changes name in the resulting document in GroupDocs.Comparison for Node.js via Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...source document const comparer = new groupdocs . Comparer ( sourcePath...

    docs.groupdocs.com/comparison/nodejs-java/setti...
  4. Removing metadata | GroupDocs

    Not all metadata properties extracted from a file are marked with tags. Some file formats and metadata standards allow adding fully custom properties that can’t be properly tagged by the library since their purpose is not clearly defined in the appropriate format/standard specification. In such cases, you can use the name of the property to locate and remove it. The following example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties....Consulting Blog Knowledge Base New Releases Status Websites aspose...RemovingMetadata File folder = new File ( Constants . InputPath...

    docs.groupdocs.com/metadata/java/removing-metad...
  5. Verifying Text signatures | GroupDocs

     This article explains how to provide advanced verification of Text electronic signatures with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/java/verify-text-s...
  6. Specify encoding when loading documents | Group...

    This article explains how to specify encoding when loading documents with GroupDocs.Viewer within your .NET applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...encoding. LoadOptions loadOptions = new LoadOptions (); loadOptions ...

    docs.groupdocs.com/viewer/net/specify-encoding-...
  7. Case sensitive search | GroupDocs

    This article gives the knowledge of the case sensitive search which allows you to find words considering uppercase and lowercase letters as distinct....Consulting Blog Knowledge Base New Releases Status Websites aspose...@"c:\MyDocuments\" ; Index index = new Index ( indexFolder ); // Creating...

    docs.groupdocs.com/search/net/case-sensitive-se...
  8. OCR support | GroupDocs

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. const indexFolder = 'c:/MyIndex/'; const documentsFolder = 'c:/MyDocuments/'; const query = 'Einstein'; // Creating an index const index = New groupdocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...Creating an index const index = new groupdocs . search . Index (...

    docs.groupdocs.com/search/nodejs-java/ocr-support/
  9. GroupDocs.Comparison Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....recommend you to Download the new release and enhance your document...recommend you to Download the new release and enhance your document...

    blog.groupdocs.com/categories/groupdocs.compari...
  10. Split PDF Files into Multiple Files in Java | S...

    Different ways to split PDF files into multiple files in Java. Separate large PDF files and extract specific pages using different splitting options.... new SplitOptions(outputFile, new int[] { 3, 6,...[3], [6], [8] new SplitOptions(outputFile, new int[] { 3, 6,...

    blog.groupdocs.com/merger/split-pdf-files-in-java/