Sort Score
Result 10 results
Languages All
Labels All
Results 3,741 - 3,750 of 21,538 for

docx

(0.14 sec)
  1. 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-...
  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. 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...
  4. 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...
  5. Specific VSDX file conversion - text out of box...

    Hi, a customer of ours has issues with converting his vsdx file to pdf. Conversion goes well, but they noticed some text went out of bounds. I’ve uploaded the files here: Download Marine and Offshore LV Power and Control…...overlapping during PDF to DOC/DOCX conversions , which may point...

    forum.groupdocs.com/t/specific-vsdx-file-conver...
  6. GroupDocs Comparison on GroupDocs Blog | Docume...

    GroupDocs Comparison on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs Comparison on GroupDocs Blog | Document Automation Solutions for .NET &......使用文档比较 API 在 Java 中比较两个或多个 DOC/DOCX 文件。在 Word 文档中突出显示差异并接受或拒绝更改。...

    blog.groupdocs.com/zh/tag/groupdocs-comparison/...
  7. compare two word documents and highlight differ...

    compare two word documents and highlight differences on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in compare two word documents and highlight differen......API を使用して、Java で 2 つ以上の DOC/DOCX ファイルを比較します。違いを強調表示し、Word ドキ...

    blog.groupdocs.com/ja/tag/compare-two-word-docu...
  8. Introducing GroupDocs.Redaction for .NET - An A...

    Finally, the wait is over! We have released the first version of GroupDocs.Redaction for .NET. As we have mentioned in the pre-release blog post, GroupDocs.Redaction for .NET is an API to redact, hide or remove sensitive content & metadata from word processing documents, worksheets, presentations, and PDF files within your .NET applications. The API provides a single format-independent interface supporting various redaction types such as text redaction, metadata redaction, annotation redaction, and tabular document redaction....docx, .dot, .odt, .dotx, .docm, ...

    blog.groupdocs.com/redaction/introducing-groupd...
  9. Document filtering during indexing | GroupDocs

    This page contains a description of the use of document filters for indexing, as well as descriptions of all types of filters with examples of their creation....docx', '.rtf' IndexSettings settings...createFileExtension ( ".doc" , ".docx" , ".rtf" ); // Creating file...

    docs.groupdocs.com/search/java/document-filteri...
  10. Introducing Stamp Types in GroupDocs.Signature ...

    Team GroupDocs is excited to release version 18.6 of GroupDocs.Signature for Java API. This latest version supports to sign documents with stamp signatures either in a round or a square shape. Apart from that, few fixes are also introduced in this release of the API. We would recommend you to download the new version of API and evaluate the exciting features to enhance document e-signing experience. Features Encode and Search Custom Object to QR-Code SignatureNow users of this API can add and search custom object to QR-Code signatures....docx extension and .ppt files have...

    blog.groupdocs.com/signature/java-e-signing-api...