Sort Score
Result 10 results
Languages All
Labels All
Results 9,471 - 9,480 of 9,843 for

encoding

(0.49 sec)
  1. Azure AD‑Einrichtung & Microsoft Graph‑Authenti...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... encode ( value , StandardCharsets...

    docs.aspose.com/email/de/java/microsoft-graph-a...
  2. Chercher

    chercher...contrôle des stocks car il peut encoder des données alphanumériques...

    blog.aspose.com/fr/barcode/aspose-barcode-reade...
  3. 搜索

    搜索...BodyEncoding = Encoding.ASCII; // 以 EML/EMLX/MSG/MHTML...

    blog.aspose.com/zh-hant/email/create-send-outlo...
  4. Reading Low-Resolution Barcode|Documentation

    Learn how to read low-resolution barcodes in Aspose.BarCode for Java using QualitySettings and X-dimension hints.... All images encode the same payload text, so you...

    docs.aspose.com/barcode/java/developer-guide/ba...
  5. Конвертировать HTML в Markdown – Aspose.HTML fo...

    Конвертируйте HTML в Markdown с помощью библиотеки Aspose.HTML for Python via .NET. Изучите сценарии преобразования HTML в MD на примерах Python....html" , "w" , encoding = "utf-8" ) as f: 11 f. write...

    docs.aspose.com/html/ru/python-net/convert-html...
  6. TrueTypeフォントのグリフとメトリック| Java

    開発者がファイルを操作してフォントするためのJava API。 Java内のTTFフォントのグリフとメトリックを使用する方法に関する基本を学びます。...(metrics); 16 17 //Get cmap unicode encoding table from font as object...

    docs.aspose.com/font/ja/java/glyphs-and-metrics...
  7. What's new in Aspose.Cells for .NET|Documentation

    Aspose.Cells for .NET expands and enhances daily. On this page, you can learn about the huge and most interesting features of the product....soruce Support reading base64 encoded images and link reference definitions...

    docs.aspose.com/cells/net/what-s-new-in-aspose-...
  8. Node.jsを介してC++で異なるフォーマットのファイルを開く|Documentation

    Aspose.Cells for Node.js via C++ APIは、XLSX、HTML、CSV、ODS、TSV、SXC、FODSなどのさまざまなフォーマットを開く/読み取ることを可能にします。...setSeparator ( "," ); // Specify the encoding type txtLoadOptions . setEncoding...

    docs.aspose.com/cells/ja/nodejs-cpp/opening-fil...
  9. ¿Qué es el archivo XPS? | Base de conocimientos

    XPS como uno de los lenguajes PDL se explica en este artículo. Además, esta página responde brevemente a la pregunta "¿XPS qué es?"...0" encoding="utf-8"?> <Types xmlns="http://schemas...Boleto. <?xml version="1.0" encoding="UTF-8"?> <psf:PrintTicket...

    docs.aspose.com/page/es/net/what-is-xps-file/
  10. Tif to jpg - Free Support Forum - aspose.com

    感谢您的查看和帮助! Tif转JPG,属性里面有下面的属性,我不希望有这些数据,如何删除? 分辨率单位:2 颜色表示:sRGB 我在 tiffFrame.Save(jpgFilePath, jpgOptions);后加了一个RemoveSpecificMetadata方法用来删除分辨率单位:2、颜色表示:sRGB可以实现需求,但是文件流保存了两次,影响性能,是否可以在 tiffFrame.Save(jpgFilePath, jp…...配置JPG编码器:指定输出格式为JPG,设置编码参数 var encoder = new JpegEncoder { // 编码质量:由外部传入(已做范围修正)...imageSharp.Save(filePath, encoder); } catch (Exception ex) {...

    forum.aspose.com/t/tif-to-jpg/324175