Sort Score
Result 10 results
Languages All
Labels All
Results 1,631 - 1,640 of 1,932 for

full text search

(0.07 sec)
  1. GroupDocs.Classification for .NET 20.6 Release ...

     ...Search Product Solution GroupDocs...showcase Free Online App Along with full-featured .NET library we provide...

    docs.groupdocs.com/classification/net/groupdocs...
  2. GroupDocs.Viewer for .NET 17.7.0 Release Notes ...

    Note This page contains release notes for GroupDocs.Viewer for .NET 17.7.0. Major Features One new feature and 14 improvements and fixes in this regular monthly release. The most notable are: Added support of rendering PDF document with attachments Extended support for setting font directories for Presentation documents Extended support for setting JpegQuality when rendering SVG as PDF Full List of Issues Covering all Changes in this Release Key Summary Category VIEWERNET-1182 Support rendering PDF documents with attachments New Feature VIEWERNET-1274 Extend support for setting font directories to Presentation documents Improvement VIEWERNET-1255 Extend support for setting JpegQuality when rendering SVG as PDF Improvement VIEWERNET-1250 Improve rendering Microsoft Visio document as HTML Improvement VIEWERNET-1173 Rendering djvu documents with maximum JpegQuality renders contained images with low quality Improvement WEB-2429 PDF with hieroglyphs is converted to the JPEG and HTML with corrupted symbols Bug VIEWERNET-1262 Resource prefix not applied when rendering Presentation documents to HTML Bug VIEWERNET-1252 Watermark not displayed when rendering Microsoft Visio document as HTML Bug VIEWERNET-1251 Multipage Microsoft Visio document shows page count as one Bug VIEWERNET-1220 ViewerConfig....Search Product Solution GroupDocs...JpegQuality when rendering SVG as PDF Full List of Issues Covering all...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  3. Implement custom encryption with Metadata signa...

    This article explains how to implement custom encryption for Metadata electronic signatures....Search Product Solution GroupDocs...CustomXOREncryption (); // setup options with text of signature MetadataSignOptions...

    docs.groupdocs.com/signature/java/implement-cus...
  4. GitHub - ossu/computer-science: 🎓 Path to a fr...

    🎓 Path to a free self-taught education in Computer Science! - ossu/computer-science...that you might find when searching for OSSU. We recommend you...Courses Duration Effort Additional Text / Assignments Prerequisites...

    github.com/ossu/computer-science
  5. GroupDocs.Annotation for .NET 19.1 Release Note...

    Note This page contains release notes for GroupDocs.Annotation for .NET 19.1 Major Features Below is the list of most notable changes in release of GroupDocs.Annotation for .NET 19.1: Fixed bug of impossibility to set the line width on Slides documents Fixed issue with opening protected with password Words and PDF documents Improved performance issues when processing Slides documents Add possibility to cache page previews Added ability to annotate documents of older formats for Slides, Words, Cells (ppt, doc, xls) Added ability to add Text caption for distance annotation for Cells, Diagrams and Slides Refactored logic for getting pages for Slides documents Full List of Issues Covering all Changes in this Release Key Summary Issue Type ANNOTATIONNET-823 Add possibility to cache page previews Feature ANNOTATIONNET-830 Implement possibility to display distance annotation caption for Slides format Feature ANNOTATIONNET-831 Implement possibility to display distance annotation caption for Cells format Feature ANNOTATIONNET-832 Implement possibility to display distance annotation caption for Diagram format Feature ANNOTATIONNET-832 Add supporting processing older format for Slides (....Search Product Solution GroupDocs...doc, xls) Added ability to add text caption for distance annotation...

    docs.groupdocs.com/annotation/net/groupdocs-ann...
  6. font-awesome.css

    /*! * Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */ /* FONT PATH * ---------- */ @font-f......FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing:...fa-fw { width: 1.28571429em; text-align: center; } .fa-ul { padding-left:...

    cms.admin.containerize.com/templates/groupdocs/...
  7. Cascade layers - Learn web development | MDN

    If you understood most of this article, then well done — you're now familiar with the fundamental mechanics of CSS cascade layers. Next up, we'll look at the box model in detail....Skip to main content Skip to search Skip to select language Article...styles, if any). The second has text-decoration and color set by...

    developer.mozilla.org/en-US/docs/Learn/CSS/Buil...
  8. GroupDocs.Viewer for Java 21.11 Release Notes |...

    Features, improvements, and bugs-fixes that are shipped in GroupDocs.Viewer for Java 21.11...Search Product Solution GroupDocs...presentations with shapes and text with 3D effects Rendering archives...

    docs.groupdocs.com/viewer/java/groupdocs-viewer...
  9. IptcApplicationRecordDataSet - GroupDocs.Metada...

    All Classes Packages com.groupdocs.metadata com.groupdocs.metadata.core com.groupdocs.metadata.export com.groupdocs.m......search com.groupdocs.metadata.tagging...used where the object is not text. Category Identifies the subject...

    apireference.groupdocs.com/metadata/java/com.gr...
  10. Parse data from PDF documents | Documentation

    To extract data from PDF documents parseForm and parseByTemplate(Template) methods are used. Both methods return DocumentData object. For details, see Working With Extracted Data. Here are the steps to extract data from PDF Form: Instantiate Parser object for the initial document Call parseForm method and obtain the DocumentData object; Check if data isn’t null (parse form is supported for the document); Iterate over field data to obtain form data. The following example shows the use case when a user fills in PDF form and send it by email (for example)....Search Product Solution GroupDocs...the field data contains the text return fieldData != null &&...

    docs.groupdocs.com/parser/java/parse-data-from-...