Sort Score
Result 10 results
Languages All
Labels All
Results 1,521 - 1,530 of 4,162 for

groupdocs comparison release

(0.13 sec)
  1. Licensing | GroupDocs

    Groupdocs.Conversion for Python via .NET free conversion API version is available to evaluate the API which will be similar to licensed version but with few limitations....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/conversion/python-net/licens...
  2. Save overwriting original file | GroupDocs

    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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/redaction/java/save-overwrit...
  3. Determine the file type | GroupDocs

    This article explains how to get a type of a file with Groupdocs.Viewer for Java using Java....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/viewer/java/how-to-determine...
  4. Load from a stream | GroupDocs

    This example demonstrates how to load a file from a stream. advanced_usage.loading_files.LoadFromStream // Constants.InputDoc is an absolute or relative path to your document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // Extract, edit or remove metadata here } } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: Groupdocs.Metadata for ....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/load-from-a-st...
  5. Text Highlight Settings are Introduced in Group...

    Groupdocs.Comparison for .NET 18.8 comes with some new features, improvements and bug fixes.Text highlighting feature is introduced and PDF mapper is improved. Please follow the Release notes here for further details. We’d recommend you to try latest version of the API and share your feedback. Features Implement new Setting for text highlighting in Html, Slides, Notes, Pdf and Words settings.InsertedItemsStyle.HighlightColor = System.Drawing.Color.Red; settings.DeletedItemsStyle.HighlightColor = System.Drawing.Color.Blue; settings.DeletedItemsStyle.HighlightColor = System.Drawing.Color.Blue; Improvements Improve PDF mapper Support of comparing different formats with image Bug Fix Output of PDF with graphs is not as expected PDF with images is not as expected Available Channels and Resources Here are a few channels and resources for you to download, learn, try and get technical support on Groupdocs....GroupDocs.Comparison for .NET 18.8 comes with some new features...improved. Please follow the release notes here for further details...

    blog.groupdocs.com/comparison/text-highlight-se...
  6. Add watermarks to images | GroupDocs

    Add watermark to photos or multi-framed images using Java....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/watermark/java/add-watermark...
  7. Changing Target File Format | GroupDocs

    Note This feature is supported by version 18.9. or greater Note The code uses some of the objects defined in The Business Layer. Groupdocs.Assembly provides a powerful feature to change the target file format of an assembled document using file extension or explicit specification. Groupdocs.Assembly API provides the ability to change target file format when assembling the following file formats: Word Processing documents Spreadsheet documents Presentation documents Email documents Text documents Supported output file formats depending on input file formats can be found at this page....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/assembly/net/changing-target...
  8. Render with responsive layout | GroupDocs

    Learn how to render your document with responsive HTML layout that looks great on mobile and desktop devices....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/viewer/net/render-with-respo...
  9. Get supported file formats | GroupDocs

    This article shows that how to get the list of all supported file formats of Groupdocs.Redaction by using C#....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/redaction/python-net/get-sup...
  10. Save specific page range | GroupDocs

    This article demonstrates how to save specific page range when annotating documents using Groupdocs.Annotation for Java API....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/annotation/java/save-specifi...