Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 2,301 for

encoding

(0.05 sec)
  1. Update QR-code signatures in document | Documen...

    This article explains how to update QR-code electronic signatures with GroupDocs.Signature API....signatures location, size, encode type and textual content. Please...qrCodeSignature . getText ()+ "' and encode type '" + qrCodeSignature ...

    docs.groupdocs.com/signature/java/update-qr-cod...
  2. How to get HTML when using MemoryPageStreamFact...

    Hi @vladimir.litvinchik, Please help us with below code. string returnContent = string.Empty; inputFile.Position = 0; FileType fileType = FileType.FromExtension(fileExtension); LoadOptions loadOptions = new LoadOpt…...you can convert a page using Encoding.UTF8.GetString method. string...ToArray(); returnContent = Encoding.UTF8.GetString(firstPage);...

    forum.groupdocs.com/t/how-to-get-html-when-usin...
  3. EmfImage | GroupDocs.Editor for .NET API Reference

    Represents one vector image in Enhanced metafile format EMF format with its metadata and additional methods...content, represented as base64-encoded string, and with specified...Checks whether specified base64-encoded string is a valid EMF image...

    reference.groupdocs.com/editor/net/groupdocs.ed...
  4. CssText | .NET API 참조용 GroupDocs.Editor

    하나의 CSS 텍스트 리소스를 나타냅니다...원래 encoding 가 있는 바이트 스트림으로 이 텍스트 리소스의 내용을 반환합니다. Encoding { get;...

    reference.groupdocs.com/editor/ko/net/groupdocs...
  5. ID3V2Tag Properties - GroupDocs.Metadata for .N...

    Gets or sets the Album/Movie/Show title. This value is represented by the TALB frame....person or organization that encoded the audio file. This value...audio encoder and its settings when the file was encoded. This...

    apireference.groupdocs.com/metadata/net/groupdo...
  6. Search for embedded and encrypted objects in QR...

     This section explains how to search for embedded electronic signatures into the QR-Code electronic signatures with GroupDocs.Signature API. Also this topic shows the way to customize data serialization and encryption same as provides the class definition with ability to embed it into the QR-Code electronic signature....int auto_Key ; /** * <p> * Encode method to encrypt string. *...Source string to encode. */ public final String encode ( String source...

    docs.groupdocs.com/signature/java/search-embed-...
  7. Implement custom encryption with QR-Code signat...

    This article explains how to implement custom encryption for QR-code electronic signatures....; set ; } /// <summary> /// Encode method to encrypt string. ///...name="source">Source string to encode.</param> /// <returns>Returns...

    docs.groupdocs.com/signature/net/implement-cust...
  8. FontResourceBase Class - GroupDocs.Editor for ....

    Base class for any supported font type as a resource for the HTML document with all its properties...content of this font as base64-encoded string. This value is cached...Content of the font in base64-encoded form, stored in the string...

    apireference.groupdocs.com/editor/net/groupdocs...
  9. DedicatedWorkerGlobalScope - Web APIs | MDN

    Learn about the DedicatedWorkerGlobalScope interface, including its properties and methods, specifications and browser compatibility....rtctransform Fired when an encoded video or audio frame has been...for processing by a WebRTC Encoded Transform . Specifications...

    developer.mozilla.org/en-US/docs/Web/API/Dedica...
  10. Working with String Template | Documentation

    GroupDocs.Assembly API allows you to use a string as input and output template, instead of document. This feature improves programmability while working with strings instead of documents, the resultant output string can be used as per the application needs. Follow these steps to using a string as input and output template: Initialize DocumentAssembler Define sourceString @"«[yourValue]»" Convert sourceString to sourceBytes using Encoding.UTF8.GetBytes(sourceString) GettargetBytes using DocumentAssembler.AssembleDocument() Get targetString using Encoding.UTF8.GetString(targetBytes)...sourceString to sourceBytes using Encoding.UTF8.GetBytes(sourceString)...using Get targetString using Encoding.UTF8.GetString(targetBytes)...

    docs.groupdocs.com/assembly/net/working-with-st...