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

date

(0.18 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. Configurable Redaction using an XML File

    A configuration file defines the initial or commonly used parameters, options, settings or preferences applied to operating systems, infrastructure devices or applications in an IT context. When the Need Arises If you have large size data (may consist of multiple files of different file formats) or corporate sensitive data which need to be redacted without specifying the rules in your code. What is the Solution The GroupDocs.Redaction API provides the way to define a removal policy by writing the list of pre-configured redaction rules in an XML file....respected folders The current date and time is used as a part of...

    blog.groupdocs.com/redaction/configurable-redac...
  3. 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/
  4. eSign document with QR-code signature | Documen...

    This article explains how sign documents with electronic signature as QR code on document page with GroupDocs.Signature API....products being packaged and dated incorrectly; Used in Healthcare;...weight; expiration date; batch number; date of manufacture; etc...

    docs.groupdocs.com/signature/java/esign-documen...
  5. PDF & Word Reports from CSV in Java | CSV to PD...

    Programmatically create reports by converting CSV to PDF & Word formats using templates in Java. Automate PDF & DOC/DOCX reports generation using Java API....with their respective ages and date of birth. Name,Age,Birth John...<<\[Name\]>>, Age: <<\[Age\]>>, Date of Birth: <<\[Birth\]:"dd.MM...

    blog.groupdocs.com/assembly/generate-reports-fr...
  6. Metadata redactions | Documentation

    This article shows that how Java redaction API allows you to replace or remove metadata using filters or search by regular expression....LastPrinted 128 Last printed date and time LastSavedBy 256 Last...LastSavedTime 1024 Last saved date and time NameOfApplication 2048...

    docs.groupdocs.com/redaction/java/metadata-reda...
  7. 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...
  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 the EpubRootPackage.... setDate ( new Date (). toString ()); // ... metadata...WithNameSpecificatio ( "dc:date" ), new PropertyValue ( new Date (). toString...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. 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...
  10. 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...