Sort Score
Result 10 results
Languages All
Labels All
Results 2,771 - 2,780 of 4,719 for

as

(0.04 sec)
  1. Perform Synonym Search using C#

    Enhance search functionality with perform synonym search using C# to retrieve relevant results. Achieve accuracy with C# search with synonym matching solutions....Enhance search functionality with perform synonym search using C# to retrieve relevant results. Achieve accuracy with C# search with synonym matching solutions.

    kb.groupdocs.com/search/net/perform-synonym-sea...
  2. Remove Text Watermark from RTF Using Python

    You can remove text watermark from RTF using Python with a simple workflow. This guide also explains how to delete watermark in RTF using Python with eAse....You can remove text watermark from RTF using Python with a simple workflow. This guide also explains how to delete watermark in RTF using Python with ease.

    kb.groupdocs.com/watermark/python/remove-text-w...
  3. Convert PDF to XLSX using Python

    Learn how to convert PDF to XLSX using Python with clear steps. Effortlessly export PDF to XLSX using Python, without using any extra software on your computer....Learn how to convert PDF to XLSX using Python with clear steps. Effortlessly export PDF to XLSX using Python, without using any extra software on your computer.

    kb.groupdocs.com/conversion/python/convert-pdf-...
  4. Redact Text in DOCX using Java

    This topic will provide guidance on how to redact text in DOCX using Java. Without need of additional software installation, you can replace text in DOCX using Java....This topic will provide guidance on how to redact text in DOCX using Java. Without need of additional software installation, you can replace text in DOCX using Java.

    kb.groupdocs.com/redaction/java/redact-text-in-...
  5. Accept or Reject detected changes | GroupDocs

    Following this guide you will learn how to apply or discard changes detected during document comparison process using GroupDocs.Comparison for .NET API....Following this guide you will learn how to apply or discard changes detected during document comparison process using GroupDocs.Comparison for .NET API.

    docs.groupdocs.com/comparison/net/accept-or-rej...
  6. Load TXT document with options | GroupDocs

    Learn this article and check how to load and convert text files with advanced options using GroupDocs.Conversion for .NET API....Learn this article and check how to load and convert text files with advanced options using GroupDocs.Conversion for .NET API.

    docs.groupdocs.com/conversion/net/load-txt-docu...
  7. Sign document with Image signature - advanced |...

     This article explains how to sign document with Image electronic signatures using extended options with GroupDocs.Signature API.... This article explains how to sign document with Image electronic signatures using extended options with GroupDocs.Signature API.

    docs.groupdocs.com/signature/java/sign-document...
  8. pages-1-through-5.pdf

    HOME BAsED PROFESSIONAL SERVICES Business Plan TABLE OF CONTENTS Introduction 3 1. Executive Summary 5 HOME BAsED PROFESSIONAL SERVICES Business Plan 3 INTRODUCTION Creating an extensive business p......HOME BASED PROFESSIONAL SERVICES Business Plan TABLE OF CONTENTS Introduction 3 1. Executive Summary 5 HOME BASED PROFESSIONAL SERVICES Business Plan 3 INTRODUCTION Creating an extensive business p...

    docs.groupdocs.com/conversion/python-net/_sampl...
  9. How to Сreate a Plugin for Sugar On-Demand Usin...

    SugarCRM is an open-platform web-bAsed customer relationship management system which hAs an on-demand cloud platform, Sugar On-Demand. In a previous article, we discussed how to create and use a plugin for SugarCRM, now we will discuss Sugar On-Demand’s features. We will use the GroupDocs GDrive plugin As an example. [caption id=“attachment_3933” align=“alignnone” width=“600” caption=“How to Сreate a Custom GroupDocs Plugin for Sugar On-Demand”] [/caption] Requirements PHP 5.3 SugarCRM On-Demand account SugarCRM On-Demand application GroupDocs account Development of GroupDocs GDriveTwo main features of Sugar On-Demand are: All functions relating to the file system are denied....SugarCRM is an open-platform web-based customer relationship management system which has an on-demand cloud platform, Sugar On-Demand. In a previous article, we discussed how to create and use a plugin for SugarCRM, now we will discuss Sugar On-Demand’s features. We will use the GroupDocs GDrive plugin as an example. [caption id=“attachment_3933” align=“alignnone” width=“600” caption=“How to Сreate a Custom GroupDocs Plugin for Sugar On-Demand”] [/caption] Requirements PHP 5.3 SugarCRM On-Demand account SugarCRM On-Demand application GroupDocs account Development of GroupDocs GDriveTwo main features of Sugar On-Demand are: All functions relating to the file system are denied.

    blog.groupdocs.com/total/how-to-create-plugin-f...
  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....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<PdfRootPackage>(); 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.

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