Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 531 for

docx page removal

(0.42 sec)
  1. Indexing with stop words | GroupDocs

    Stop words are frequently used words that do not carry a semantic meaning and can be removed from an index to reduce its size. You can enable or disable the use of stop words by calling the setUseStopWords method of the IndexSettings class. The default value is true, meaning that stop words are filtered during indexing and not added to the index. A list of stop words to use during indexing can be specified in the stop word dictionary....semantic meaning and can be removed from an index to reduce its...stop word dictionary, see the page in the section. If you need...

    docs.groupdocs.com/search/java/indexing-with-st...
  2. Delete indexed documents | GroupDocs

    GroupDocs.Search has the ability to remove individual documents from the index that are indexed from a stream or structure....Search has the ability to remove individual documents from the...from a stream or structure. To remove documents indexed by a file...

    docs.groupdocs.com/search/net/delete-indexed-do...
  3. Metadata redactions | GroupDocs

    This article shows that how C# redaction API allows you to replace or remove metadata using filters or search by regular expression....different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others...API that allows to replace or remove metadata using filters or search...

    docs.groupdocs.com/redaction/net/metadata-redac...
  4. Save document | GroupDocs

    This article demonstrates how to save edited text documents, spreadsheets and presentations with GroupDocs.Editor for Java API....types some text across the pages of the document, inserts images...images, makes some edits, removes words or paragraphs, or moves...

    docs.groupdocs.com/editor/java/save-document/
  5. Save a modified file to a stream | GroupDocs

    This article shows how to save a file to a specified stream using GroupDocs.Metadata for Python via .NET....png" ) as metadata : # Edit or remove metadata here metadata . sanitize...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/python-net/save-a-m...
  6. Redaction basics | GroupDocs

    This article shows that how C# developers can apply metadata, image, annotation and text redaction in their documents. Wide range of document formats is supported, such as, PDF, DOC, Docx, PPT, PPTX, XLS, XLSX and others....supported, such as: PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others...a colored box Removes specific range of pages (slides, worksheets...

    docs.groupdocs.com/redaction/net/redaction-basics/
  7. Attachments in PDF document | GroupDocs

    This article explains how to work with PDF attachments while using GroupDocs watermarking Java API....document Leave feedback On this page Extract all attachments from...Following code snippet shows how to remove an attachment advanced_usage...

    docs.groupdocs.com/watermark/java/attachments-i...
  8. Indexing with stop words | GroupDocs

    This article demonstrates that how you can enable or disable the use of stop words by setting a value using search API...semantic meaning and can be removed from an index to reduce its...stop word dictionary, see the page in the section. If you need...

    docs.groupdocs.com/search/net/indexing-with-sto...
  9. Command Line Interface | GroupDocs

    Convert documents straight from the terminal with the groupdocs-conversion command-line tool — no Python script required. Inspect documents, list supported formats, and apply a license, all from the shell....Interface Leave feedback On this page Installing the groupdocs-conversion-net...groupdocs-conversion convert business-plan.docx business-plan.pdf # Override...

    docs.groupdocs.com/conversion/python-net/gettin...
  10. Indexing reports | GroupDocs

    Indexing reports are created for indexing and updating operations. Indexing reports can be retrieved from the index using the getIndexingReports method. Reports are stored in the index only while the index is loaded into RAM for use. If you reload the index, the reports will not be restored. You can configure the maximum number of stored reports using the setMaxIndexingReportCount method of the IndexSettings class. The default value is 5. Learn more about index settings on the Page Search index settings....about index settings on the page . Each index report contains...updated documents; List of removed documents. The following example...

    docs.groupdocs.com/search/java/indexing-reports/