Sort Score
Result 10 results
Languages All
Labels All
Results 3,441 - 3,450 of 15,634 for

doc

(0.12 sec)
  1. Indexing options | GroupDocs

    This page contains a description of all the properties of the IndexingOptions class...Order Upgrade an Order Support Docs API Reference Live Demos Free...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and...

    docs.groupdocs.com/search/java/indexing-options/
  2. Build search query | GroupDocs

    This page contains information about building text search queries of various types. More examples on building search queries are provided on the page...Order Upgrade an Order Support Docs API Reference Live Demos Free...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and...

    docs.groupdocs.com/search/nodejs-java/build-sea...
  3. Build your first search solution | GroupDocs

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....Order Upgrade an Order Support Docs API Reference Live Demos Free...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and...

    docs.groupdocs.com/search/nodejs-java/build-you...
  4. 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 FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF Document, please use the DocumentProperties property defined in the DocumentRootPackage class....Order Upgrade an Order Support Docs API Reference Live Demos Free...view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Working with EXIF metadata | GroupDocs

    This article explains how to access EXIF metadata in a file of any supported format....Order Upgrade an Order Support Docs API Reference Live Demos Free...view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/metadata/net/working-with-ex...
  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....Order Upgrade an Order Support Docs API Reference Live Demos Free...view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Load password-protected documents | GroupDocs

    This article explains how to load password-protected PDF, Word, Excel, PowerPoint Documents when using GroupDocs.Parser for Python via .NET....Order Upgrade an Order Support Docs API Reference Live Demos Free...to verify successful loading doc_info = parser . get_document_info...

    docs.groupdocs.com/parser/python-net/load-passw...
  8. Search text | GroupDocs

    Learn how to search for keywords and use regular expressions to find text in Documents using GroupDocs.Parser for .NET. Search text with case sensitivity and whole word options in C#....Order Upgrade an Order Support Docs API Reference Live Demos Free...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/parser/net/search-text/
  9. Edit Word | GroupDocs

    This guide demonstrates how to edit Doc, DOT, DocX, DocM, DOTX, ODT, RTF Documents with font extraction, different pagination modes and many other powerful features of GroupDocs.Editor for Java....Order Upgrade an Order Support Docs API Reference Live Demos Free...family format, that includes DOC, DOT, DOCX, DOCM, DOTX, ODT,...

    docs.groupdocs.com/editor/java/edit-word/
  10. Split or Merge PDF, PowerPoint, Excel, Word, Do...

    Split or Merge PDF, Word Doc/DocX, XLS/XLSX Excel spreadsheets, PPT/PPTX presentations, Visio Drawings, eBooks, & more Documents in Java. Steps & examples.... You may visit docs anytime to check the updated...File Formats Word Processing DOC, DOCX, DOCM, DOT, DOTX, DOTM...

    blog.groupdocs.com/merger/merge-pdf-word-excel-...