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

xls to pdf date formatting

(0.1 sec)
  1. Extract metadata from EPUB eBook | Documentation

    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/net/extract-metadata-...
  2. Extract emails from Outlook Storage | Documenta...

    To extract emails from Outlook STorage getContainer method is used. This method returns the collection of ContainerItem objects. Outlook STorage item can contain the following metadata: Name Description Date The time and Date at which the Outlook STorage item was last modified. email-sender The value of “sender” field. email-To The value of “To” field. subject The value of “subject” field. Outlook STorage container consists of email documents (msg files). Here are the steps To extract an email text from outlook sTorage:...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/java/extract-emails-f...
  3. Adding metadata | Documentation

    This article shows how To add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata Java search engine...containing the file last printing date if it's missing // Note that...new Date ())); System . out . println ( String . format ( "Affected...

    docs.groupdocs.com/metadata/java/adding-metadata/
  4. Find metadata properties | Documentation

    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-...
  5. Metadata redactions | Documentation

    This article shows that how C# redaction API allows you To replace or remove metadata using filters or search by regular expression....different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and...LastPrinted 128 Last printed date and time LastSavedBy 256 Last...

    docs.groupdocs.com/redaction/python-net/metadat...
  6. Save in original format | Documentation

    This article demonstrates that how To save file in its original format with current Date as a suffix...Save in original format Save in original format Leave feedback...file in its original format with current date as a suffix: Python...

    docs.groupdocs.com/redaction/python-net/save-in...
  7. 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()); // ....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...
  8. Releasing GroupDocs.Search for Java - Document ...

    We are pleased To announce that the first version of GroupDocs.Search for Java has been released. The API allows Java developers To perform searching and indexing operations against various formats To gain data insights. One can easily perform actions To search through different direcTories and documents for text occurrences, basic metadata fields, file names, document types and many more. Please continue To read more about the features and the file formats supported by the API....operations against various formats to gain data insights. One...the features and the file formats supported by the API. Supported...

    blog.groupdocs.com/search/releasing-groupdocs.s...
  9. Document filtering during indexing | Documentation

    This page contains a description of the use of document filters for indexing, as well as descriptions of all types of filters with examples of their creation....files will be indexed if their format is supported. The following...than a certain date, later than a certain date, or outside a certain...

    docs.groupdocs.com/search/nodejs-java/document-...
  10. Working with metadata in EPUB e-books | Documen...

    What is EPUB? EPUB is an e-book file format that uses the “.epub” file extension. EPUB is supported by many e-readers, and compatible software is available for most smartphones, tablets, and computers. Note Please find more information on the format at https://en.wikipedia.org/wiki/EPUB Reading EPUB format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from EPUB files. The following are the steps To read native EPUB metadata. Load an EPUB file Get the root metadata package Extract the native metadata package using the EpubRootPackage....Managing metadata for specific formats / Other / Working with metadata...EPUB? EPUB is an e-book file format that uses the “.epub” file...

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