Sort Score
Result 10 results
Languages All
Labels All
Results 2,621 - 2,630 of 8,347 for

encoding

(0.15 sec)
  1. truetype字体的字形和指标| C++

    C ++ API用于开发人员操纵和字体文件。了解有关如何使用C ++中TTF字体的Glyphs和指标的基础知识。... 14 15 //Get cmap unicode encoding table from font as object...GlyphId > gid = ttfFont -> get_Encoding() -> DecodeToGid(code); 14...

    docs.aspose.com/font/zh/cpp/glyphs-and-metrics-...
  2. Frequently Asked Questions | Aspose.SVG for .NET

    Get quick answers to common questions about Aspose.SVG for .NET. Understand its benefits, functionality, and advanced features....generating, SVG to base64 data encoding, and text vectorizing. These...

    docs.aspose.com/svg/net/faq/
  3. Different File Formats and Conversions|Aspose.S...

    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....0" encoding = "UTF-8" standalone = "yes"...

    docs.aspose.com/slides/cpp/different-file-forma...
  4. Convert PPTX to DOCX in Python or with free Onl...

    PPTX to DOCX conversion in your Python applications without using Microsoft Word or PowerPoint or online. Test free PPTX to DOCX online converter quickly before integrating the code....The format uses XML-based encoding, which allows for more efficient...

    products.aspose.com/total/python-net/conversion...
  5. Load Spreadsheet with GridJs and Flask|Document...

    Step‑by‑step guide to load an Excel spreadsheet using Aspose.Cells GridJs with a Flask backend...."application/json" , headers = { "Content-Encoding" : "gzip" }, ) # ----------...automatically decompresses the gzip‑encoded JSON response from /GridJs/LoadSpreadsheet...

    docs.aspose.com/cells/python-net/aspose-cells-g...
  6. Aspose.PSD for .NET 23.6 - Release Notes|Docume...

    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.... [ 1 ]; string textData = Encoding . GetEncoding ( "Windows-1251"...

    docs.aspose.com/psd/net/aspose-psd-for-net-23-6...
  7. Text Rendering using Type1 Font | .NET

    C# APIs for the developers to manipulate and font files. Learn the fundamentals on how to render Type 1 fonts within .NET products.... Encoding . DecodeToGid (text [ i ]...

    docs.aspose.com/font/net/text-rendering-type1-f...
  8. 通过 C++ 和 Node.js 打开不同格式的文件|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/zh/nodejs-cpp/opening-fil...
  9. truetype字体的字形和指标|Java

    Java API可供开发人员操纵和字体文件。了解如何与Java内TTF字体的字形和指标一起工作的基础。...(metrics); 16 17 //Get cmap unicode encoding table from font as object...

    docs.aspose.com/font/zh/java/glyphs-and-metrics...
  10. 在 Python 中安全加载和转换不可信的 HTML – Aspose.HTML

    学习如何使用 Aspose.HTML for Python via .NET 在 Python 中安全加载和转换不可信的 HTML。包括阻止脚本和外部图像的沙箱示例。...with open (html_path, "w" , encoding = "utf-8" ) as file: 18 file...

    docs.aspose.com/html/zh/python-net/sandboxing/