Sort Score
Result 10 results
Languages All
Labels All
Results 2,381 - 2,390 of 3,040 for

library

(0.06 sec)
  1. Search Text in HTML Documents | GroupDocs

    id: search-text-in-html-documents url: parser/net/search-text-in-html-documents title: Search text in HTML documents weight: 2 description: “To search a keyword in HTML documents Search(String) method is used. This method returns the collection of SearchResult objects.” keywords: search a keyword, search a keyword in HTML productName: GroupDocs.Parser for .NET hideChildren: False toc: true To search a keyword in HTML documents Search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text....NET library we provide simple, but powerful...

    docs.groupdocs.com/parser/net/developer-guide/a...
  2. Sign document with different Text signature imp...

     This article explains how to sign document with Text electronic signatures using extended options with GroupDocs.Signature API....NET library, we provide simple but powerful...

    docs.groupdocs.com/signature/net/sign-document-...
  3. 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 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....Along with full featured Java library we provide simple, but powerful...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Use Simple Aggregates (Sum, Count, Average) | G...

    Calculate and display aggregate values like sums, counts, and averages from data collections in templates....NET library, we provide simple but powerful...

    docs.groupdocs.com/assembly/net/basic-usage-agg...
  5. Add Conditional Content with If/Else | GroupDocs

    Display content conditionally in templates using if/elseif/else blocks based on data values....NET library, we provide simple but powerful...

    docs.groupdocs.com/assembly/net/basic-usage-con...
  6. Tags on GroupDocs Blog | Document Automation So...

    Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDocs.Water......NET watermark library Add Watermark to Word C# watermark...Detection Legal Documents Python Library Text Compare Text Comparison...

    blog.groupdocs.com/cs/tags/index.xml
  7. Tags on GroupDocs Blog | Document Automation So...

    Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDocs.Water......NET watermark library Add Watermark to Word C# watermark...Compare Legal Documents Python Library Text Compare Text Comparison...

    blog.groupdocs.com/nl/tags/index.xml
  8. Build your first search solution | GroupDocs

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....NET library we provide simple, but powerful...

    docs.groupdocs.com/search/net/build-your-first-...
  9. PDF to PNG conversion issue on CentOS 7 - Free ...

    Hi @Atir_Tahir, I have the same issue, below is the error log that I got from the openShift pod’s logger. ** (process:1): WARNING **: 01:41:03.983: Path conversion requested 8442880 bytes (1280 x 1649). Maximum size is…...did install the libgdiplus library in our environment. vladimir...

    forum.groupdocs.com/t/pdf-to-png-conversion-iss...
  10. Developing Extensions for Google Chrome - Group...

    This article describes how Google Chrome extensions are structured. Also I’ll show you how to create one using the GroupDocs Viewer extension as an example. Google Chrome extensionsIn contrast to developing extensions for FireFox, writing extensions for Google Chrome is a rather simple task. Chrome extensions are archives that contain the manifest file, called manifest.json and other resource files. The manifest file describes a extension’s general information: any pages and scripts it uses, and permissions....HTML elements, using a JQuery library, then adds the generated element...

    blog.groupdocs.com/viewer/developing-extensions...