Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 3,869 for

assembly

(0.03 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(); }...Assembly Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/save-in-origi...
  2. Nesting search queries in object form | Documen...

    This article gives the knowledge about nesting search queries in object form using Java search API....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/search/nodejs-java/nesting-s...
  3. Using OCR to redact image documents | Documenta...

    GroupDocs.Redaction supports both types of image documents for Optical Character Recognition (OCR): image files, such as printed document scans (PNG, JPG, etc.) embedded images within office documents (PDF, DOCX, etc.) You have to implement IOcrConnector interface and pass the instance to RedactorSettings constructor. For more details, see OCR Usage Basics article. OCR usage limitations There are the following limitations of the OCR with GroupDocs.Redaction v21.3: textual replacements are not supported, so you have to use color box replacements to redact text in images....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/redaction/net/using-ocr/
  4. Advanced usage | Documentation

    Learn about GroupDocs.Conversion advanced usage and its multiple powerful features like document conversion process customization, track conversion progress, load documents from different sources etc....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/conversion/net/advanced-usage/
  5. Loading | Documentation

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

    docs.groupdocs.com/conversion/net/loading/
  6. 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:...Assembly Product Solution GroupDocs...

    docs.groupdocs.com/annotation/net/saving/
  7. Advanced Usage | Documentation

    Learn about the advance usage of metadata API...Assembly Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/advanced-usage/
  8. Saving files | Documentation

    GroupDocs.Metadata provides different ways to save a file with updated metadata. Please refer to the following guides to know more about all overloads of the Save method:...Assembly Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/saving-files/
  9. Working with MP3 metadata | Documentation

    Working with XMP metadata GroupDocs.Metadata for Java also allows managing XMP metadata in MP3 files. For more details please refer to the following guide: Working with XMP metadata...Assembly Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. System Requirements | Documentation

    This Java API does not require any external software or third party tool to be installed...Assembly Product Solution GroupDocs...

    docs.groupdocs.com/annotation/java/system-requi...