Sort Score
Result 10 results
Languages All
Labels All
Results 3,651 - 3,660 of 15,515 for

file

(0.28 sec)
  1. 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...
  2. 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...
  3. Scan Barcode from PDF using Java

    This article offers comprehensive guide on how to scan barcode from PDF using Java, including code example to help you efficiently extract barcode from PDF in Java....Scanning barcodes from PDF files can greatly enhance workflows...from PDF files Create a Parser object by providing the file path...

    kb.groupdocs.com/parser/java/scan-barcode-from-...
  4. How to Sign DOCX with Barcode Signature using C#

    Quickly get help on how to sign DOCX with Barcode signature using C#. We will also provide a code example to create Barcode signature in DOCX using C#....passing the path of input DOCX file as an argument to its constructor...solutions for signing DOCX files with Barcode signatures that...

    kb.groupdocs.com/signature/net/how-to-sign-docx...
  5. Extract Text from PDF using Python

    Learn how to extract Text from PDF using Python. This guide walks through setup and code needed to extract text from PDF in Python without installing extra software....Text from PDF using Python PDF files are widely used for storing...retrieve structured text from PDF files. Whether you’re building a backend...

    kb.groupdocs.com/viewer/python/extract-text-fro...
  6. Get changes coordinates | GroupDocs

    This article explains how to obtain coordinates for detected changes at a document pages preview when comparing documents with GroupDocs.Comparison for Node.js via Java...comparison' ); // Define file paths for the source, target...'sample-files/source.docx' ; const targetFile = 'sample-files/target...

    docs.groupdocs.com/comparison/nodejs-java/get-c...
  7. How to Convert MSG to DOCX using C#

    In this section, you will learn how to convert MSG to DOCX using C# without relying on third-party tools. Also, we will provide code to export MSG to DOCX in C#....Converter class using the MSG file path as an argument for its...on the disk Converting MSG files to DOCX becomes essential in...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. Add Text Watermark to PDF Using C#

    Find out how to add text watermark to PDF using C# without the need for additional software. Plus, we'll supply you with the code to insert text watermark to PDF in C#....effective method to safeguard PDF files is by adding text watermarks...providing the path of the PDF file and object of PdfLoadOptions...

    kb.groupdocs.com/watermark/net/add-text-waterma...
  9. How to Convert RTF to TXT using C#

    We will demonstrate how to convert RTF to TXT using C# without the need of third-party software. Moreover, we will provide code example to export RTF to TXT in C#....RTF ) files can be converted to plain text (TXT) files for a...Converter class by providing the RTF file path as an argument to its constructor...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. Render HTML as Image using Python

    Learn how to render HTML as image using Python. This tutorial explains how to convert html to image in python with custom dimensions for static web previews....as Image using Python HTML files are widely used to structure...with block to load the HTML file and manage resources automatically...

    kb.groupdocs.com/viewer/python/render-html-as-i...