Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 1,236 for

office document

(0.41 sec)
  1. Highlight text upon conversion to HTML in .NET ...

    Hi, I was wondering if there is any way to highlight certain words of Document, when converting it to HTML with GroupDocs.Viewer. I tried using GroupDocs.Search after the conversion with GroupDocs.Viewer, but the resul…...dotnet , document-annotation , document-viewer , document-search...highlight certain words of document, when converting it to HTML...

    forum.groupdocs.com/t/highlight-text-upon-conve...
  2. Edit PowerPoint Presentations | GroupDocs

    This guide demonstrates how to edit PPT, PPTX, PPTM, PPSX, PPSM, POTX, POTM presentations with different settings and many other powerful features of GroupDocs.Editor for .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...NET / Developer Guide / Edit document / Edit PowerPoint Presentations...

    docs.groupdocs.com/editor/net/edit-powerpoint/
  3. Batch Watermarking with Duplicate-Safe Processi...

    Apply text and image watermarks in bulk while ensuring safe re-run execution with GroupDocs.Watermark for .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...brand or protect thousands of documents—PDFs, Word files, presentations...

    docs.groupdocs.com/watermark/net/batch-watermar...
  4. Extract emails from remote server via POP IMAP ...

    GroupDocs.Parser provides the functionality to extract emails from remote servers. The following email protocols are supported: Post Office Protocol (POP) Internet Message Access Protocol (IMAP) Exchange Web Services (EWS) To create an instance of Parser class to extract emails from a remote server the following constructor is used: Parser(EmailConnection connection); Parser(EmailConnection connection, ParserSettings parserSettings) The second constructor allows to use ParserSettings object to control the process; for example, by adding logging functionality....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...protocols are supported: Post Office Protocol (POP) Internet Message...

    docs.groupdocs.com/parser/java/extract-emails-f...
  5. How to edit Mobi file | GroupDocs

    This article demonstrates how to edit Mobi files using Java programming language....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...is able to save (export) documents in the Mobi format, so from...

    docs.groupdocs.com/editor/java/how-to-edit-mobi...
  6. Specify OOXML Compliance Level for Word Documen...

    Control the OOXML compliance level (Ecma, Transitional, or Strict) when saving Word Documents to OOXML formats using GroupDocs.Assembly for .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Compliance Level for Word Documents Leave feedback Overview GroupDocs...

    docs.groupdocs.com/assembly/net/basic-usage-oox...
  7. Convert diagrams | GroupDocs

    In this article, you will learn how to convert diagram Documents to other formats or another diagram format with GroupDocs.Conversion for Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...Developer guide / Converting Documents / Basic usage / Convert files...

    docs.groupdocs.com/conversion/java/convert/diag...
  8. Features Overview | GroupDocs

    Features Overview GroupDocs.Assembly for Java is an API that allows you to generate Documents in popular Office and email file formats based upon template Documents and data obtained from various sources including databases, XML, JSON, OData and more. The following is the list of salient features which are offered by the GroupDocs.Assembly API: Multiple data formats support Use formulae & perform sequential data operations Apply upper, lower, capital, firstcap formatting to strings in template syntax Template syntax support formatting of ordinal, cardinal, alphabetic numeric nature Support template Documents with custom variables & text comments within template syntax tags Dynamically insert out Document content in report Dynamically configure background color of html Documents & generate barcode in reports Dynamically insert hyperlinks in reports & apply attributes to email message body Dynamically attach email attachments Support of next field analogue of Microsoft Word Update fields during word processing Document assembly Apply formula during spreadsheet assembly Template formatting for numeric, text, image, date-time, chart elements Conditional formatting of template text elements Linq-based template syntax Change format of assembled file using explicit specifications or file extension Auto-removal of empty paragraphs Generate various report types, e....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...you to generate documents in popular office and email file formats...

    docs.groupdocs.com/assembly/java/features-overv...
  9. Working with metadata in WordProcessing documen...

    GroupDocs.Metadata for .NET 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 FileType property to obtain file format information AdvancedUsage....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...metadata for specific formats / Documents / Working with metadata in...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. 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....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...