Sort Score
Result 10 results
Languages All
Labels All
Results 3,731 - 3,740 of 21,239 for

docx

(0.06 sec)
  1. Save a modified file to a stream | GroupDocs

    This article shows how to save a file to the specified stream in Java...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  2. Load from a stream | GroupDocs

    This example demonstrates how to load a file from a stream. advanced_usage.loading_files.LoadFromStream // Constants.InputDoc is an absolute or relative path to your document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // Extract, edit or remove metadata here } } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for ....and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/load-from-a-st...
  3. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat JavaScript try { var loadOptions = new LoadOptions(FileFormat.Spreadsheet); const metadata = new groupdocs.metadata.Metadata("input.xls", loadOptions); var root = metadata.getRootPackageGeneric(); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...
  4. Save a modified file to a stream | GroupDocs

    This article shows how to save a file to the specified stream 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/save-a-m...
  5. GroupDocs conversion using converter method is ...

    Sample Code snippet: private String convertToPdfIfRequired(String originalFilePath, String sharedDirectory, int sortOrder) { if (originalFilePath == null || sharedDirectory == null) { log.error(“Original file path or …...of("doc", "docx", "xls", "xlsx").contains(extension))...

    forum.groupdocs.com/t/groupdocs-conversion-usin...
  6. GroupDocs.Comparison for .NET Library - Compare...

    We’re glad to announce the release of the GroupDocs.Comparison for .NET library. Developers working on .NET can use the library to seamlessly add document comparison capability to their own applications. With this library, end users can compare documents of all most popular formats, including PDF, Microsoft Word and Excel. The library also includes a diff view GUI, which displays differences between two documents with a redline view approach and is easy to customize and integrate into your own app.... PDF/A Microsoft Word: DOC, DOCX Microsoft Excel: XLS, XLSX Microsoft...

    blog.groupdocs.com/comparison/groupdocs-compari...
  7. Import documents | GroupDocs

    This section describes how to import documents into another document as OLE objects using C# language...different types like PDF or DOCX document, PowerPoint presentation...

    docs.groupdocs.com/merger/net/import-documents/
  8. Import documents | GroupDocs

    This section describes how to import documents into another document as OLE objects using Java language...different types like PDF or DOCX document, PowerPoint presentation...

    docs.groupdocs.com/merger/java/import-documents/
  9. Advanced usage | GroupDocs

    Learn about advanced GroupDocs.Watermark usage. Please find advanced details how to customize your watermarks, search, modify and remove existing watermarks. Articles in this section Loading documents Adding watermarks Saving documents Searching and modifying watermarks More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Watermark for .NET examples GroupDocs.Watermark for Java examples Free online document watermarking App Along with a full-featured ....to add watermark to PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/watermark/net/advanced-usage/
  10. Creating an index | GroupDocs

    The articles in this section describe advanced search index creation topics. Please find how to apply index settings, subscribe events and optimize your work with multiple indexes in single index repository: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured ....to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/nodejs-java/creating-...