Sort Score
Result 10 results
Languages All
Labels All
Results 1,311 - 1,320 of 31,313 for

groupdocs.redaction

(1.24 sec)
  1. Saving image strategy | GroupDocs

    GroupDocs.Markdown provides several strategies for handling images during conversion. Set the image_export_strategy property on ConvertOptions to control the behavior: Base64 embedding – inline images as data URIs using ExportImagesAsBase64Strategy. File system export – save images to a directory using ExportImagesToFileSystemStrategy. Use the images_relative_path property to control the relative path written into Markdown image links. Skip images – omit all images from the output using SkipImagesStrategy. Custom handler – pass a Python callable for full control over image saving, including renaming and custom storage via CustomImagesStrategy....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/markdown/python-net/strategy/
  2. GroupDocs.Comparison Overview | GroupDocs

    In this article, get acquainted with the features, functions, supported file formats and developer usage of GroupDocs.Comparison for .NET — API to compare two or more files and get the difference between them....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/comparison/net/groupdocs-com...
  3. Loading files from different sources | GroupDocs

    Following this guide you will learn how to load PDF, Word, Excel, or PowerPoint documents by local file path, stream or URL for further processing with GroupDocs.Conversion for .NET API....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/conversion/net/loading-files...
  4. Signing | GroupDocs

    This section contains advanced examples and demonstrates all possible features for signing documents with various electronic signature types, setup different options and visual effects....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/signature/java/signing/
  5. Show revisions | GroupDocs

    Learn how to control the display of revisions in the output using GroupDocs.Comparison for Python via .NET....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/comparison/python-net/show-r...
  6. Render hidden pages | GroupDocs

    Learn how to render hidden pages on website or in other c# applications with GroupDocs.Viewer for Java...Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/show-hidden-pages/
  7. Supported Document Formats | GroupDocs

    The following table indicates the file formats that GroupDocs.Classification for .NET can process. Format Description PDF Adobe Portable Document Format (PDF) DOC Microsoft Word 97-2003 Document DOCM Microsoft Word Macro-Enabled Document DOCX Microsoft Word Document DOT Microsoft Word 97-2003 Template DOTM Microsoft Word Macro-Enabled Template DOTX Microsoft Word Template ODT OpenDocument Text OTT Open Document Text Template RTF Rich Text Document TXT Plain Text Document Tip Can’t find your file format?...Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/classification/net/supported...
  8. Working with String Template | GroupDocs

    GroupDocs.Assembly API allows you to use a string as input and output template, instead of document. This feature improves programmability while working with strings instead of documents, the resultant output string can be used as per the application needs. Follow these steps to using a string as input and output template: Initialize DocumentAssembler Define sourceString “«[yourValue]»” Convert sourceString to sourceBytes using ByteArrayInputStream(sourceBytes) Get targetBytes using DocumentAssembler.assembleDocument() Get** targetString **using new String(targetBytes, StandardCharsets....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/working-with-s...
  9. Classify document from stream | GroupDocs

    Classifying of the document from stream could be performed with the next step Call Classify method for “stream” stream with Documents taxonomy and return 2 best results. Handle possible ApiException // Classify document from stream with Documents taxonomy and return 2 best resultstry { var response = classifier.Classify(stream, 2, Taxonomy.Documents); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); }...Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/classification/net/classify-...
  10. Save document to the specified location | Group...

    This article explains how to save document to the specified location while using GroupDocs. Watermarks Java API....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/watermark/java/save-document...