Sort Score
Result 10 results
Languages All
Labels All
Results 2,401 - 2,410 of 6,234 for

file conversion

(0.05 sec)
  1. Introducing Web Report Generator | GroupDocs

    Introduction to Web Report Generator Powered by GroupDocs.Assembly for .NET Web Report Generator is an ASP.NET Web forms application using GroupDocs.Assembly for .NET that demonstrates the core functionalities provided by GroupDocs.Assembly for .NET. The Web Report Generator allows user to easily create reports based on: a) Predefined custom templates (created in Supported Document Formats following Supported Template Syntax) and b) Your own database (MS SQL Server local OR Remote) tables, views and also with custom query....Conversion Product Solution GroupDocs...Template file. Upload and use MS Excel Template file. Upload and...

    docs.groupdocs.com/assembly/net/introducing-web...
  2. Document filtering in search result | GroupDocs

    This article gives the knowledge that how the document filters used during the search....Conversion Product Solution GroupDocs...( "relativity" , options ); File path filters The first supported...

    docs.groupdocs.com/search/net/document-filterin...
  3. Licensing | GroupDocs

    Follow the instructions on this page to configure the license and find out the restrictions when using GroupDocs.Comparison for Python via .NET without a license (Evaluation Limitations)...Conversion Product Solution GroupDocs...processor time. Set License from File The following code snippet shows...

    docs.groupdocs.com/comparison/python-net/licens...
  4. Use Cases | GroupDocs

    Explore real-world use cases for GroupDocs.Metadata for .NET, such as extracting metadata from PDFs and detecting PDF/A conformance....Conversion Product Solution GroupDocs...metadata across a variety of file formats. Whether you are building...

    docs.groupdocs.com/metadata/net/use-cases/
  5. Add component to the document | GroupDocs

    The page describes how to add components to a document using GroupDocs.Annotation API....Conversion Product Solution GroupDocs...components are specific to the file format. That means you cannot...

    docs.groupdocs.com/annotation/java/add-componen...
  6. Save in rasterized PDF | GroupDocs

    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(); }...Conversion Product Solution GroupDocs...document as a rasterized PDF file: final Redactor redactor = new...

    docs.groupdocs.com/redaction/java/save-in-raste...
  7. 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#....Conversion Product Family GroupDocs...C# Extracting text from XLSX files is a common requirement in various...

    kb.groupdocs.com/parser/net/extract-text-from-x...
  8. 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....Conversion Product Family GroupDocs...efficiently redact text in PPTX files to maintain confidentiality...

    kb.groupdocs.com/redaction/java/redact-text-in-...
  9. Features Overview | GroupDocs

    Redacted meaning is that a process of modifying or editing a document to remove the confidential information before publishing it. With GroupDocs.Redaction tool you can redact PDF and save redacted document, redact sensitive and classified information from MS Word (DOC, DOCX and more..), Excel (XLS, XLSX and more..), PowerPoint(PPT, PPTX and more) documents and images (JPG, PNG, BMP, GIF and more..)....Conversion Product Solution GroupDocs...toolkit and create a new PDF file with raster images of redacted...

    docs.groupdocs.com/redaction/net/features-overv...
  10. java-app.zip

    java-app/App.java java-app/App.java import com.groupdocs.viewer.Viewer; import com.groupdocs.viewer.options.*; public class App { public static void main(String[] args) throws Exception { Viewer vi......rendering quality during file conversion There is a continuous section...

    docs.groupdocs.com/total/java/sample-apps/getti...