Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 785 for

date

(0.03 sec)
  1. 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()); // ...."CreatedDateTime" ), new PropertyValue ( new Date ())); root . getCadPackage ()..."ModifiedDateTime" ), new PropertyValue ( new Date ())); metadata . save ( Constants...

    docs.groupdocs.com/metadata/java/working-with-c...
  2. GroupDocs Apps Suite: Online Document Managemen...

    Businesses relish the economic opportunities SaaS and cloud based platforms offer. Organizations worldwide are reacting to a shift in the document management space. Lawmakers in various countries stresses the need to save documents and files online, rather than the traditional way: paper. Different verticals such as pharmaceuticals, IT, and banking have started implementing and harnessing the benefits from online document management. There are many advantages: digital file storing and sharing is safe and secure, protects unauthorized use through security layers, and reduces cost, to mention a few....supports merging fields (name, date, signature, etc.) into a document...differences and keep the files up-to-date. Online document management...

    blog.groupdocs.com/total/online-document-manage...
  3. Spacing and formatting issue - RTF to PDF conve...

    The attached RTF files, when converted to PDF using GroupDocs, have: a spacing issue (for one doc the table flows to a 2nd page unnecessarily), and a formatting issue (an amount is generated with a space in it). Gener…...do not have an exact release date for the fix yet, as we are still...Unfortunately, there is no exact release date yet, but the fix is tentatively...

    forum.groupdocs.com/t/spacing-and-formatting-is...
  4. Find metadata properties | Documentation

    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....last document editor OR the date/time the document was last modified...all properties that store the date/time the document was last edited...

    docs.groupdocs.com/metadata/net/find-metadata-p...
  5. GroupDocs.Search Product Family

    Find answers about text search and indexing of different files using code on any platform....Filter Documents in Java Perform Date Range search using Java Perform...

    kb.groupdocs.com/search/page/2/
  6. Handle EXIF Data of JPEG, PNG, TIFF & WebP Imag...

    Manipulate EXIF metadata of images in Java. Extract, upDate, add or remove EXIF data of JPG/JPEG, PNG, WebP, or other images programmatically using Java API....make, model, shutter speed, date and time, aperture, exposure...Make , Model , Width , Length , Date-Time , etc as shown in the below...

    blog.groupdocs.com/metadata/handle-exif-data-of...
  7. 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.... setDate ( new Date (). toString ()); // ... metadata...WithNameSpecificatio ( "dc:date" ), new PropertyValue ( new Date (). toString...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. 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 EpubRootPackage.... Date = DateTime . Now . ToString...( root . DublinCorePackage . Date ); // ... } Updating Dublin...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Search options | Documentation

    This article describes the search options that can be specified in an instance of the SearchOptions class....method returns a collection of date formats that allows you to specify...specify formats for the date range search feature. For details...

    docs.groupdocs.com/search/java/search-options/
  10. Search options | Documentation

    This article describes the search options that can be specified in an instance of the SearchOptions class....method returns a collection of date formats that allows you to specify...specify formats for the date range search feature. For details...

    docs.groupdocs.com/search/nodejs-java/search-op...