Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 90 for

xls to pdf date formatting

(0.34 sec)
  1. Extract emails from Outlook Storage | GroupDocs

    Extract emails from Outlook using GroupDocs.Parser for .NET...Extract data from various formats / Extract data from Emails...metadata: Name Description date The time and date at which the Outlook...

    docs.groupdocs.com/parser/net/extract-emails-fr...
  2. Find metadata properties | GroupDocs

    Using the GroupDocs.Metadata for Java you can easily search metadata and extract desired metadata properties from Pdf, DOCX, PPTX, XlsX, images, audio, video and many other files of different types in your Java solution....without even knowing the exact format of the loaded file. The code...last document editor OR the date/time the document was last modified...

    docs.groupdocs.com/metadata/java/find-metadata-...
  3. Build search query | GroupDocs

    This page contains information about building text search queries of various types. More examples on building search queries are provided on the page...2000 to 3000 Date range search query Search for dates from a particular...using a date range search query. Details on the date range search...

    docs.groupdocs.com/search/java/build-search-query/
  4. Extract metadata from EPUB eBook | GroupDocs

    This article explains that how To extract metadata from EPUB e-books getMetadata method is used....Extract data from various formats / Extract data from ePUB eBooks...e-book. published-date The published date of the e-book. description...

    docs.groupdocs.com/parser/java/extract-metadata...
  5. Working with XMP metadata | GroupDocs

    Access, read, upDate, add cusTom packages, and remove XMP metadata using GroupDocs.Metadata for Python via .NET....embedded into different media formats. The XMP data model can store...in a file of any supported format, GroupDocs.Metadata provides...

    docs.groupdocs.com/metadata/python-net/working-...
  6. 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.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()); // ....Managing metadata for specific formats / Other / Working with CAD...CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata...

    docs.groupdocs.com/metadata/java/working-with-c...
  7. Extract Metadata from Excel Spreadsheets in C# ...

    Learn how To extract metadata from Microsoft Excel spreadsheets (.Xls, .Xlsx) in C# using GroupDocs.Parser for .NET. Step-by-step guide with code example....Extract data from various formats / Extract data from Microsoft...the author, company, creation date, last modification time, and...

    docs.groupdocs.com/parser/net/extract-metadata-...
  8. Extract metadata from documents | GroupDocs

    Learn how To extract metadata from Pdf, Word, Excel, PowerPoint and 50+ document formats using GroupDocs.Parser for Python via .NET. Get document properties like author, title, creation Date....from various document formats including PDF, Emails, Ebooks, Microsoft...class with Parser ( "./sample.pdf" ) as parser : # Extract metadata...

    docs.groupdocs.com/parser/python-net/extract-me...
  9. GroupDocs.Parser for Python 25.12 – Latest Upda...

    Explore what’s new in GroupDocs.Parser for Python 25.12. Available now on NuGet and GroupDocs website....12 – key features and format support overview Table of Contents...features Supported document formats Platform support Installation...

    blog.groupdocs.com/parser/groupdocs-parser-for-...
  10. Find metadata properties | GroupDocs

    With GroupDocs.Metadata for Python via .NET you can search metadata and extract the properties you need from Pdf, DOCX, PPTX, XlsX, images, audio, video and many other file types using simple Python predicates....without even knowing the exact format of the loaded file. In Python...editor" tag OR the "modified date/time" tag with Metadata ( "input...

    docs.groupdocs.com/metadata/python-net/find-met...