Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 1,064 for

groupdocs conversion performance

(0.04 sec)
  1. Save in original format | Documentation

    The following example demonstrates how to save file in its original format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/redaction/java/save-in-origi...
  2. Extract Text from RTF using Java

    This article provides in-depth guide on text extraction from RTF in Java. It includes code example to extract text from RTF using Java without using extra software....API GroupDocs.Total Product Family GroupDocs.Conversion Product...Family GroupDocs.Annotation Product Family GroupDocs.Viewer Product...

    kb.groupdocs.com/parser/java/extract-text-from-...
  3. Remove Annotations from PDF using C#

    Gain a thorough understanding of how to remove annotations from PDF using C#. Also, you'll get code example that shows how to delete annotations in PDF using C#....API GroupDocs.Total Product Family GroupDocs.Conversion Product...Family GroupDocs.Annotation Product Family GroupDocs.Viewer Product...

    kb.groupdocs.com/redaction/net/remove-annotatio...
  4. Remove Metadata from RTF using Java

    Learn how to efficiently remove metadata from RTF using Java with an example that shows how to delete metadata from RTF in Java without need of additional software....API GroupDocs.Total Product Family GroupDocs.Conversion Product...Family GroupDocs.Annotation Product Family GroupDocs.Viewer Product...

    kb.groupdocs.com/metadata/java/remove-metadata-...
  5. Extract Text from TXT using C#

    This article provides a detailed guide on text extraction from TXT in C# with a code example to help you on how to extract text from TXT using C# efficiently....API GroupDocs.Total Product Family GroupDocs.Conversion Product...Family GroupDocs.Annotation Product Family GroupDocs.Viewer Product...

    kb.groupdocs.com/parser/net/extract-text-from-t...
  6. Render SVG as HTML using C#

    Learn efficiently how to render SVG as HTML using C#. Also, explore step-by-step instructions and C# code for rendering SVG to HTML without installing extra tools....API GroupDocs.Total Product Family GroupDocs.Conversion Product...Family GroupDocs.Annotation Product Family GroupDocs.Viewer Product...

    kb.groupdocs.com/viewer/net/render-svg-as-html-...
  7. GroupDocs.Search for .NET

    This API allows you to perform text search and index any type of file format using C# .NET language on any platform....API GroupDocs.Total Product Family GroupDocs.Conversion Product...Family GroupDocs.Annotation Product Family GroupDocs.Viewer Product...

    kb.groupdocs.com/search/net/
  8. Extract Text from XLS using C#

    This article explains how to extract text from XLS using C#. It features code example to help you for text extraction from XLS in C# without installing extra software....API GroupDocs.Total Product Family GroupDocs.Conversion Product...Family GroupDocs.Annotation Product Family GroupDocs.Viewer Product...

    kb.groupdocs.com/parser/net/extract-text-from-x...
  9. Extract Text from PPTX using C#

    This article provides an in-depth guide on how to extract text from PPTX using C#, including code example to help you efficiently do text extraction from PPTX in C#....API GroupDocs.Total Product Family GroupDocs.Conversion Product...Family GroupDocs.Annotation Product Family GroupDocs.Viewer Product...

    kb.groupdocs.com/parser/net/extract-text-from-p...
  10. GroupDocs.Search for Node.js | Documentation

    Groupdocs.Search for Node.js is a fascinating document search API. It extracts text and metadata from documents and performs advanced searching and indexing operations on the basis of fuzzy and synonym algorithm...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/search/nodejs-java/