Sort Score
Result 10 results
Languages All
Labels All
Results 4,721 - 4,730 of 21,536 for

docx

(0.04 sec)
  1. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using the MatroskaRootPackage.getMatroskaPackage method Read the Matroska metadata properties on different levels of the format structure advanced_usage.managing_metadata_for_specific_formats.video.matroska.MatroskaReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputMkv)) { MatroskaRootPackage root = metadata.getRootPackageGeneric(); // Read the EBML header System....and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Build search query | GroupDocs

    This page contains information about building text search queries of various types. More examples on building search queries are provided on the page...to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/build-search-query/
  3. Working with EXIF metadata | GroupDocs

    Access, read, update, and remove EXIF metadata using GroupDocs.Metadata for Python via .NET....and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/python-net/working-...
  4. 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...
  5. Significant trouble installing, and now using G...

    Significant trouble installing, and now using GroupDocs At first, attempting `pip install groupdocs-viewer-net` was yielding an error that said no such file existed, despite me getting that command......HtmlViewOptions, PngViewOptions docx_path = "sample.docx" pptx_path = "deck_76..."deck_76.pptx" def render_docx(): with Viewer(docx_path) as viewer: options...

    forum.groupdocs.com/t/significant-trouble-insta...
  6. Customize changes styles | GroupDocs

    Following this guide you will learn how to customize document comparison report and modify the appearance of detected changes when using GroupDocs.Comparison for Node.js via Java....following example compares two DOCX files from disk and applies...'sample-files/source.docx' ; const targetFile = 'sample-files/target.docx' ; const...

    docs.groupdocs.com/comparison/nodejs-java/custo...
  7. GroupDocs Editor: Images are not loading - Free...

    Images are not loading when I am using Groupdocs Editor for word document with TinyMCE sharing my code, Document as well as screenshot for your reference. public ActionResult Index() { License lic = new License(); …...docx"; //path to some document Editor...</html> word file GroupdocsEditor.docx (471.2 KB) screenshot image...

    forum.groupdocs.com/t/groupdocs-editor-images-a...
  8. Running in Docker | GroupDocs

    Learn how to run GroupDocs.Conversion for Node.js via Java inside Docker containers with examples, dependencies, and troubleshooting....docx # Input document to convert...groupdocs-conversion-sample:latest source.docx converted.pdf You can add a...

    docs.groupdocs.com/conversion/nodejs-java/runni...
  9. Save Document | GroupDocs

    This article demonstrates how to save edited text documents, spreadsheets, and presentations with GroupDocs.Editor for Node.js via Java API....Format Class WordProcessing DOC, DOCX, DOCM, DOT, ODT Spreadsheet...Editor ( 'C:\\path\\original.docx' ); // Save the first version...

    docs.groupdocs.com/editor/nodejs-java/save-docu...
  10. Build your first search solution | GroupDocs

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/build-your-first-...