Sort Score
Result 10 results
Languages All
Labels All
Results 3,691 - 3,700 of 7,351 for

encoding

(0.22 sec)
  1. Архивы

    Архивы...Encoding.DecodeToGid(code); if (gid...code++) { GlyphId gid = font.Encoding.DecodeToGid(code); if (gid...

    blog.aspose.com/ru/font/detect-latin-symbols-su...
  2. Архивы

    Архивы... Encoding : Specify the encoding. ExpImageToTempDir...

    blog.aspose.com/ru/cells/convert-excel-to-html-...
  3. Exporter les équations Excel en autres formats ...

    Apprenez comment exporter les équations Excel aux formats LaTeX et MathML en utilisant Aspose.Cells pour Python via .NET....html" , "w" , encoding = "utf-8" ) as f : f . write...open ( output_path , "w" , encoding = "utf-8" ) as file : file...

    docs.aspose.com/cells/fr/python-net/export-equa...
  4. arkiv

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

    blog.aspose.com/sv/font/detect-latin-symbols-su...
  5. 搜索

    搜索...從內存流中獲取文本 extractedText = Encoding.Unicode.GetString(textStream...從內存流中獲取文本 extractedText = Encoding.Unicode.GetString(textStream...

    blog.aspose.com/zh-hant/pdf/convert-pdf-text-cs...
  6. 아카이브

    아카이브...스트림에서 텍스트 가져오기 extractedText = Encoding.Unicode.GetString(textStream...스트림에서 텍스트 가져오기 extractedText = Encoding.Unicode.GetString(textStream...

    blog.aspose.com/ko/pdf/convert-pdf-text-csharp-...
  7. Setting the whole XMP block - Free Support Foru...

    Hi, I need to set the whole XMP block in a PDF. I don't want to set individual fields because that is already handled. There is a method to get the XMP in Aspose.Pdf.Facades.PdfXmpMetadata but I cannot se any way to set…...Encoding.UTF8.GetString(xmpblock));...MemoryStream(); byte[] contentBytes = Encoding.UTF8.GetBytes(xmlContent);...

    forum.aspose.com/t/setting-the-whole-xmp-block/...
  8. Lưu trữ

    Lưu trữ... Encoding : Specify the encoding. ExpImageToTempDir...

    blog.aspose.com/vi/cells/convert-excel-to-html-...
  9. ค้นหา

    ค้นหา...yphId> gid = ttfFont->get_Encoding()->DecodeToGid(code); if (gid...System::SharedPtr<GlyphId> gid = font->get_Encoding()->DecodeToGid(code); if (gid...

    blog.aspose.com/th/font/detect-latin-symbols-in...
  10. How to create a new instance of MapiAttachment ...

    Hi, I am trying to create a new attachment from a string input and add it to an existing MapiMessage in a PST file. I do not see any constructors for MapiAttachment class. Why is it so? How can I add a new attachment…...txt", Encoding.UTF8.GetBytes("This is content...Attachments.Add("MyAttach.txt", Encoding.UTF8.GetBytes("This is content...

    forum.aspose.com/t/how-to-create-a-new-instance...