Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 8,340 for

word search

(0.05 sec)
  1. Integrate Watermarking in Node.js Applications

    Follow our guide to easily implement watermarking in your Node.js projects with feature-rich GroupDocs.Watermark for Node.js API....a PDF or a company logo to a Word document, GroupDocs.Watermark...formats, including images, PDF, Word, Excel documents, PowerPoint...

    blog.groupdocs.com/watermark/integrate-watermar...
  2. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported document formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the getPresentationType method to obtain file format information advanced_usage....Search Product Solution GroupDocs...uses the GroupDocs.Metadata search engine to retrieve all properties...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Extract text in Raw mode | GroupDocs

    Learn how to extract text in Raw mode from documents using GroupDocs.Parser for Python via .NET. Fast text extraction with improved performance for large documents....Search Product Solution GroupDocs...Extracting text for indexing or search Layout preservation is not...

    docs.groupdocs.com/parser/python-net/extract-te...
  4. Assemble Documents and Acquire Online Signature...

    The Web 2.0 era has brought consumers and organizations closer. Consumers are active in community forums, blogs or other information-sharing platforms to discuss their tastes and preferences. Closer relationships with their customers has helped organizations understand buyer’s behavior and devise new products faster. Growing Internet penetration ensures that organizations who share, collaborate and reach out to their customers have a competitive edge. Managing documents effectively is important for businesses to increase the transaction cycle.... After an Internet search he found a solution that automates...document template in Microsoft Word or PDF format and add fields...

    blog.groupdocs.com/signature/assemble-documents...
  5. GroupDocs.Search for .NET 16.12 Supports Search...

    We are really pleased to announce the monthly release of GroupDocs.Search for .NET 16.12 API. In this release, we have introduced three new features. You can now apply Search to passWord protected documents. Not only this, the latest release provides its users with the functionality to maintain list of synonyms and stop Words. Download the latest version and try out all the amazing features of GroupDocs.Search for .NET 16.12 API....Search for .NET 16.12 API. In this...features. You can now apply search to password protected documents...

    blog.groupdocs.com/search/groupdocs-search-net-...
  6. Ինչպես փոխարկել Word-ը PDF-ի C#-ի միջոցով

    Հեշտությամբ կատարեք փաստաթղթերի փոխակերպում երկու հանրաճանաչ ձևաչափերի միջև և սովորեք, թե ինչպես փոխարկել Word-ը PDF-ի՝ օգտագործելով C#: Արագորեն կիրառեք ուղեցույցը՝ C# Word-ից PDF-ի հնարավորություն ստեղծելու համար:...Search Product Family GroupDocs.Parser...Product Family Ինչպես փոխարկել Word-ը PDF-ի C#-ի միջոցով Այս թեման...

    kb.groupdocs.com/hy/conversion/net/how-to-conve...
  7. Convert images | GroupDocs

    Learn this article and check how to convert JPG, PNG, TIFF and other images into various file formats with several lines of Java code...Search Product Solution GroupDocs... , , , , , , , , Web: , , , Word Processing: , , , , , , , ,...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  8. Convert images | GroupDocs

    Learn this article and check how to convert JPG, PNG, TIFF and other images into various file formats with several lines of Java code...Search Product Solution GroupDocs... , , , , , , , , Web: , , , Word Processing: , , , , , , , ,...

    docs.groupdocs.com/conversion/java/convert/image/
  9. Ինչպես փոխարկել HTML-ը Word-ի՝ օգտագործելով C#

    Այս կարճ ձեռնարկը բացատրում է ձեզ, թե ինչպես փոխարկել HTML-ը Word-ի՝ օգտագործելով C# առանց որևէ երրորդ կողմի գործիքի և ինչպես օգտագործել այս ուղեցույցը՝ HTML-ը Word-ի C#-ով փոխարկելու համար:...Search Product Family GroupDocs.Parser...Family Ինչպես փոխարկել HTML-ը Word-ի՝ օգտագործելով C# Այս կարճ...

    kb.groupdocs.com/hy/conversion/net/how-to-conve...
  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....Search Product Solution GroupDocs...uses the GroupDocs.Metadata search engine to retrieve all properties...

    docs.groupdocs.com/metadata/net/working-with-me...