Sort Score
Result 10 results
Languages All
Labels All
Results 4,611 - 4,620 of 22,252 for

docx

(0.69 sec)
  1. Remove page redactions | GroupDocs

    This article shows that how to remove pages with sensitive data from your PDF, presentation and spreadsheet documents....document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/redaction/python-net/remove-...
  2. 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...
  3. Handling the Lyrics tag | GroupDocs

    This article explains how to handle Lyrics tag....and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/handling-the-l...
  4. Working with metadata in EPUB E-Books | GroupDocs

    What is EPUB? EPUB is an e-book file format that uses the “.epub” file extension. EPUB is supported by many e-readers, and compatible software is available for most smartphones, tablets, and computers. Note Please find more information on the format at https://en.wikipedia.org/wiki/EPUB Reading EPUB format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from EPUB files. The following are the steps to read native EPUB metadata. Load an EPUB file Get the root metadata package Extract the native metadata package using EpubRootPackage....and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Working with vCard metadata | GroupDocs

    What is vCard? vCard, also known as VCF (Virtual Contact File), is a file format standard for electronic business cards. vCards are often attached to e-mail messages, but can be exchanged in other ways. They can contain name and address information, telephone numbers, e-mail addresses, URLs, logos, photographs, and even audio clips. Note For more information on the format please see https://en.wikipedia.org/wiki/VCard Getting Simple vCard metadata To access Metadata in a vCard, GroupDocs....and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/working-with-vc...
  6. Working with vCard metadata | GroupDocs

    What is vCard? vCard, also known as VCF (Virtual Contact File), is a file format standard for electronic business cards. vCards are often attached to e-mail messages, but can be exchanged in other ways. They can contain name and address information, telephone numbers, e-mail addresses, URLs, logos, photographs, and even audio clips. Note For more information on the format please see https://en.wikipedia.org/wiki/VCard Getting Simple vCard metadata To access Metadata in a vCard, GroupDocs....and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/working-with-v...
  7. 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...
  8. ssg.zip

    content/posts/annual-report.md --- title: "Meridian Outdoor Co. — Annual Report 2025" author: "Elena Márquez, CFO" format: Docx pages: 6 --- ![](images/img-001.png) **Annual Report 2025** Meridian ......"Elena Márquez, CFO" format: Docx pages: 6 --- ![](images/img-001...

    docs.groupdocs.com/markdown/net/_output_files/d...
  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/