Sort Score
Result 10 results
Languages All
Labels All
Results 2,611 - 2,620 of 7,300 for

document conversion api

(0.11 sec)
  1. Saving | Documentation

    The SaveOptions class provides the following properties to customize the saving process: AnnotationTypes defines annotation types to be saved into output Document; FirstPage defines the first page number to save specific page range; LastPage defines the last page number to save specific page range; OnlyAnnotatedPages indicates whether to save only annotated pages or not. For details, see the following pages:...Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/annotation/net/saving/
  2. Save overwriting original file | Documentation

    The following example demonstrates how to save the redacted Document, replacing an original file: // Make a copy of sample file Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the Document in original format overwriting original file redactor.save(options); } } finally { redactor....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/redaction/java/save-overwrit...
  3. Render email messages as HTML, PDF, PNG, and JP...

    This topic describes how to use the GroupDocs.Viewer .NET Api (C#) to convert email messages to HTML, PDF, PNG, and JPEG formats....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/viewer/net/render-email-mess...
  4. Compare documents | Documentation

    This article demonstrates how to compare Word, Excel, PowerPoint, Outlook, OneNote, PDF, Image, HTML, AutoCAD, Visio, OpenDocument, OneNote Documents using GroupDocs.Comparison for Java....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/comparison/java/compare-docu...
  5. GroupDocs.Search for Java | Documentation

    GroupDocs.Search for Java 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...Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/search/java/
  6. Output adapters | Documentation

    This article gives the knowledge about output adapters which are used to output generated HTML or plain text to various output objects....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/search/net/output-adapters/
  7. Output adapters | Documentation

    This article gives the knowledge about output adapters which are used to output generated HTML or plain text to various output objects....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/search/nodejs-java/output-ad...
  8. How to verify signatures with LINQ queries | Do...

     This article explains how to verify signatures with LINQ query with GroupDocs.Signature Api....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/signature/net/verify-signatu...
  9. Remove Annotations from DOCX using C#

    Learn how to effectively remove annotations from DOCX using C#. You'll also get an example that explains the process of how to delete annotations in DOCX using C#....Find Answers by API GroupDocs.Total Product Family GroupDocs...GroupDocs.Conversion Product Family GroupDocs.Annotation Product Family...

    kb.groupdocs.com/redaction/net/remove-annotatio...
  10. Add Text Watermark to XLSX using Java

    This guide demonstrates the process of how to add text watermark to XLSX using Java. Additionally, you'll get a code example to insert text watermark to XLSX in Java....Find Answers by API GroupDocs.Total Product Family GroupDocs...GroupDocs.Conversion Product Family GroupDocs.Annotation Product Family...

    kb.groupdocs.com/watermark/java/add-text-waterm...