Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 785 for

date

(0.03 sec)
  1. GroupDocs for File Comparison Issue - Free Supp...

    Hello Team, I am using GroupDocs in a .NET Core application to compare two files, but I am facing some issues: HTML Comparison Issue In the result file, images and tables are not visible in the result file. Labe…...us know the expected release date for GroupDocs.Comparison version...

    forum.groupdocs.com/t/groupdocs-for-file-compar...
  2. Indexing from different sources | Documentation

    GroupDocs.Search allows indexing documents from various sources....createFromStream ( documentFilePath , new Date (), '.pdf' , stream ); const...newInstanceSync ( 'java.util.Date' ), fields , ); const documents...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  3. How to Edit CSV File | Documentation

    This guide demonstrates how to edit CSV, TSV, comma-separated values, and other text files with different settings and many other powerful features of GroupDocs.Editor for Node.js via Java....indicating whether to recognize date-time values within cells. By...

    docs.groupdocs.com/editor/nodejs-java/how-to-ed...
  4. Working with metadata in Spreadsheets | Documen...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root metadata package Use the getSpreadsheetType method to obtain file format information advanced_usage.... setCreatedTime ( new Date ()); root . getDocumentPropertie...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Field Management in GroupDocs.Editor for Node.j...

    This documentation section explains the management and manipulation of form fields within documents using GroupDocs.Editor for Node.js via Java....DateFormField : Represents a date input form field. FormFieldCollection...

    docs.groupdocs.com/editor/nodejs-java/form-fiel...
  6. After adding GroupsDocs Search, form designer n...

    After I add GroupDocs Search to .NET9 project, UI editor doesn’t work. When I take a button and drop it on the form, it gets added to the bottom of the form and not to the actual form. If I uninstall Search, everything w…...that it contains the most up to date versions of each of our .NET...

    forum.groupdocs.com/t/after-adding-groupsdocs-s...
  7. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported document formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the getPresentationType method to obtain file format information advanced_usage.... setCreatedTime ( new Date ()); root . getDocumentPropertie...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Manage EXIF Data of JPEG, PNG, TIFF & WebP Imag...

    Manage EXIF metadata of your images in C#. Extract, upDate, add or remove EXIF data of your images programmatically using the metadata .NET API....Pattern Speed Image Direction Date Stamp Area Information Altitude...

    blog.groupdocs.com/metadata/manage-exif-data-in...
  9. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class.... setCreatedDate ( new Date ()); root . getDocumentPropertie...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Render archives as HTML, PDF, and image files |...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to display a list of archive content in HTML, PDF, PNG, and JPEG formats and to extract arbitrary file from archive....and modification date. The modification date can be displayed...— now the last modification date is shown also for the entries...

    docs.groupdocs.com/viewer/net/render-archive-fi...