Sort Score
Result 10 results
Languages All
Labels All
Results 2,091 - 2,100 of 33,893 for

search

(0.76 sec)
  1. Convert RTF to TXT using Python

    Convert RTF to TXT using Python for fast text extraction. Export RTF to plain text in Python for easy processing, editing, and automation without using extra tools....Search Product Family GroupDocs.Parser...into various workflows, from search engines to machine learning...

    kb.groupdocs.com/conversion/python/convert-rtf-...
  2. Get All Sheet Names in Excel using Python

    Learn how to get all sheet names in Excel using Python. This tutorial shows how to extract worksheet names from XLSX files programmatically....Search Product Family GroupDocs.Parser...structure, or indexing content for search, retrieving sheet names programmatically...

    kb.groupdocs.com/viewer/python/get-all-sheet-na...
  3. 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....Search Product Solution GroupDocs...uses the GroupDocs.Metadata search engine to retrieve all properties...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Extract data from Microsoft Office Word documen...

    GroupDocs.Parser provides the functionality to extract data from Microsoft Office Word documents. Both classic (doc, dot) and Open XML (docx, dotx) formats are supported. Also LibreOffice Writer (OpenOffice.org Writer) formats and RTF are supported. The following table provides the list of supported formats: Format Description DOC Microsoft Office Word Document DOT Microsoft Office Word Document Template DOCX Microsoft Office Open XML Document DOCM Microsoft Office Open XML Macro-Enabled Document DOTX Microsoft Office Open XML Document Template DOTM Microsoft Office Open XML Document Macro-Enabled Template TXT Plain text ODT Open Document Text OTT Open Document Text Template RTF Rich Text Format More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Search Product Solution GroupDocs...Microsoft Office Word Documents Search text in Microsoft Office Word...

    docs.groupdocs.com/parser/net/extract-data-from...
  5. 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....Search Product Solution GroupDocs...uses the GroupDocs.Metadata search engine to retrieve all properties...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. Redact Text in DOCX using C#

    In this topic, you will learn how to redact text in DOCX using C# without extra software installation. You will also be provided code to replace text in DOCX using C#....Search Product Family GroupDocs.Parser...application, you can effectively search and redact text in DOCX using...

    kb.groupdocs.com/redaction/net/redact-text-in-d...
  7. Render XLSX as HTML using C#

    In this topic, we will explore how to render XLSX as HTML using C# without need for additional tool. Also, we will furnish you with C# code for rendering XLSX to HTML....Search Product Family GroupDocs.Parser...rendering TXT as HTML. For those in search of further guidance or detailed...

    kb.groupdocs.com/viewer/net/render-xlsx-as-html...
  8. How to Extract Text from PDF using Java

    Discover the effective method to extract text from PDF using Java. We will provide you the Java code to extract text from PDF without installing extra installation....Search Product Family GroupDocs.Parser...data retrieval, implementing search features, or conducting textual...

    kb.groupdocs.com/viewer/java/how-to-extract-tex...
  9. Technical Support | GroupDocs

    Get comprehensive technical support for GroupDocs.Total for Java. Access free support through our forum or paid support via helpdesk. Learn how to report issues, request features, and get assistance from our development team....Search Product Solution GroupDocs...Review existing resources: Search the documentation Check the...

    docs.groupdocs.com/total/java/technical-support/
  10. Technical Support | GroupDocs

    Get comprehensive technical support for GroupDocs.Total for .NET. Access free support through our forum or paid support via helpdesk. Learn how to report issues, request features, and get assistance from our development team....Search Product Solution GroupDocs...Review existing resources: Search the documentation Check the...

    docs.groupdocs.com/total/net/technical-support/