Sort Score
Result 10 results
Languages All
Labels All
Results 1,461 - 1,470 of 10,047 for

new

(0.07 sec)
  1. Handling the ID3v1 tag | Documentation

    This article explains how to handle ID3v1 tag....Consulting Blog Knowledge Base New Releases Status Websites aspose...MP3ReadID3V1Tag try ( Metadata metadata = new Metadata ( Constants . MP3WithID3V1...

    docs.groupdocs.com/metadata/java/handling-the-i...
  2. Handle EXIF Data of JPEG, PNG, TIFF & WebP Imag...

    Manipulate EXIF metadata of images in Java. Extract, update, add or remove EXIF data of JPG/JPEG, PNG, WebP, or other images programmatically using Java API....Java try (Metadata metadata = new Metadata("eiffel-tower.jpg"))...values. try (Metadata metadata = new Metadata("eiffel-tower.jpg"))...

    blog.groupdocs.com/metadata/handle-exif-data-of...
  3. Extract text from Microsoft Office PowerPoint p...

    To extract a text from Microsoft Office PowerPoint presentations getText and getText(int) method is used. These methods allow to extract a text from the entire presentation or a text from the selected slide. Here are the steps to extract a text from Microsoft Office PowerPoint presentations: Instantiate Parser object for the initial presentation; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the document....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SamplePptx...

    docs.groupdocs.com/parser/java/extract-text-fro...
  4. Edit TXT | Documentation

    This guide demonstrates how to edit plain text files with encoding, lists recognition, pagination, and other powerful features of GroupDocs.Editor for Node.js via Java...Consulting Blog Knowledge Base New Releases Status Websites aspose...instance of Editor const editor = new groupdocsEditor . Editor ( inputTxtPath...

    docs.groupdocs.com/editor/nodejs-java/edit-txt/
  5. Storing text of indexed documents | Documentation

    This article explains that how to store text of indexed documents using Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...instance IndexSettings settings = new IndexSettings (); settings ....

    docs.groupdocs.com/search/java/storing-text-of-...
  6. Update QR-code signatures in document | Documen...

    This article explains how to update QR-code 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/net/update-qr-code...
  7. Stop word dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about stop word dictionary....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); if ( index...

    docs.groupdocs.com/search/net/stop-word-diction...
  8. Extracting metadata | Documentation

    Using the GroupDocs.Metadata search engine you can extract desired metadata properties from files of different types. You don’t need to worry about the exact file format and metadata standards it can deal with. The same code will work for all supported formats in the same way. Most commonly used metadata properties are marked with tags that allow searching them across all supported files in various metadata packages. All tags defined in GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...forEach ( file => { var metadata = new groupdocs . metadata . Metadata...

    docs.groupdocs.com/metadata/nodejs-java/extract...
  9. Load document from local disk | Documentation

    This section explains how to load document from local disk with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...disk. Signature signature = new Signature ( "sample.docx" );...

    docs.groupdocs.com/signature/java/load-document...
  10. Add text watermarks | Documentation

    This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your JavaScript applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...pages. JavaScript const viewer = new groupdocs . viewer . Viewer (...

    docs.groupdocs.com/viewer/nodejs-java/add-text-...