Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 420 for

regular characters

(0.07 sec)
  1. SyntaxError: numbers out of order in {} quantif...

    The JavaScript exception "numbers out of order in {} quantifier" occurs when a quantifier in a Regular expression uses the {n,m} syntax but m is less than n....occurs when a quantifier in a regular expression uses the {n,m} syntax...Message SyntaxError: Invalid regular expression: /1{2,1}/: numbers...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  2. GroupDocs.Viewer For .NET 3.6.0 Release Notes

    GroupDocs.Viewer For .NET 3.6.0 Release Notes – the latest updates and fixes....improvements and fixes in this regular monthly release. The most notable...contains garbled characters and few characters are merged Bug VIEWERNET-820...

    releases.groupdocs.com/viewer/net/release-notes...
  3. GroupDocs.Metadata for .NET 17.01 Release Notes...

    Note This page contains release notes for GroupDocs.Metadata for .NET 17.01.0 Major Features There are 4 features and 3 enhancements in this Regular monthly release. The most notable are: Ability to update ContentType, ContentStatus, HyperlinkBase SharedDoc properties in PPTX format Load metadata without loading whole PowerPoint document Ability to read ID3 metadata directly in Mp3 format Ability to read page count, Characters count, words count, page size in document formats Ability to recognize file type of the document format (DOCX, DOC, DOT etc) Ability to detect digital signature in document formats Ability to remove all digital signatures in document formats All Changes Key Summary Category METADATANET-1332 Ability to read page count, Characters count, words count, page size in document formats New feature METADATANET-1385 Ability to recognize file type of the document format (DOCX, DOC, DOT etc) New feature METADATANET-1391 Ability to detect digital signature in document formats New feature METADATANET-1392 Ability to remove all digital signatures in document formats New feature METADATANET-417 Ability to update ContentType, ContentStatus, HyperlinkBase SharedDoc properties in PPTX format Enhancement METADATANET-1041 Load metadata without loading whole PowerPoint document Enhancement METADATANET-1401 Ability to read ID3 metadata directly in Mp3 format Enhancement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....and 3 enhancements in this regular monthly release. The most notable...Ability to read page count, characters count, words count, page...

    docs.groupdocs.com/metadata/net/groupdocs-metad...
  4. Adding watermarks to PDF gives font not found e...

    Product Version: GroupDocs.Watermark for NET 20.7.0 OS: Ubuntu 20.04 I’ve installed the Adobe “Source Hans Sans” font to add some Chinese watermark text to a PDF file, however I’m keep getting the FontNotFoundExcepti…...images files, and the Chinese characters correctly rendered, only...images files, and the Chinese characters correctly rendered, only...

    forum.groupdocs.com/t/adding-watermarks-to-pdf-...
  5. GroupDocs.Viewer For .NET 16.10 Release Notes |...

    Note This page contains release notes for GroupDocs.Viewer for .NET 16.10.0. Major Features There are 1 new feature and 8 improvements and fixes in this Regular monthly release. The most notable are: Improved rendering Slides documents by removing embedded audios Improved extracting document information MOBI file format rendering support Fixed rendering of DWG documents which were rendered into small image or into image with dots Full List of Issues Covering all Changes in this Release Key Summary Category VIEWERNET-888 Mobi format support New Feature VIEWERNET-913 Remove embedded audios from presentation Improvement VIEWERNET-942 Invalid rendering of DWG file into Image or HTML Bug VIEWERNET-922 GetDocumentInfo() method is throwing exception Bug VIEWERNET-918 Failed to load XPS file in evaluation mode Bug VIEWERNET-910 Dwg document is rendered into small image....improvements and fixes in this regular monthly release. The most notable...return TextWidth for Japanese characters. Bug Public API and Backward...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  6. JavaScript error reference - JavaScript | MDN

    Below, you'll find a list of errors which are thrown by JavaScript. These errors can be a helpful debugging aid, but the reported problem isn't always immediately clear. The pages below will provide additional details about these errors. Each error is an object based upon the Error object, and has a name and a message....expressions SyntaxError: character class escape cannot be used...used in class range in regular expression SyntaxError: continue...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  7. OpenTypeWeight - GroupDocs.Metadata for Java - ...

    All Classes Packages com.groupdocs.metadata com.groupdocs.metadata.core com.groupdocs.metadata.export com.groupdocs.m......thickness of strokes) of the characters in the font. Values from...weight. Normal The Normal (Regular) weight. SemiBold The Semi-bold...

    apireference.groupdocs.com/metadata/java/com.gr...
  8. GroupDocs.Conversion For .NET 16.12.0 Release N...

    Note This page contains release notes for GroupDocs.Conversion for .NET 16.12.0 Major Features There are 12 new features, improvements and fixes in this Regular monthly release. The most notable are: Conversions from and to Webp format Improved memory handling Improved performance Fixed 5+ bugs Full List of Issues Covering all Changes in this Release Key Summary Category CONVERSIONNET‑1480 Implement conversion from Webp New Feature CONVERSIONNET‑1483 Implement conversion to Webp New Feature CONVERSIONNET‑1485 Use LZW compression for internal tiff compression Improvement CONVERSIONNET‑1484 Improve memory handling Improvement CONVERSIONNET‑1518 Converting to image with set DPI options without setting image width and height is producing invalid image Fix CONVERSIONNET‑1557 HideWordTrackedChanges set to ’true’ but still its showing track chnages and markup Fix CONVERSIONNET‑1564 Exception when loading EPUB in multithread Fix CONVERSIONNET‑1566 Exception when converting DWG to PNG in multithread Fix CONVERSIONNET‑1567 Exception is thrown when resizing specific Pdf file Fix CONVERSIONNET‑1158 Convert to HTML from PDF - Words in Bold Letters are not properly displayed Fix CONVERSIONNET‑845 Pdf to Html conversion formatting issue Fix CONVERSIONNET‑1568 Wrong Characters when saving in HTML Fix Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....improvements and fixes in this regular monthly release. The most notable...CONVERSIONNET‑1568 Wrong characters when saving in HTML Fix Public...

    docs.groupdocs.com/conversion/net/groupdocs-con...
  9. Disjunction: | - JavaScript | MDN

    A disjunction specifies multiple alternatives. Any alternative matching the input causes the entire disjunction to be matched.... Description The | regular expression operator separates...the lowest precedence in a regular expression. If you want to...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  10. Lookahead assertion: (?=...), (?!...) - JavaScr...

    A lookahead assertion "looks ahead": it attempts to match the subsequent input with the given pattern, but it does not consume any of the input — if the match is successful, the current position in the input stays the same.... Description A regular expression generally matches...in this case. Unlike other regular expression operators, there's...

    developer.mozilla.org/en-US/docs/Web/JavaScript...