Sort Score
Result 10 results
Languages All
Labels All
Results 3,391 - 3,400 of 4,309 for

values

(0.09 sec)
  1. Work with Search Results using C#

    Learn how to work with search results using C# efficiently. Discover method to retrieve search results in C# and manage search reports for optimized performance....critical for maximizing the value of indexed data. This process...

    kb.groupdocs.com/search/net/work-with-search-re...
  2. Online Document Storage Features

    There’s more to GroupDocs than online document storage. Saying that, we realize that one of the reasons that you’re interested in GroupDocs is the storage feature. So what’s document storage all about and what should you look for when choosing a online storage service? 1. Storage Space The first thing to consider is what you want to store and how much space you’ll need. Documents differ in size and it can be difficult to estimate document sizes.... The true value of GroupDocs is in the applications...

    blog.groupdocs.com/total/online-document-storag...
  3. Render Outlook data files as HTML, PDF, and ima...

    This topic describes how to use the GroupDocs.Viewer Java API to convert Outlook data files (PST and OST) to HTML, PDF, PNG, and JPEG formats.... The default property value is 50 . Set this property to...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/viewer/java/render-outlook-d...
  4. Working with metadata in Presentations | Docume...

    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....( "customProperty1" , "some value" ); root . getDocumentPropertie...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Java'da JPEG, PNG, TIFF ve WebP Resimlerinin EX...

    Java'da görüntülerin EXIF meta verilerini işleyin. JPG/JPEG, PNG, WebP veya diğer görüntülerin EXIF verilerini Java API kullanarak programlı olarak ayıklayın, güncelleyin, ekleyin veya kaldırın.... // Update/Set new values in EXIF Data (EXIF Package...getExifPackage(); // Setting the desired values in EXIF Package and EXIF IFD...

    blog.groupdocs.com/tr/metadata/handle-exif-data...
  6. Verwerk EXIF-gegevens van JPEG-, PNG-, TIFF- en...

    Manipuleer EXIF-metadata van afbeeldingen in Java. EXIF-gegevens van JPG/JPEG-, PNG-, WebP- of andere afbeeldingen programmatisch extraheren, bijwerken, toevoegen of verwijderen met Java API.... // Update/Set new values in EXIF Data (EXIF Package...getExifPackage(); // Setting the desired values in EXIF Package and EXIF IFD...

    blog.groupdocs.com/nl/metadata/handle-exif-data...
  7. Створення мозаїчних водяних знаків - підвищення...

    Відкрийте для себе методи створення мозаїчних водяних знаків для документів за допомогою C#, Java і Node.js. Підвищте безпеку своїх документів за допомогою цього покрокового посібника....Percent, Value = 12 }, WatermarkSpacing = new...= TileMeasureType.Percent, Value = 10 } }; // Встановити властивості...

    blog.groupdocs.com/uk/watermark/generate-tiling...
  8. Extract data from attachments and ZIP archives ...

    This article shows how to extract data (text, images, PDF forms) from ZIP-archived documents with GroupDocs.Parser.... We value your opinion. Your feedback...

    docs.groupdocs.com/parser/net/extract-data-from...
  9. Alias dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Alias dictionary.... We value your opinion. Your feedback...

    docs.groupdocs.com/search/net/alias-dictionary/
  10. OCR support | Documentation

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options.... We value your opinion. Your feedback...

    docs.groupdocs.com/search/java/ocr-support/