Sort Score
Result 10 results
Languages All
Labels All
Results 1,371 - 1,380 of 7,536 for

may

(0.58 sec)
  1. Stop word dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about stop word dictionary using Java....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/nodejs-java/stop-word...
  2. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class.... For example, you may want to obtain information about...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. About Search Engines | GroupDocs

    This page is about the classification of search engines and what place GroupDocs.Search API occupies in this classification. There are a large number of ways to classify search engines. Here are the main ones...return many results, which may or may not be relevant. Metasearch...

    docs.groupdocs.com/search/java/about-search-eng...
  4. Issue with Font :- "Leelawadee UI"

    Issue with Font :- "Leelawadee UI" Hi, When we try to convert a document with the 'Leelawadee UI' font to PDF, we encounter some issues in characters. Can you please suggest something here? Issue w......certain software dependencies that may cause the plugin to function...5 includes glibc 2.34, which may be the reason for this issue...

    forum.groupdocs.com/t/issue-with-font-leelawade...
  5. Specify rendering options for CAD files | Group...

    Render CAD files (DWG, DXF, etc.) to HTML, PDF, PNG, or JPEG using GroupDocs.Viewer's options....images have the same size and may look distorted. To avoid this...example) is very complex, it may lead to quite significant processing...

    docs.groupdocs.com/viewer/python-net/specify-ca...
  6. Redact Text in DOCX using Java

    This topic will provide guidance on how to redact text in DOCX using Java. Without need of additional software installation, you can replace text in DOCX using Java.... Updated on 26 May 2024 English Türkçe Ελληνικά...

    kb.groupdocs.com/redaction/java/redact-text-in-...
  7. Remove Text Watermark from RTF Using Python

    You can remove text watermark from RTF using Python with a simple workflow. This guide also explains how to delete watermark in RTF using Python with ease....formatting, and prevents errors that may occur when editing large or complex...

    kb.groupdocs.com/watermark/python/remove-text-w...
  8. Remove Text Watermark from PDF Using Python

    You can remove text watermark from PDF using Python with simple steps. This guide also explains how to delete watermark in PDF using Python safely and easily....delivery, removing these text marks may become necessary to present a...

    kb.groupdocs.com/watermark/python/remove-text-w...
  9. Remove Metadata from DOCX using C#

    Efficiently learn how to remove metadata from DOCX using C# with a code example demonstrating how to delete metadata from DOCX in C# without installing extra software....outside your organization, you may not want to disclose who created...

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  10. 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...resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/net/indexing-with-sto...