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

docx

(1.21 sec)
  1. In-Table List in Word Processing Document | Gro...

    Note In this article, we will use GroupDocs.Assembly to generate a In-Table List report in Word Processing Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. In-Table List in Microsoft Word Document Creating an In-Table List Practicing the following steps you can create In-Table List Template in MS Word 2013. Click the on the document where you want to insert the table....Microsoft Word Document (DOC/DOCX) formats. Since ODT is not a...

    docs.groupdocs.com/assembly/net/in-table-list-i...
  2. Extract text in Raw mode | GroupDocs

    Learn how to extract text in Raw mode for maximum performance using GroupDocs.Parser for .NET. Fast text extraction mode for bulk processing and performance-critical scenarios in C#....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/net/extract-text-in-r...
  3. Character types | GroupDocs

    This page contains descriptions of all character types. Character types differ in how characters of these types are indexed....to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/java/character-types/
  4. Iterate through container items | GroupDocs

    Learn how to iterate through container items (files in archives) using GroupDocs.Parser for Python via .NET....docx']) """ with Parser ( file_path..."archive.zip" , [ '.pdf' , '.docx' , '.doc' ]) print ( f "Found...

    docs.groupdocs.com/parser/python-net/iterate-th...
  5. Extract text from Microsoft Office Word documen...

    Learn how to extract text from Word documents (.doc, .Docx) using GroupDocs.Parser for .NET. Extract text from entire documents or specific pages with error handling in C#....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/net/extract-text-from...
  6. Quick Start Guide | GroupDocs

    Install GroupDocs.Comparison for Python via .NET, compare your first two documents, and inspect the detected changes — end to end in under five minutes....docx and target.docx , then run it with python.../source.docx" ) as comparer : comparer . add ( "./target.docx" ) #...

    docs.groupdocs.com/comparison/python-net/gettin...
  7. Character types | GroupDocs

    This page contains descriptions of all character types. Character types differ in how characters of these types are indexed....to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/character-types/
  8. Working with saved Emails | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows handling the most popular email message formats: EML and MSG. The following are some commonly used scenarios of working with the message content and metadata. Reading EML message metadata The EML message format is used by many email clients including Novell GroupWise, Microsoft Outlook Express, Lotus notes, Windows Mail, Mozilla Thunderbird, and Postbox. The files contain the email contents as plain text in MIME format, containing the email header and body, including attachments in one or more of several formats....and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/working-with-s...
  9. Working with OpenType fonts | GroupDocs

    OpenType is a format for scalable computer fonts. It was built on its predecessor TrueType, retaining TrueType’s basic structure and adding many intricate data structures for prescribing typographic behavior. Note Please find more information on the OpenType format here: https://en.wikipedia.org/wiki/OpenType. Reading OpenType metadata The GroupDocs.Metadata API supports extracting format-specific information from OpenType font files. The following are the steps to read the header of an OpenType file. Load an OpenType font file Get the root metadata package Extract the native metadata package using the OpenTypeRootPackage....and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/working-with-o...
  10. Use advanced rasterization options | GroupDocs

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. C# using (Redactor redactor = new Redactor(@"sample.Docx")) { // Save the document with advanced options (convert pages into images, and save PDF with scan-like pages) var so = new SaveOptions(); so....docx" )) { // Save the document with...redactor = new Redactor ( @"sample.docx" )) { // Save the document with...

    docs.groupdocs.com/redaction/net/use-advanced-r...