Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 407 for

encoding

(0.52 sec)
  1. Convert to GIS formats with advanced options | ...

    Learn about GisConvertOptions class for GIS file formats (GeoJSON, KML, GPX, TopoJSON) in GroupDocs.Conversion for .NET....GeoJSON extension with topology encoding GML .gml Geography Markup...

    docs.groupdocs.com/conversion/net/convert-to-gi...
  2. Use redaction policies | GroupDocs

    If you have a corporate sensitive data removal policy as a list of redaction rules, you don’t need to specify them in your code. You can specify an XML document with a list of pre-configured redactions. Below is an example of redaction policy XML file (code properties mapping is obvious): RedactionPolicy.xml Encoding="utf-8"?> You can use RedactionPolicy....0" encoding = "utf-8" ?> < redactionPolicy...

    docs.groupdocs.com/redaction/java/use-redaction...
  3. GroupDocs Editor Not Working with Kendo - Free ...

    Hello, I am working with GroupDocs Editor, previously we were using TinyMCE and now going ahead with Kendo as we are already using Kendo Editor in some of our functionalities. There were few errors in TinyMCE as well l…...Encode(Model.HtmlContent))); } catch...convertToHTML(@Html.Raw(Json.Encode(Model.HtmlContent))); } catch...

    forum.groupdocs.com/t/groupdocs-editor-not-work...
  4. Output format and password | GroupDocs

    Following this guide you will learn how to save edited Word document with password or change output document format using GroupDocs.Editor for Java features....binary nature, support file encoding with the password. If such...such document is encoded, it is required to specify a password for...

    docs.groupdocs.com/editor/java/output-format-an...
  5. Working with ZIP archives | GroupDocs

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using the ZipRootPackage.getZipPackage method Read the ZIP archive properties Loop through ZipPackage.getFiles to extract information about the archived files The following code snippet shows how to get metadata from a ZIP archive. advanced_usage.managing_metadata_for_specific_formats.archive.ZipReadNativeMetadataProperties...getUncompressedSize ()); // Use a specific encoding for the file names System...

    docs.groupdocs.com/metadata/java/working-with-z...
  6. Sign document with QR-code signature - advanced...

     This article explains how to sign document with QR-code electronic signatures using extended options with GroupDocs.Signature API...."12345678" ); // setup QRCode encoding type signOptions . setEncodeType...

    docs.groupdocs.com/signature/java/sign-document...
  7. Convert documents for RAG pipelines | GroupDocs

    Prepare PDF, Word, and Excel documents as Markdown for retrieval-augmented generation with LLMs...open ( output_path , "w" , encoding = "utf-8" ) as f : f . write...

    docs.groupdocs.com/markdown/python-net/convert-...
  8. export-text-options.txt

    `` `` `` `Transformer` `Attention-based neural architecture used by most modern LLMs.` `Encoding</Component>` `</KeyComponents>`...

    docs.groupdocs.com/markdown/python-net/_output_...
  9. Edit Markdown Documents | GroupDocs

    This guide demonstrates how to edit the content of Markdown documents/files like common text documents using GroupDocs.Editor for Node.js via Java....images, stored with base64 encoding External images Loading Loading...Images will be stored in base64 encoding within the Markdown document...

    docs.groupdocs.com/editor/nodejs-java/edit-mark...
  10. Sign Document With Secure Custom Metadata Signa...

    id: sign-document-with-secure-custom-metadata-signatures url: signature/net/sign-document-with-secure-custom-metadata-signatures title: Sign document with secure custom Metadata signatures weight: 12 description: “This section contains articles with explanation how to create Metadata electronic signatures and embed into metadata custom object with its serialization and encryption. The examples show how to customize object serialization and encryption.” keywords: productName: GroupDocs.Signature for .NET toc: True hideChildren: False GroupDocs.Signature provides additional features with MetadataSignature class like following ability to embedded custom objects into metadata ability to specify custom objects encryption and serialization ability to collect and populate standard document signatures Here are the steps to embed custom object into Metadata signature with GroupDocs....DocumentSignatureDat (); byte [] bytes = Encoding . UTF8 . GetBytes ( source... DataFactor ); } result = Encoding . UTF8 . GetString ( stream...

    docs.groupdocs.com/signature/net/developer-guid...