Sort Score
Result 10 results
Languages All
Labels All
Results 3,341 - 3,350 of 19,655 for

docx

(0.08 sec)
  1. Load document from local disk | Documentation

    GroupDocs.Parser provides the functionality to extract data from documents on the local disk. The following example shows how to load the document from the local disk: // Set the filePath String filePath = Constants.SamplePdf; // Create an instance of Parser class with the filePath try (Parser parser = new Parser(filePath)) { // Extract a text into the reader try (TextReader reader = parser.getText()) { // Print a text from the document // If text extraction isn't supported, a reader is null System....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/load-document-fr...
  2. Get supported file formats | Documentation

    This page describes how the search api is used to obtain a list of supported file types....to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/get-supported-fil...
  3. Ինչպես փոխարկել Word-ը PDF-ի C#-ի միջոցով

    Հեշտությամբ կատարեք փաստաթղթերի փոխակերպում երկու հանրաճանաչ ձևաչափերի միջև և սովորեք, թե ինչպես փոխարկել Word-ը PDF-ի՝ օգտագործելով C#: Արագորեն կիրառեք ուղեցույցը՝ C# Word-ից PDF-ի հնարավորություն ստեղծելու համար:...եք գտնել մանրամասն հրահանգներ DOCX -ը PDF -ի փոխարկելու համար,...

    kb.groupdocs.com/hy/conversion/net/how-to-conve...
  4. Save a modified file to the original source | D...

    This article shows how to save the modified content to the underlying source in Java....and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  5. .NET DOC Viewer API - Read, View, Render in C# ...

    .NET document viewer API to read, render and display DOC in any type of C#, ASP.NET, VB.NET & .NET Core applications....The updated version of DOC is DOCX which is based on Office OpenXML...Macro-Enabled Document) .NET DOCX Viewer (Microsoft Word Open...

    products.groupdocs.com/viewer/net/doc/
  6. Metadata redactions | Documentation

    This article shows that how C# redaction API allows you to replace or remove metadata using filters or search by regular expression....different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others...new Redactor ( @ "C:\sample.docx" )) import groupdocs.redaction...

    docs.groupdocs.com/redaction/python-net/metadat...
  7. Create New Document by Format | Documentation

    This article demonstrates how to create new documents, spreadsheets, and presentations with GroupDocs.Editor for Node.js via Java API.... Docx ); // Edit the WordProcessing...const outputFilePath = 'output.docx' ; const saveOptions = new groupdocsEditor...

    docs.groupdocs.com/editor/nodejs-java/create-do...
  8. Redaction basics | Documentation

    This article shows that how C# developers can apply metadata, image, annotation and text redaction in their documents. Wide range of document formats is supported, such as, PDF, DOC, Docx, PPT, PPTX, XLS, XLSX and others....supported, such as: PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others...with gr . Redactor ( "source.docx" ) as redactor : # Apply the...

    docs.groupdocs.com/redaction/python-net/redacti...
  9. Text redaction | Documentation

    This article explains that how C# redaction API allows you to easily redact data of sensitive or private nature from your documents. You can apply text redaction using exact phrase or regular expression for documents of different formats like PDF, DOC, Docx, PPT, PPTX, XLS, XLSX and others....different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others...with gr . Redactor ( "source.docx" ) as redactor : # Apply the...

    docs.groupdocs.com/redaction/python-net/text-re...
  10. Get file info | Documentation

    This article explains the ability of the GroupDocs.Redaction API to get the general document information, which includes FileType, PageCount and FileSize....docx" )) { IDocumentInfo info = redactor...( File . OpenRead ( "source.docx" )) { IDocumentInfo info = redactor...

    docs.groupdocs.com/redaction/net/get-file-info/