Sort Score
Result 10 results
Languages All
Labels All
Results 2,241 - 2,250 of 10,066 for

new

(0.05 sec)
  1. Get the format family and the additional inform...

    This article explains how to get the format family and the additional information using Java with GroupDocs.Viewer for Node.js....Consulting Blog Knowledge Base New Releases Status Websites aspose...file: JavaScript const viewer = new groupdocs . viewer . Viewer (...

    docs.groupdocs.com/viewer/nodejs-java/how-to-ge...
  2. Working with metadata in JPEG2000 images | Docu...

    Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 images. The following are the steps to read the JPEG2000 comments (pieces of metadata represented as strings with the length up to 64 kbytes). Load a JPEG2000 image Get the root metadata package Extract the native metadata package using Jpeg2000RootPackage.Jpeg2000Package Read the JPEG2000 comments AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg2000.Jpeg2000ReadComments using (Metadata metadata = New Metadata(Constants.InputJpeg2000)) { var root = metadata.GetRootPackage(); if (root....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputJpeg2000...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Image search in network | Documentation

    This page contains information about reverse image search in the search network....Consulting Blog Knowledge Base New Releases Status Websites aspose...ImageSearchOptions options = new ImageSearchOptions (); options...

    docs.groupdocs.com/search/net/image-search-in-n...
  4. Introduction | Documentation

    This article explains main principles and stages of editing documents programmatically with GroupDocs.Editor for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...some document Editor editor = new Editor ( inputFilePath ); //passing...

    docs.groupdocs.com/editor/net/introduction/
  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. How to Run Examples | Documentation

    In this article you can find how to run examples. We offer multiple solutions on how you can run GroupDocs.Comparison examples, by building your own or using our back-end or front-end examples out-of-the-box....Consulting Blog Knowledge Base New Releases Status Websites aspose...Studio and navigate to File -> New -> Project . Select the appropriate...

    docs.groupdocs.com/comparison/net/how-to-run-ex...
  7. Document filtering in search result | Documenta...

    This article gives the knowledge that how the document filters used during the search 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/document-...
  8. Document conversion are hanging in 24.1 Version...

    HI We are in middle of upgrading our jar of 22.8.1 to 24.1 of Groupdocs conversion . Recently when we tried deploying our wars into our servers even simple conversions are hanging as threads are in hanging state for ver…...8:38am 3 2 posts were split to a new topic: JPG to PNG and Tiff conversion...converter = new Converter(); PdfConvertOptions options = new PdfConvertOptions();...

    forum.groupdocs.com/t/document-conversion-are-h...
  9. How To Install Windows Fonts on Ubuntu | Docume...

    This article will show how you can install Windows fonts on Ubuntu....Consulting Blog Knowledge Base New Releases Status Websites aspose...ttcorefonts/Times_New_Roman.ttf: Times New Roman:style = Regular...

    docs.groupdocs.com/viewer/java/how-to-install-w...
  10. Working with OpenType fonts | Documentation

    OpenType is a format for scalable computer fonts. It was built on its predecessor TrueType, retaining TrueType’s basic structure and adding many intricate data structures for prescribing typographic behavior. Note Please find more information on the OpenType format here: https://en.wikipedia.org/wiki/OpenType. Reading OpenType metadata The GroupDocs.Metadata API supports extracting format-specific information from OpenType font files. The following are the steps to read the header of an OpenType file. Load an OpenType font file Get the root metadata package Extract the native metadata package using the OpenTypeRootPackage....Consulting Blog Knowledge Base New Releases Status Websites aspose...OpenTypeReadNativeMe try ( Metadata metadata = new Metadata ( Constants . InputTtf...

    docs.groupdocs.com/metadata/java/working-with-o...