Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 346 for

docx page removal

(0.13 sec)
  1. Tags on GroupDocs Blog | Document Automation So...

    Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers API Change Dete......Detection compare documents Compare DOCX compare text files compare two...GroupDocs.Watermark How to Remove Watermark How to Watermark...

    blog.groupdocs.com/vi/tags/index.xml
  2. Simple JSP Front End example for GroupDocs.View...

    We are excited to announce a simple front-end for GroupDocs.Viewer for Java API so newbies can start using it quickly, instead of learning the rich features and complexities provided in GroupDocs.Viewer for Java using Struts2 or GroupDocs.Viewer for Java Using Servlets. Simplicity comes with many advantages and disadvantages. JSP front-end is a minimum implementation and demonstrates how simple it is to get started with GroupDocs.Viewer for Java. This removes features some useful features, like the user cannot download the document, cannot print, zoom, etc.... This removes features some useful features...application contains single JSP page, that creates a UI, and a Java...

    blog.groupdocs.com/viewer/groupdocs-viewer-java...
  3. Search index settings | Documentation

    This Page contains a description of all index settings that can be specified in an instance of the IndexSettings class....settings Leave feedback This page contains a description of all...text files is presented on the page . getCustomExtractors method...

    docs.groupdocs.com/search/nodejs-java/search-in...
  4. Create PDF with Image Redaction | Documentation

    This article shows how to redact the Pages of a document as images, redacting entire areas of the Page instead or in addition to a specific text....you might need to redact the pages of a document as images, redacting...redacting entire areas of the page instead or in addition to a...

    docs.groupdocs.com/redaction/java/create-pdf-wi...
  5. Load from local disc | Documentation

    This article shows how the redaction API is used to load file from disk....Specify the redaction options - remove all annotations del_red = grr...with gr . Redactor ( "source.docx" ) as redactor : # Apply the...

    docs.groupdocs.com/redaction/python-net/load-fr...
  6. Indexing reports | Documentation

    This article demonstrates that how indexing reports can be retrieved from the index using search API...about index settings on the page [Search index settings](https://docs...updated documents; List of removed documents. The following example...

    docs.groupdocs.com/search/net/indexing-reports/
  7. Working with ZIP archives | Documentation

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using ZipRootPackage.ZipPackage Read the ZIP archive properties Loop through ZipPackage.Files to extract information about archived files The following code snippet shows how to get metadata from a ZIP archive. AdvancedUsage.ManagingMetadataForSpecificFormats.Archive.ZipReadNativeMetadataProperties Encoding encoding = Encoding.... OutputZip ); } Removing the user comment GroupDocs...Metadata for .NET allows you to remove the user comment associated...

    docs.groupdocs.com/metadata/net/working-with-zi...
  8. Indexing with stop words | Documentation

    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/nodejs-java/indexing-...
  9. Create PDF with Image Redaction | Documentation

    This article shows how to redact the Pages of a document as images, redacting entire areas of the Page instead or in addition to a specific text....you might need to redact the pages of a document as images, redacting...redacting entire areas of the page instead or in addition to a...

    docs.groupdocs.com/redaction/python-net/create-...
  10. Indexing reports | Documentation

    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/nodejs-java/indexing-...