Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 39,109 for

documents

(0.12 sec)
  1. Convert PST or OST documents to different forma...

    Follow this guide and learn how to convert contents of PST/OST Documents to different format based on content type using GroupDocs.Conversion for .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...options by document family / Convert PST or OST documents to different...

    docs.groupdocs.com/conversion/net/convert-pst-o...
  2. Extract text from Microsoft Office Word documen...

    To extract a text from Microsoft Office Word Documents getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected page. TextOptions parameter is ignored for Microsoft Office Words Documents. Here are the steps to extract a text from Microsoft Office Word document: Instantiate Parser object for the initial document; Call getText method and obtain TextReader object; Read a text from reader....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...from Microsoft Office Word documents / Extract text from Microsoft...

    docs.groupdocs.com/parser/java/extract-text-fro...
  3. Extract Formatted Text from CHM Documents using...

    We keep looking forward to bringing you more features and therefore, we have released version 18.3 of GroupDocs.Text for .NET providing the support of extracting formatted text from CHM Documents. The latest version also allows you to extract text by pages and extract table of content from CHM Documents. The following sections will provide you the details about the new features of the API. Extracting Formatted Text from CHM Documents GroupDocs....extracting formatted text from CHM documents. The latest version also allows...table of content from CHM documents. The following sections will...

    blog.groupdocs.com/parser/extract-formatted-tex...
  4. Working with metadata in PDF documents | Docume...

    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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...formats / Documents / Working with metadata in PDF documents Working...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Working with metadata in PDF documents | Docume...

    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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...formats / Documents / Working with metadata in PDF documents Working...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. Render Word documents as Clean HTML using C# | ...

    Render the Word DOC/DOCX Documents to minified HTML using C#. Convert the Word files with embedded or external resources within the .NET application....code is injected when one document is converted to HTML format...discusses how to render Word documents to minified HTML using C#...

    blog.groupdocs.com/viewer/render-word-documents...
  7. Add watermarks to diagram documents | Documenta...

    Adding watermark to all pages of a particular type Using GroupDocs.Watermark, you can add watermark to all pages of a particular type in a document. It consists of following steps. Load the document Create and initialize watermark object Set watermark properties Add watermark by specifying page type using setPlacementType() method of DiagramShapeWatermarkOptions Save the document Following code shows how to add watermark to a particular type of the pages....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...diagram documents Add watermarks to diagram documents Leave feedback...

    docs.groupdocs.com/watermark/java/add-watermark...
  8. Extract Data Fields from the Documents using Gr...

    Hello everyone! I am back with something new and exciting for the developers who use to deal with the automated data extraction from the Documents. A few years back, we released GroupDocs.Parser API which aimed to extract the text from various document formats. We kept on adding the features to it and today, it has become a giant API that provides a wide range of features including formatted text extraction, highlighted and structured text extraction, metadata extraction, extraction of images and the list goes on....data extraction from the documents. A few years back, we released...extract the text from various document formats. We kept on adding...

    blog.groupdocs.com/parser/extract-data-fields-f...
  9. View and Annotate Documents Online with GroupDo...

    The Internet has transformed our lives. We buy things with click of a mouse, be it entertainment, grocery, or accessories. The consumer-web relationship will only grow in the near future. As a result, enterprises and small, as well as start-ups understand the need to engage and collaborate with consumers to get an edge and thrive. So, the need for online document management systems arose. Online document management systems allow you to view and share Documents, increase productivity, facilitate collaboration, and save cost....online document management systems arose. Online document management...allow you to view and share documents, increase productivity, facilitate...

    blog.groupdocs.com/viewer/view-annotate-documen...
  10. Working with metadata in Word Processing docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of WordProcessing Documents such as DOC, DOCX, ODT, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded document and extract some additional file format information. Load a WordProcessing document Extract the root metadata package Use the getWordProcessingType method to obtain file format information advanced_usage....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...metadata for specific formats / Documents / Working with metadata in...

    docs.groupdocs.com/metadata/java/working-with-m...