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

xls to pdf date formatting

(0.21 sec)
  1. Extract text from ZIP archive files | GroupDocs

    This article explains that how To extract text from ZIP archive files...Extract data from various formats / Extract data from ZIP archives...metadata: Name Description date The time and date at which the file indicated...

    docs.groupdocs.com/parser/net/extract-text-from...
  2. Extract text from ZIP archive files | GroupDocs

    To extract files from ZIP archives getContainer method is used. This method returns the collection of ContainerItem objects. Zip Entry can contain the following metadata: Name Description Date The time and Date at which the file indicated by the Zip Entry was last modified. crc The 32-bit CRC (Cyclic Redundancy Check) on the contents of the Zip Entry. These metadata refer To a container element itself, not a document. Here are the steps To extract an email text from Zip archives:...Extract data from various formats / Extract data from ZIP archives...metadata: Name Description date The time and date at which the file indicated...

    docs.groupdocs.com/parser/java/extract-text-fro...
  3. 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...
  4. 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-...
  5. Extract emails from Outlook Storage | GroupDocs

    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...
  6. Save in original format | GroupDocs

    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. Find metadata properties | GroupDocs

    This article explains that how 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 .NET solution....desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio...for .NET supports many file formats. See full list at article....

    docs.groupdocs.com/metadata/net/find-metadata-p...
  8. Adding metadata | GroupDocs

    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/
  9. 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...
  10. 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-...