Sort Score
Result 10 results
Languages All
Labels All
Results 3,191 - 3,200 of 3,841 for

assembly

(0.04 sec)
  1. Text redactions | Documentation

    This article explains that how Java redaction API allows you to easily redact data of sensitive or private nature from your documents. You can apply text redaction using exact phrase or regular expression for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/text-redactions/
  2. Extract text from EPUB eBooks | Documentation

    To extract text from EPUB e-books getText and getText(pageIndex) methods is used. These methods allow to extract text from the entire document or a text from the selected page. Raw mode is not supported for EPUB....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/parser/java/extract-text-fro...
  3. Search for text containing special characters |...

    This article shows how to handle search queries if they contain special characters and separator characters....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/search/net/search-for-text-c...
  4. Synonym dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary using Java....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/search/nodejs-java/synonym-d...
  5. Optimize the PDF file by removing unused resour...

    This topic describes how to optimize PDF file using the GroupDocs.Viewer Java API by removing the unused (orphaned) resources and thus to reduce the file size....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  6. Optimize the PDF file by removing unused resour...

    This topic describes how to optimize PDF file using the GroupDocs.Viewer .NET API (C#) by removing the unused (orphaned) resources and thus to reduce the file size....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  7. Use OCR Connector | Documentation

    This article explains how to integrate OCR solution to GroupDocs.Parser...Assembly Product Solution GroupDocs...

    docs.groupdocs.com/parser/net/use-ocr-connector/
  8. Search for QR Code standard entries | Documenta...

    This article explains how to provide advanced search for standard QR Code embedded objects like WiFi, Event, Contact, SMS, EMail, EPC or SEPA payment, VCard or MeCard entries, etc with GroupDocs.Signature API....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/signature/net/advanced-searc...
  9. Use advanced rasterization options | Documentation

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. final Redactor redactor = new Redactor("Sample.docx"); try { // Save the document with advanced options (convert pages into images, and save PDF with scan-like pages) SaveOptions so = new SaveOptions(); so....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/use-advanced-...
  10. Extracting MakerNote Metadata | Documentation

    What is MakerNote? MakerNote metadata refers to image information that is written by digital cameras of different manufacturers. Usually, MakerNote metadata properties contain camera settings and some other conditions under which the shot was taken. Most manufacturers store MakerNote properties in a proprietary binary format derived from EXIF. GroupDocs.Metadata allows extracting MakerNote metadata saved by the following manufacturers: Canon Nikon Panasonic Sony Read all MakerNote Properties in the Form of TIFF/EXIF Tags Utilizing the GroupDocs....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/extracting-make...