Sort Score
Result 10 results
Languages All
Labels All
Results 4,621 - 4,630 of 22,396 for

docx

(0.5 sec)
  1. Extract tables from document page | GroupDocs

    This article explains that how to extract tables from document page....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/extract-tables-f...
  2. Search for text containing special characters |...

    This article shows how to handle search queries if they contain special characters and separator characters....to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/nodejs-java/search-fo...
  3. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for .NET provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In metadata properties To access built-in metadata of a ProjectManagement document, please use the DocumentProperties property defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. AdvancedUsage.ManagingMetadataForSpecificFormats.Document.ProjectManagement.ProjectManagementReadBuiltInProperties using (Metadata metadata = new Metadata(Constants.InputMpp)) { var root = metadata....and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for Java provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In metadata properties To access built-in metadata of a ProjectManagement document, please use the getDocumentProperties method defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. advanced_usage.managing_metadata_for_specific_formats.document.project_management.ProjectManagementReadBuiltInProperties try (Metadata metadata = new Metadata(Constants.InputMpp)) { ProjectManagementRootPackage root = metadata....and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. .NET 中使用 GroupDocs.Watermark 进行批量水印

    实用指南,展示如何使用 GroupDocs.Watermark for .NET 批量应用文本和图像水印、替换徽标,并确保幂等处理。...解决了这一问题,支持 PDF、DOCX、PPTX、XLSX 以及常见图像格式。示例项目提供了 四种文档类型 (DOCX、PDF、XLS...InputFolder 路径,并确认文件夹中包含受支持的格式(PDF、DOCX、PPTX、XLSX、PNG、JPG 等) 水印不可见 不透明度设置过低或颜色与背景融合...

    blog.groupdocs.com/zh/watermark/batch-watermark...
  6. Logging and Diagnostics | GroupDocs

    Capture diagnostic messages from GroupDocs.Comparison for Python via .NET — to the console or a custom logger — and choose the right verbosity level for production....docx" , settings = settings ) as.../target.docx" ) comparer . compare ( "./result.docx" ) if __name__...

    docs.groupdocs.com/comparison/python-net/develo...
  7. Word document comparison options | GroupDocs

    This article describes the WordCompareOptions class in GroupDocs.Comparison for .NET — display modes (Revisions and Highlight), style change detection, header/footer comparison, and other Word-specific settings....docx , .rtf , and other word-processing...( "source.docx" )) { comparer . Add ( "target.docx" ); WordCompareOptions...

    docs.groupdocs.com/comparison/net/word-compare-...
  8. Generate Your First Document from .NET Object |...

    Create your first document by generating a simple report from an in-memory .NET object using GroupDocs.Assembly for .NET....Create a template document (DOCX) with expression tags referencing..."Template.docx" ; string outputPath = "Output.docx" ; // Assemble...

    docs.groupdocs.com/assembly/net/basic-usage-fir...
  9. Compare documents | GroupDocs

    This article demonstrates how to compare Word, Excel, PowerPoint, Outlook, OneNote, PDF, Image, HTML, AutoCAD, Visio, OpenDocument, OneNote documents using GroupDocs.Comparison for Node.js via Java....docx' ; const targetPath = 'sample-files/target.docx' ; //...output const resultPath = 'result.docx' ; // Create a Comparer instance...

    docs.groupdocs.com/comparison/nodejs-java/compa...
  10. Load document | GroupDocs

    Following this guide you will learn how to load document from local disk or file stream for editing with GroupDocs.Editor for Java API....docx" ; //path to some document Editor...= "C:\\input_path\\document.docx" ; //path to some document ...

    docs.groupdocs.com/editor/java/load-document/