Sort Score
Result 10 results
Languages All
Labels All
Results 5,671 - 5,680 of 31,617 for

redact

(1.18 sec)
  1. GroupDocs.Signature Product Family

    Trouvez des réponses sur la signature de documents numériques et d'images de différents types à l'aide de code sur n'importe quelle plate-forme....Redaction Product Family GroupDocs.Signature...

    kb.groupdocs.com/fr/signature/
  2. GroupDocs.Parser Product Family

    Trouvez des réponses sur l'extraction de texte, d'images et de métadonnées de différents fichiers à l'aide de code sur n'importe quelle plate-forme....Redaction Product Family GroupDocs.Parser...

    kb.groupdocs.com/fr/parser/
  3. 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....Redaction Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/working-with-s...
  4. Loading Multiple DocumentTable Objects from a S...

    Note The code uses some of the objects defined in The Business Layer. Loading Multiple DocumentTable Objects API provides the ability to load multiple DocumentTable objects from a single file as a single operation. Following classes and interfaces of the GroupDocs.Assembly.Data namespace have been added: DocumentTableSet DocumentTableCollection IDocumentTableLoadHandler DocumentTableLoadArgs. Moreover, following properties of the GroupDocs.Assembly.Data.DocumentTable class have been added: Name IndexInDocument Download Data Source Document Multiple Tables Data.docx Template Using Document Table Set as Data Source....Redaction Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/loading-multip...
  5. GroupDocs.Annotation Product Family

    پاسخ هایی را در مورد حاشیه نویسی اسناد دیجیتال و تصاویر از انواع مختلف با استفاده از کد در هر پلتفرمی بیابید....Redaction Product Family GroupDocs.Annotation...

    kb.groupdocs.com/fa/annotation/
  6. 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); }...Redaction Product Solution GroupDocs...

    docs.groupdocs.com/classification/net/classify-...
  7. Advanced Usage | GroupDocs

    Learn about advanced GroupDocs.Watermark usage. Please find advanced details on how to customize your watermarks, search, modify, and remove existing watermarks. More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Watermark for .NET examples GroupDocs.Watermark for Java examples Free online document watermarking App Along with a full-featured Java library, we provide simple, but powerful free Apps. You are welcome to add watermark to PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, and more with our Free Online Document Watermarking Apps....Redaction Product Solution GroupDocs...

    docs.groupdocs.com/watermark/java/advanced-usage/
  8. Add document password | GroupDocs

    This article explains how to add document password for PDF, Word, Excel, PowerPoint and  other file types using GroupDocs.Merger for Java....Redaction Product Solution GroupDocs...

    docs.groupdocs.com/merger/java/add-document-pas...
  9. Load from a stream | GroupDocs

    This example demonstrates how to load a file from a stream. advanced_usage.loading_files.LoadFromStream JavaScript try { const fileStream = fs.createReadStream("input.one") const metadata = new groupdocs.metadata.Metadata(fileStream); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Redaction Product Solution GroupDocs...

    docs.groupdocs.com/metadata/nodejs-java/load-fr...
  10. Remove pages | GroupDocs

    Follow this guide and learn how to remove page from PDF or Word document, delete worksheet from Excel file or remove slides from PowerPoint presentations with GroupDocs.Merger for Java API....Redaction Product Solution GroupDocs...

    docs.groupdocs.com/merger/nodejs-java/remove-pa...