Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 7,089 for

may

(1.07 sec)
  1. Get Document Information using Java

    Learn how to get document information using Java. Improve the efficiency of document management by mastering the technique of how to get file properties using Java.... Updated on 13 May 2024 English Deutsch Türkçe 日本語...

    kb.groupdocs.com/metadata/java/get-document-inf...
  2. Remove Metadata from XLS using C#

    Quickly understand how to remove metadata from XLS using C#. Additionally, you'll get code snippet illustrating the process of how to delete metadata from XLS in C#....However, there are times when you may need to remove or clear this...

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  3. Remove Metadata from RTF using C#

    Quickly grasp the knowledge of how to remove metadata from RTF using C#. Moreover, you'll be provided with a code demonstrating how to clean metadata from RTF in C#.... This metadata may include details like author names...

    kb.groupdocs.com/redaction/net/remove-metadata-...
  4. Remove Metadata from EPUB using C#

    In this guide, you will learn how to remove metadata from EPUB using C#. Additionally, you will get the code example necessary to delete metadata from EPUB in C#....contain hidden metadata that may include sensitive information...

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  5. Rearrange Word Pages in Java | Organize DOC/DOC...

    Reorder the pages of Word files in Java. The running example shows how to change the order of pages in DOC/DOCX files using document automation Java API.... For the details, you may visit the API Reference . <repository>...

    blog.groupdocs.com/merger/move-word-pages-using...
  6. Merge text files | GroupDocs

    Learn how to merge TXT files, combine TXT files into one file programmatically in net language using GroupDocs.Merger for Python via .NET library.... You may specify absolute or relative...

    docs.groupdocs.com/merger/python-net/merge/txt/
  7. Working with metadata in PDF documents | GroupDocs

    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.... For example, you may want to obtain information about...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. How to Convert XML to HTML in Java

    We will briefly explain the detailed instructions to convert XML to HTML in Java. Learn how to use these instructions to convert XML to HTML using Java.... You may improve this example by using...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. Merge audio | GroupDocs

    Learn how to merge audio files, combine audio files into one file programmatically in C# language using GroupDocs.Merger for .NET library.... You may specify absolute or relative...

    docs.groupdocs.com/merger/net/merge/audio/
  10. Optimize index | GroupDocs

    This article explains that how to optimize index to reduce the number of segments in an index....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/net/optimize-index/