Sort Score
Result 10 results
Languages All
Labels All
Results 3,881 - 3,890 of 21,177 for

docx

(0.08 sec)
  1. Add Watermark to a Batch of Documents and Image...

    Watermarking is a popular technique to indicate that the content or data inside a document is copyrighted. On the other hand, it is also used to place the company’s logo or some kind of label in the documents before they are shared within or outside the company. However, it is quite hard to apply the watermark to a bunch of documents one by one. It becomes harder if you have documents of various formats such as PDF, Docx, PPTX, XLSX, EML, JPG, PNG, etc....various formats such as PDF, DOCX, PPTX, XLSX, EML, JPG, PNG,...

    blog.groupdocs.com/watermark/add-watermark-to-a...
  2. compare two word documents on GroupDocs Blog | ...

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

    blog.groupdocs.com/zh/tag/compare-two-word-docu...
  3. Extract Text from Markdown Files using C# | Mar...

    Extract Text from Markdown Files using C#. Parser the mardown files within .NET applications using document parser API by GroupDocs....word-processing documents (DOC, DOCX, …), spreadsheets (XLS, XLSX...

    blog.groupdocs.com/parser/extract-text-from-mar...
  4. How to Extract Text from PDF in C#

    This short article provides the procedure to extract text from PDF in C# and how to use this stepwise guide to write code to extract text from PDF using C#....other documents such as DOC, DOCX, XLS, XLSX, PPTX, MSG, XML,...

    kb.groupdocs.com/parser/net/how-to-extract-text...
  5. Render documents | GroupDocs

    Rendering documents with GroupDocs.Viewer for Java in your Java applications....docx file with three pages, converting...

    docs.groupdocs.com/viewer/java/rendering-docume...
  6. Retrieve the document information | GroupDocs

    Retrieving information about a document with GroupDocs.Viewer for Node.js...docx) and Adobe PDF (.pdf) are two...

    docs.groupdocs.com/viewer/nodejs-java/retrievin...
  7. Load document from stream | GroupDocs

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/load-document-fr...
  8. Getting known property descriptors | GroupDocs

    Extract information about known properties available in a particular package 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/getting-...
  9. Introducing GroupDocs.Signature for Java | Grou...

    Introduction to GroupDocs.Signature for Java - what is it and why to use...of various formats like PDF, DOCX/DOC, PPTX/PPT, XLSX/XLS, JPG...

    docs.groupdocs.com/signature/java/introducing-g...
  10. Fluent syntax | GroupDocs

    Following this guide you will learn how to use fluent syntax of GroupDocs.Merger for .NET API....docx" ) . Join ( @"c:\document3.pptx"...

    docs.groupdocs.com/merger/net/fluent-syntax/