Sort Score
Result 10 results
Languages All
Labels All
Results 1,961 - 1,970 of 2,389 for

email

(0.07 sec)
  1. Get document info | GroupDocs

    This article shows how to get the basic document info....DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online...

    docs.groupdocs.com/parser/java/get-document-info/
  2. Απόδοση DOCX ως JPG με χρήση Python

    Μάθετε πώς να αποδίδετε DOCX ως JPG χρησιμοποιώντας Python. Αυτός ο οδηγός παρέχει βήμα-βήμα προσέγγιση και δείγμα κώδικα για τη μετατροπή DOCX σε JPG με Python για απρόσκοπτη ενσωμάτωση....ιστοσελίδες, να τις στείλετε μέσω email ή να τις διατηρήσετε για αρχεία...

    kb.groupdocs.com/el/viewer/python/render-docx-a...
  3. Working with metadata in FLV files | GroupDocs

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Removing metadata | GroupDocs

    Not all metadata properties extracted from a file are marked with tags. Some file formats and metadata standards allow adding fully custom properties that can’t be properly tagged by the library since their purpose is not clearly defined in the appropriate format/standard specification. In such cases, you can use the name of the property to locate and remove it. The following example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/python-net/removing...
  5. Ինչպես փոխարկել PPT-ը PPTX-ի՝ օգտագործելով C#

    Հեշտությամբ փոխակերպեք PowerPoint փաստաթղթերը և սովորեք PPT-ն PPTX-ի փոխարկելու գործընթացը՝ օգտագործելով C#: Նաև վերանայեք C# PPT-ից PPTX փոխարկիչի հավելվածի օրինակելի կոդը:...հրապարակեցինք հոդված՝ Outlook Email-ը C#-ով փոխելու HTML-ի, լրացուցիչ...

    kb.groupdocs.com/hy/conversion/net/how-to-conve...
  6. Extract Archive Files Data using C# | ZIP, RAR,...

    Extract data of compressed archives like ZIP, RAR, TAR, GZIP, BZIP2 files using C# in .NET application. Parse archives and extract whole text within files....presentations, spreadsheets, emails, databases, eBooks, and many...

    blog.groupdocs.com/parser/extract-zip-files-dat...
  7. Working with XMP metadata | GroupDocs

    This article shows how to access XMP metadata in a file of any supported format....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/nodejs-java/working...
  8. Working with CAD metadata | GroupDocs

    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); // ....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/net/working-with-ca...
  9. Extract text in Accurate Mode | GroupDocs

    This article explains that how to extract text in Accurate mode....DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online...

    docs.groupdocs.com/parser/java/extract-text-in-...
  10. Extract cells from Microsoft Office Excel sprea...

    This article explains that how to extract cells from Microsoft Office Excel (.xls, .xlsx) spreadsheets....DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online...

    docs.groupdocs.com/parser/net/extract-cells-fro...