Sort Score
Result 10 results
Languages All
Labels All
Results 1,461 - 1,470 of 2,945 for

file editor

(0.2 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....Editor Product Solution GroupDocs...Initialise class with embedded file path and page number; Instantiate...

    docs.groupdocs.com/merger/net/add-document-to-p...
  2. Handling MPEG audio metadata | GroupDocs

    This article explains how the The GroupDocs.Metadata API allows reading some common MPEG audio properties from MP3 Files....Editor Product Solution GroupDocs...MPEG audio properties from MP3 files. Note For more information on...

    docs.groupdocs.com/metadata/java/handling-mpeg-...
  3. 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 (!...Editor Product Solution GroupDocs...whether a file is password-protected: // Get a file info FileInfo...

    docs.groupdocs.com/parser/java/password-protect...
  4. Protect PDF document | GroupDocs

    Protect PDF documents when rendering documents using GroupDocs.Viewer for .NET...Editor Product Solution GroupDocs...DenyPrinting ; // Create a PDF file. PdfViewOptions viewOptions...

    docs.groupdocs.com/viewer/net/protect-pdf-docum...
  5. Adding image watermarks | GroupDocs

    GroupDocs.Watermar API supports adding the following image File types as image watermark: Bmp; Png; Gif; Jpeg. Add image watermark from local File Following code snippet shows how to add ImageWatermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_image_watermarks.AddImageWatermark // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation....Editor Product Solution GroupDocs...supports adding the following image file types as image watermark: Bmp;...

    docs.groupdocs.com/watermark/java/adding-image-...
  6. Working with Templates | GroupDocs

    Create templates with fields and tables to extract structured data using GroupDocs.Parser for Python via .NET....Editor Product Solution GroupDocs...invoice.pdf The following sample file is used in this example: Tables...

    docs.groupdocs.com/parser/python-net/working-wi...
  7. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Editor for .NET v17.9.0 API. This...during indexing, filtering files before indexing, encoding detection...

    blog.groupdocs.com/groupdocs.blog/page/70/
  8. Add text watermarks | GroupDocs

    This article shows how to add a text watermark and save the resultant document. It is capable of adding watermarks to images or documents....Editor Product Solution GroupDocs...Watermarker class for a local file or file stream; an instance of the...

    docs.groupdocs.com/watermark/net/basic-usage/ad...
  9. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...for unsupported Excel 95 XLS file format and throw an exception...support for MSG, EML and EMLX file formats. Just download the latest...

    blog.groupdocs.com/groupdocs.blog/page/67/
  10. Indexing documents | GroupDocs

    This page contains information about indexing documents in the search network....Editor Product Solution GroupDocs...DateTime modificationDate = File . GetLastWriteTime ( filePath...

    docs.groupdocs.com/search/net/indexing-documents/