Sort Score
Result 10 results
Languages All
Labels All
Results 2,531 - 2,540 of 14,018 for

file

(0.04 sec)
  1. Add component to the document | Documentation

    The page describes how to add components to a document using GroupDocs.Annotation API....components are specific to the file format. That means you cannot...component to Word, Image, or diagram file, etc. For more information,...

    docs.groupdocs.com/annotation/java/add-componen...
  2. Save in rasterized PDF | Documentation

    The following example demonstrates how to save the document as a rasterized PDF File: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in File name redactor.save(tmp0); } finally { redactor.close(); }...document as a rasterized PDF file: final Redactor redactor = new...rasterized PDF with no suffix in file name redactor . save ( tmp0...

    docs.groupdocs.com/redaction/java/save-in-raste...
  3. How to Run Examples | Documentation

    We offer multiple solutions on how you can run GroupDocs.Editor examples, by building your own or using our back-end or front-end examples out-of-the-box....Open Visual Studio and go to File -> New -> Project . Select appropriate...can either download the ZIP file from or clone the repository...

    docs.groupdocs.com/editor/net/how-to-run-examples/
  4. Extract Text from XLSX using C#

    This article outlines the process of how to extract text from XLSX using C#. It includes a sample code to assist you in incorporating text extraction from XLSX in C#....C# Extracting text from XLSX files is a common requirement in various...processing and analysis tasks. XLSX files, a popular format for spreadsheets...

    kb.groupdocs.com/parser/net/extract-text-from-x...
  5. How to Convert TXT to PPTX using Java

    This article aims to convert TXT to PPTX using Java on commonly used operating systems. Also, a code example is provided to transform TXT to PPTX using Java.... The conversion of TXT files to PowerPoint presentations...class and provide the input TXT file path to its constructor Get...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. Enabling Inline CSS Styles | Documentation

    This article describes how to enable the inline styles option for WordProcessing documents to store CSS styles directly inside the HTML markup using GroupDocs.Editor for Node.js via Java....external stylesheet file named style.css . The HTML file contained a...HTML markup and a smaller CSS file compared to when this option...

    docs.groupdocs.com/editor/nodejs-java/inline-st...
  7. Redact Text in PPTX using Java

    In this guide, you'll discover how to redact text in PPTX using Java. Moreover, you'll receive a simple code example to replace text in PPTX using Java....efficiently redact text in PPTX files to maintain confidentiality...Java to redact text in PPTX files Create an instance of the Redactor...

    kb.groupdocs.com/redaction/java/redact-text-in-...
  8. Releasing GroupDocs.Text for .NET – A Convenien...

    Team GroupDocs is pleased to release GroupDocs.Text for .NET API which allows users to extract text from Files and documents of various formats. The API facilitates the user with simple syntax, easy to use methods and few lines of code to perform text extraction operations. Why GroupDocs.Text Is Developed? Suppose you are developing a text searching or text analyzing system, wouldn’t it be great if your system can read or analyze a document even if no document reader is installed on your system?...users to extract text from files and documents of various formats....NET supports the following file formats: Word Processing Document...

    blog.groupdocs.com/parser/releasing-groupdocs-t...
  9. How to Run Examples | Documentation

    Examples to annotate on your documents, images or web pages using C#....Visual Studio and navigate to File -> New -> Project . Select the...client. If you downloaded the ZIP file, extract the folders to the...

    docs.groupdocs.com/annotation/net/how-to-run-ex...
  10. How to Convert Word Document to HTML using C#

    This article helps you to convert Word Document to HTML using C#. Generate HTML from DOCX using C# by following step-by-step guide and perform document conversion....class and load the source Word file Initialize MarkupConvertOptions...Convert method, pass the converted file name and instance of MarkupConvertOptions...

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