Sort Score
Result 10 results
Languages All
Labels All
Results 3,641 - 3,650 of 15,587 for

file

(0.08 sec)
  1. How to Convert DOCX to TXT using C#

    In this tutorial, we will provide simple steps to convert DOCX to TXT using C#. Furthermore, we will furnish a code example representing how to export DOCX to TXT in C#....you may need to convert a DOCX file into plain text (TXT). This...conversion library and modifying file paths as necessary, incorporating...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  2. Add document to Presentation via OLE | GroupDocs

    This article explains how to add document to Presentation via OLE with GroupDocs.Merger within your .NET applications....Initialise class with embedded file path and page number; Instantiate...Call method and pass desired file path to save resultant document...

    docs.groupdocs.com/merger/net/add-document-to-p...
  3. How to Convert MSG to PDF using C#

    In this topic, you will learn how to convert MSG to PDF using C# without installing third-party softwares. Also, we will provide code to export MSG to PDF in C#....instances when converting these MSG files to the widely accessible PDF...Converter class using the MSG file path as an argument for its...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  4. Remove Text Watermark from DOCX Using Python

    You can remove text watermark from DOCX using Python with simple code. This guide also shows how to delete watermark in DOCX using Python for clean output....formatting and structure of your files. Steps to Remove Text Watermark...results Save the updated DOCX file through watermarker.save() to...

    kb.groupdocs.com/watermark/python/remove-text-w...
  5. Password-protected documents | GroupDocs

    GroupDocs.Parser provides the functionality to open the password-protected documents. The following are the steps to work with password protected documents. Instantiate the LoadOptions object; Set password in LoadOptions(String) constructor; Create Parser object and call any method. The following code sample shows how to process password protected documents. try { String password = "123456"; // Create an instance of Parser class with the password: try (Parser parser = new Parser(Constants.SamplePassword, new LoadOptions(password))) { // Check if text extraction is supported if (!...whether a file is password-protected: // Get a file info FileInfo...

    docs.groupdocs.com/parser/java/password-protect...
  6. Edit Word Documents in Java | Build your own Ja...

    Editing Word documents is explained with Java examples to edit DOC, DOCX, ODT Files within your applications using document editing Java API....widely in-use word-processing file formats. Microsoft Word and...Configure # You may download the JAR file from the downloads section ...

    blog.groupdocs.com/editor/edit-word-documents-i...
  7. How to Add Arrow Annotation in PDF using C#

    You will learn how to add arrow annotation in PDF using C# in this tutorial. Additionally, we will provide code example to insert arrow annotation into PDF in C#....providing the path of the PDF file as an argument to its constructor...annotation library and adjusted the file paths, you can easily integrate...

    kb.groupdocs.com/annotation/net/how-to-add-arro...
  8. How to Convert DOCX to RTF using C#

    You can find the directions to convert docx to RTF using C# in this topic. Moreover, we will help you to write an application to export docx to RTF using C#....DOCX and RTF are both document file formats used to create, store...the key steps to convert DOCX file format to RTF document, as well...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  9. Add Search Text Annotation to PDF using C#

    Quickly learn how to add search text annotation to PDF using C# without using extra tool. We also provide code to insert search text annotation in PDF using C#....search text annotations into PDF files using the versatility of C#...Annotator class by supplying the PDF file path as a parameter to its constructor...

    kb.groupdocs.com/annotation/net/add-search-text...
  10. How to Convert MSG to TXT using C#

    This section will teach you how to convert MSG to TXT using C# without the need of third-party software. Also, we will provide code to export MSG to TXT in C#....Converter class using the MSG file path as an argument for its...library and made the necessary file path adjustments, seamlessly...

    kb.groupdocs.com/conversion/net/how-to-convert-...