Sort Score
Result 10 results
Languages All
Labels All
Results 2,351 - 2,360 of 10,609 for

new

(0.1 sec)
  1. Search thread safety | Documentation

    This article shows that how search thread safety works....Consulting Blog Knowledge Base New Releases Status Websites aspose...performed at the same time. A new start of one of these operations...

    docs.groupdocs.com/search/java/search-thread-sa...
  2. GroupDocs.Watermark Overview | Documentation

    GroupDocs.Watermark for Node.js via Java is a powerful API for managing watermarks in the various documents formats such as PDF, DOCX/DOC/RTF, PPTX/PPT, XLSX/XLS, JPG, PNG, TIFF, GIF and many others....Consulting Blog Knowledge Base New Releases Status Websites aspose...Node.js via Java If you are new to GroupDocs.Watermark, see the...

    docs.groupdocs.com/watermark/nodejs-java/groupd...
  3. GroupDocs.Comparison Overview | Documentation

    In this article, get acquainted with the features, functions, supported file formats and developer usage of GroupDocs.Comparison for Node.js via Java — API to compare two or more files and get the difference between them....Consulting Blog Knowledge Base New Releases Status Websites aspose...Node.js via Java If you are new to GroupDocs.Comparison, see...

    docs.groupdocs.com/comparison/nodejs-java/group...
  4. GroupDocs.Comparison Overview | Documentation

    In this article, get acquainted with the features, functions, supported file formats and developer usage of GroupDocs.Comparison for Python via .NET — API to compare two or more files and get the difference between them....Consulting Blog Knowledge Base New Releases Status Websites aspose...for Python via .NET If you are new to GroupDocs.Comparison, see...

    docs.groupdocs.com/comparison/python-net/groupd...
  5. Digital Signature - esign PPSX documents | Grou...

    Digital signature (eSignature) for PPSX made easy with GroupDocs Signature. Create your electronic digital signatures and esign PPSX documents for free!...click [Add] button to create a new digital signature of the proper..."Sign_Bar_Name":"Barcodes","Sign_Bar_Title":"New Barcode","Sign_Dig_Name":"Digital...

    products.groupdocs.app/signature/ppsx
  6. Working with metadata in MOV Files | Documentation

    Reading MOV format-specific properties The GroupDocs.Metadata API supports extracting QuickTime atoms from a MOV video. The atom is the basic data unit in any QuickTime file. Please find more information on QuickTime atoms in the official specification: https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/QTFFPreface/qtffPreface.html The following are the steps to extract QuickTime atoms from a MOV video. Load a MOV video Get the root metadata package Extract the native metadata package using MovRootPackage.MovPackage Read the QuickTime atoms AdvancedUsage....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputMov...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Numeric range search | Documentation

    This article gives the knowledge about numeric range search which allows you to search in documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue)....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/net/numeric-range-sea...
  8. Extracting common image information | Documenta...

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the getImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties try (Metadata metadata = New Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Consulting Blog Knowledge Base New Releases Status Websites aspose...ImageReadFileFormatP try ( Metadata metadata = new Metadata ( Constants . InputPng...

    docs.groupdocs.com/metadata/java/extracting-com...
  9. Working with Spreadsheets in GroupDocs.Viewer f...

    Learn how to get load a Spreadsheet (Excel) document and render it to HTML, PDF, PNG and JPEG with different options...PdfViewOptions pdfOptions = new PdfViewOptions( "Output_spreadsheet...PngViewOptions pngOptions = new PngViewOptions( "worksheet_{0}...

    blog.groupdocs.com/viewer/working-with-spreadsh...
  10. EditableDocument get html with inline styles - ...

    Hi, I am working with EditableDocument to get the complete html as string, I can see that the style is created on the head tag, Is possible to get the full html content but with inside styles?, example: <td style="widt…...Editor editor = new Editor(inputFilePath, new WordProcessingLoadOp());...editableDocument = editor.edit(new WordProcessingEditOp()); // Get...

    forum.groupdocs.com/t/editabledocument-get-html...