Sort Score
Result 10 results
Languages All
Labels All
Results 4,861 - 4,870 of 15,660 for

file

(0.04 sec)
  1. Extract metadata from Microsoft Office Excel sp...

    To extract metadata from Microsoft Office Excel spreadsheets getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the spreadsheet. subject The subject of the spreadsheet. keywords The keyword of the spreadsheet. comments The comments of the spreadsheet. content-status The content status of the spreadsheet. category The category of the spreadsheet. company The company of the spreadsheet. manager The manager of the spreadsheet....supported for CSV files. Therefore, for CSV file method returns...

    docs.groupdocs.com/parser/java/extract-metadata...
  2. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...one of the most commonly used file formats that are used to create...simply merge the same type of files into one single document. In...

    blog.groupdocs.com/groupdocs.blog/page/24/
  3. Compare multiple documents protected by passwor...

    This article describes how to compare multiple Word documents or PowerPoint presentations protected by password using GroupDocs.Comparison for Python via .NET API...., target_passwords , output_file_name ): # Initialize the comparer...comparer with the source file path and load options load_options_source...

    docs.groupdocs.com/comparison/python-net/compar...
  4. Certain check box is showing '?' symbol after t...

    Certain check box is showing ‘?’ symbol after the check box and Smiley check box symbol is getting changed to normal tick symbol only in PDF rtaImage (5).jpeg (95.1 KB) rtaImage (6).jpeg (132.7 KB)...KB) Sample word and converted files. PDF version:1.7 PDF Producer:...Java for converting the Word file to PDF? sonamsinha November...

    forum.groupdocs.com/t/certain-check-box-is-show...
  5. Topics tagged java

    Topics tagged java...Overlapping Data When Viewing XLSX Files in GroupDocs Viewer Live Demo... 2025 Unable to redact text file containing asterisks GroupDocs...

    forum.groupdocs.com/tag/java
  6. Sign document with QR-code signature - advanced...

     This article explains how to sign document with QR-code electronic signatures using extended options with GroupDocs.Signature API....DarkGreen ) } }; // sign document to file SignResult signResult = signature...generate QR codes and/or sign your files with QR codes for free, you...

    docs.groupdocs.com/signature/net/sign-document-...
  7. 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()); // ....read basic metadata in CAD files. The supported CAD formats are:...metadata associated with a CAD file. advanced_usage.managing_me...

    docs.groupdocs.com/metadata/java/working-with-c...
  8. Watermark Word Documents using Java | Text & Im...

    Add text and image watermarks to Word documents using Java. Apply watermarks programmatically on page(s) using Java API....remove, and change watermarks in files like Word documents, presentations...documentation . You can download the JAR file from the downloads section or...

    blog.groupdocs.com/watermark/watermark-word-doc...
  9. Iterate through container items | GroupDocs

    This article explains that how to extract containers items and iterate through container items.... Detects a file type of the container item....represents both container-only files (like zip archives, outlook...

    docs.groupdocs.com/parser/net/iterate-through-c...
  10. Inserting Documents Dynamically | GroupDocs

    Note This feature is supported by version 20.3 or greater. Note The code uses some of the objects defined in The Business Layer. Warning Dynamic insertion of documents from Base64-encoded bytes is available for File formats where dynamic document insertion is available for Word Processing documents and emails with HTML and RTF bodies only. You can insert contents of outer documents to your reports dynamically using doc tags. A doc tag denotes a placeholder within a template for a document to be inserted during runtime....Base64-encoded bytes is available for file formats where dynamic document...

    docs.groupdocs.com/assembly/net/inserting-docum...