Sort Score
Result 10 results
Languages All
Labels All
Results 4,751 - 4,760 of 21,459 for

docx

(0.5 sec)
  1. Working with EXIF metadata | GroupDocs

    This article explains how to access EXIF metadata in a file of any supported format, GroupDocs.Metadata for Java provides the IExif.getExifPackage method....and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/working-with-e...
  2. 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....and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Search index events | GroupDocs

    The OperationFinished event occurs when an index operation completes – indexing, updating, merging, or optimizing (segment merging)...docx' )) { args . setPassword ( '123456'...(). endsWith ( 'Lorem ipsum.docx' )) { args . setPassword ( '123456'...

    docs.groupdocs.com/search/nodejs-java/search-in...
  4. Create EditableDocument from file or markup | G...

    This article explains how to create instance of the EditableDocument class from HTML files from disk or from HTML markup with resources using GroupDocs.Editor for Java API....it to some final format like DOCX or XLSX, user needs to pass...

    docs.groupdocs.com/editor/java/create-editabled...
  5. Extract text structure | GroupDocs

    This article explains that how to extract text structure from documents....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/net/extract-text-stru...
  6. Search index events | GroupDocs

    This page contains information about the purpose and use of all index events....to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/search-index-events/
  7. GroupDocs.Parser for .NET | GroupDocs

    A convenient text extractor API that permits users to extract raw or formatted text from different document formats. Besides, it is not only a text extractor API, the user can extract metadata from the document as well....Formats Documents PDF, DOC, DOCX, RTF, TXT, ODT, EPUB Spreadsheets...

    docs.groupdocs.com/parser/net/
  8. Extract text structure | GroupDocs

    This article explains that how to extract text structure from documents....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/extract-text-str...
  9. Working with Resources | GroupDocs

    This article demonstrates and explains different operations with resources, including retrieving, adjusting, and saving them in different scenarios when editing documents with GroupDocs.Editor for Node.js via Java....'groupdocs-editor' ); // Specify the input DOCX file path const inputDocxPath...inputDocxPath = 'C://input/document.docx' ; // Create an instance of Editor...

    docs.groupdocs.com/editor/nodejs-java/working-w...
  10. Extract images to files | GroupDocs

    Learn how to save extracted images to files using GroupDocs.Parser for Python via .NET. Save images in different formats with format conversion....docx" ) as parser : images = parser...format_name . upper () } " ) document.docx The following sample file is...

    docs.groupdocs.com/parser/python-net/extract-im...