Sort Score
Result 10 results
Languages All
Labels All
Results 3,051 - 3,060 of 3,158 for

image signature

(0.05 sec)
  1. Groupdocs.Blogs

    Groupdocs.Blogs - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...imagens usando a API Java Signature em seus aplicativos. A pesquisa...entanto, EXIF (Exchangeable Image File Format) é o padrão e define...

    blog.groupdocs.com/pt/groupdocs.blog/page/23/
  2. Create EditableDocument from File or Markup | D...

    This article explains how to create an instance of the EditableDocument class from HTML files from disk or from HTML markup with resources using GroupDocs.Editor for Node.js via Java API....Signature Product Solution GroupDocs...also a folder with resources (images, fonts, stylesheets) that are...

    docs.groupdocs.com/editor/nodejs-java/create-ed...
  3. Handling the ID3v1 tag | Documentation

    This article explains how to handle ID3v1 tag....Signature Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/handling-the-id...
  4. Handling the Lyrics tag | Documentation

    This article explains how to handle Lyrics tag....Signature Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/handling-the-l...
  5. Create EditableDocument from file or markup | D...

    This article explains how to create instance of the EditableDocument class from HTML files from disk or from HTML markup with resources using GroupDocs.Editor for .NET API....Signature Product Solution GroupDocs...also a folder with resources (images, fonts, stylesheets), that...

    docs.groupdocs.com/editor/net/create-editabledo...
  6. 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.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....Signature Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/working-with-c...
  7. Handling the ID3v1 tag | Documentation

    This article explains how to handle ID3v1 tag....Signature Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/handling-the-i...
  8. Convertir MSG en MHTML avec Node.js

    Apprenez à convertir du MSG en MHTML avec Node.js en quelques étapes simples. Ce guide explique également comment exporter du MSG vers MHTML avec Node.js grâce à une API de conversion performante....Signature Product Family GroupDocs.Metadata...toutes les ressources, comme les images et les styles, en un seul fichier...

    kb.groupdocs.com/fr/conversion/nodejs/convert-m...
  9. GroupDocs Blog | Document Automation Solutions ...

    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....imagens usando a API Java Signature em seus aplicativos. A pesquisa...entanto, EXIF (Exchangeable Image File Format) é o padrão e define...

    blog.groupdocs.com/pt/page/23/
  10. 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); // ....Signature Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/working-with-ca...