Sort Score
Result 10 results
Languages All
Labels All
Results 3,661 - 3,670 of 4,204 for

values

(0.06 sec)
  1. Gérer les données EXIF des images JPEG, PNG, TI...

    Manipulez les métadonnées EXIF des images en Java. Extrayez, mettez à jour, ajoutez ou supprimez des données EXIF de JPG/JPEG, PNG, WebP ou d'autres images par programmation à l'aide de l'API Java.... // Update/Set new values in EXIF Data (EXIF Package...getExifPackage(); // Setting the desired values in EXIF Package and EXIF IFD...

    blog.groupdocs.com/fr/metadata/handle-exif-data...
  2. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.CadPackage property. The following code snippet reads metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // .... We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/net/working-with-ca...
  3. Watermarks in word processing document | Docume...

    This article explains how to add watermarks in word processing document.... We value your opinion. Your feedback...

    docs.groupdocs.com/watermark/net/watermarks-in-...
  4. Product Overview | Documentation

    Edit Microsoft Office documents like Word, Excel or PowerPoint or PDF with help of GroupDocs.Editor for Java without third party software installed.... We value your opinion. Your feedback...

    docs.groupdocs.com/editor/java/product-overview/
  5. Update annotation replies | Documentation

    The page describes how to update annotation replies when collaborate over document using GroupDocs.Annotation for Java API.... We value your opinion. Your feedback...

    docs.groupdocs.com/annotation/java/update-annot...
  6. Evaluation Limitations and Licensing | Document...

    free trial api version for redaction is available to evaluate the API which will be similar as licensed but with few limitations.... We value your opinion. Your feedback...

    docs.groupdocs.com/redaction/java/evaluation-li...
  7. Generating page preview for WordProcessing docu...

    This article describes how to generate a preview for any page for the existing WordProcessing document in SVG format using the GroupDocs.Editor... We value your opinion. Your feedback...

    docs.groupdocs.com/editor/java/generating-page-...
  8. Save HTML to Folder | Documentation

    This article explains how to save an edited document in HTML form to a folder on local disk using GroupDocs.Editor for Node.js via Java features.... We value your opinion. Your feedback...

    docs.groupdocs.com/editor/nodejs-java/save-html...
  9. Getting indexed documents | Documentation

    This article explains how to get a list of indexed documents from an index, and how to get the text of indexed documents in HTML or plain text format.... We value your opinion. Your feedback...

    docs.groupdocs.com/search/net/getting-indexed-d...
  10. Extract text in Accurate Mode | Documentation

    This article explains that how to extract text in Accurate mode.... We value your opinion. Your feedback...

    docs.groupdocs.com/parser/java/extract-text-in-...