Sort Score
Result 10 results
Languages All
Labels All
Results 3,851 - 3,860 of 20,656 for

docx

(0.06 sec)
  1. Introducing GroupDocs.Signature for Java | Docu...

    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...
  2. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format....and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/load-a-file-of-...
  3. Plain text | Documentation

    This article explains that how to extract plain formatted text from document page in Java....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/plain-text/
  4. Ինչպես փոխարկել JPG-ն XLSM-ի C#-ում

    Այս արագ ուղեցույցը հակիրճ բացատրում է ձեզ JPG-ն XLSM-ի C#-ով փոխարկելու գործընթացը և սովորեք, թե ինչպես օգտագործել այս ուղեցույցը՝ C#-ով JPG-ն XLSM-ի փոխարկելու համար:...ինչպիսիք են PNG, POT, RTF, PPSX, DOCX, HTML, PDF և շատ ավելին: Այս...

    kb.groupdocs.com/hy/conversion/net/how-to-conve...
  5. Specify file type for comparison manually | Doc...

    Following this guide you will learn how to specify file type for comparison manually when use GroupDocs.Comparison for .NET....docx" ; string targetPath = @"target.docx" ; string...string resultPath = @"result.docx" ; // Create load options and set...

    docs.groupdocs.com/comparison/net/specify-file-...
  6. 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...
  7. 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...
  8. 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...
  9. Load document from stream | Documentation

    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...
  10. Get document info | Documentation

    GroupDocs.Metadata allows users to get meta information of a document....and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/python-net/get-docu...