Sort Score
Result 10 results
Languages All
Labels All
Results 6,231 - 6,240 of 11,189 for

encoding

(0.06 sec)
  1. mesh.png

    nonpremultipled deflate 1474 8 8 8 8 PixelInterleaved width=641, height=1474, bitDepth=8, colorType=RGBAlpha, compressionMethod=deflate, filterMethod=adaptive, interlaceMethod=none RGB 8 8 8 8 1474......com, encoding=ISO-8859-1, compression=none...HotSpot(TM) 64-Bit Server VM Default Encoding: GBK Language: en Country:...

    docs.aspose.com/3d/es/net/aspose-3d-document-ob...
  2. MHTML‑bestanden naar verschillende formaten con...

    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....Load ( new MemoryStream ( Encoding . UTF8 . GetBytes ( icsView...Ensure proper encoding var encodedVcfView = Encoding . UTF8 . GetString...

    docs.aspose.com/email/nl/net/converting-between...
  3. Конвертиране на MHTML файлове към различни форм...

    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....Load ( new MemoryStream ( Encoding . UTF8 . GetBytes ( icsView...Ensure proper encoding var encodedVcfView = Encoding . UTF8 . GetString...

    docs.aspose.com/email/bg/net/converting-between...
  4. Архивы

    Архивы...ToString())); byte[] requestData = Encoding.UTF8.GetBytes(encodedParameters);...StreamReader(response.GetResponseStream(), Encoding.ASCII)) responseText = reader...

    blog.aspose.com/ru/email/import-contacts-from-g...
  5. Usando objetos Glyph en la biblioteca Aspose.Fo...

    Los objetos de glifo de la biblioteca Aspose.Font se describen por las propiedades que tienen. Fragmentos de código para codificar glifos con C#....Encoding.DecodeToGid(symbol); 15 Glyph...GetKerningValue(font.Encoding.UnicodeToGid( 'A' ), font.Encoding.UnicodeToGid(...

    docs.aspose.com/font/es/net/developer-guide/usi...
  6. HtmlSaveOptions Class | Aspose.Words för .NET

    Upptäck Aspose.Words.Saving.HtmlSaveOptions för att förbättra dokumentsparandet i HTML-, MHTML-, EPUB-, AZW3- och MOBI-format med anpassningsbara alternativ.... Encoding { get; set; } Anger vilken...Epub ; saveOptions . Encoding = Encoding . UTF8 ; // Som standard...

    reference.aspose.com/words/sv/net/aspose.words....
  7. 記録

    記録...Encoding.DecodeToGid(code); if (gid...code++) { GlyphId gid = font.Encoding.DecodeToGid(code); if (gid...

    blog.aspose.com/ja/font/detect-latin-symbols-su...
  8. The width of the table is compressed after inse...

    When we inserted an HTML table into a table cell by aspose.word 24.09 , the table was compressed and deformed, and the width of the table was not specified in the HTML . the problem of style As shown in the red box belo…...html" ,Encoding.UTF8 ); db.MoveToCell(0, 0...ReadAllText(@"c:\temp\1.html", Encoding.UTF8); builder.MoveToCell(0...

    forum.aspose.com/t/the-width-of-the-table-is-co...
  9. 使用 Python 将矢量图层导出为 CSV

    使用 Python 和 Aspose.GIS SDK 将 GIS 矢量图层导出为 CSV。本分步指南提供完整代码和提取属性表的技巧。...load_geometry=False 打开图层 CSV encoding problems 非 ASCII 字符 在 CsvWriter...UTF‑8 编码 ( CsvWriter(..., encoding='utf-8') ) 始终捕获通用异常,如代码示例所示,以记录详细信息并避免崩溃。...

    blog.aspose.com/zh/gis/export-vector-layer-to-c...
  10. Экспорт задач JIRA в MS Project MPP -файл | Asp...

    Руководство по экспорту проблем из JIRA в файл MPP с использованием API REST и пользовательских преобразователей.... Encoding . RegisterProvider (System...var bytes = System. Text . Encoding . UTF8 . GetBytes (headerValue);...

    docs.aspose.com/tasks/ru/net/convert-jira-to-mpp/