Sort Score
Result 10 results
Languages All
Labels All
Results 2,951 - 2,960 of 4,304 for

document security

(0.09 sec)
  1. Load from a stream | GroupDocs

    This example demonstrates how to load a file from a stream....Legal Security Events Acquisition GroupDocs Documentation / GroupDocs...will help us improve our documentation. Products Support © Groupdocs...

    docs.groupdocs.com/markdown/net/load-from-a-str...
  2. Xlsx to Md | GroupDocs

    This article demonstrates how to convert Spreadsheet to Markdown with GroupDocs.Markdown for .NET....Legal Security Events Acquisition GroupDocs Documentation / GroupDocs...will help us improve our documentation. Products Support © Groupdocs...

    docs.groupdocs.com/markdown/net/convert/export-...
  3. Docx to Md | GroupDocs

    This article demonstrates how to convert Words to Markdown with GroupDocs.Markdown for .NET....Legal Security Events Acquisition GroupDocs Documentation / GroupDocs...will help us improve our documentation. Products Support © Groupdocs...

    docs.groupdocs.com/markdown/net/convert/export-...
  4. Load from a local disk | GroupDocs

    The following example demonstrates how to load file from local disk....Legal Security Events Acquisition GroupDocs Documentation / GroupDocs...will help us improve our documentation. Products Support © Groupdocs...

    docs.groupdocs.com/markdown/net/load-from-a-loc...
  5. 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....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Search Product Family /...

    docs.groupdocs.com/search/java/indexing-with-st...
  6. 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....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Metadata Product Family...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Merge indexes | GroupDocs

    This article demonstrates the merge operation which is designed to combine two or more indexes into one index to accelerate the search and to simplify the work with indexes....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Search Product Family /...

    docs.groupdocs.com/search/net/merge-indexes/
  8. Merge indexes | GroupDocs

    The merge operation is designed to combine two or more indexes into one index to accelerate the search and to simplify the work with indexes. When merging, only the index at which the merge method was called is changed. This index as a result of the operation contains all the Documents that were contained in all indexes together. The second index or index repository after the merge can be deleted to free up disk space....Legal Security Events Acquisition GroupDocs Documentation / GroupDocs...operation contains all the documents that were contained in all...

    docs.groupdocs.com/search/nodejs-java/merge-ind...
  9. Migrating to GroupDocs.Assembly 3.0.0 or Higher...

    Reasons to Migrate Just to endeavor the report generation task more smoothly, we released GroupDocs.Assembly for .NET 3.0.0. Namespace(s) In GroupDocs.Assembly for .NET 3.0.0 only a single using GroupDocs.Assembly; namespace is required to generate reports in any of the supported formats. Whereas, in GroupDocs.Assembly for .NET 1.3.0 to generate a report in any of the supported format a separate namespace of that format is required to be added, given are the namespaces:...Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Assembly Product Family...

    docs.groupdocs.com/assembly/net/migrating-to-gr...
  10. How to make cache thread-safe in your Java appl...

    This article explains how to make cache thread safe with GroupDocs.Viewer within your Java applications....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Viewer Product Family /...

    docs.groupdocs.com/viewer/java/how-to-make-cach...