Sort Score
Result 10 results
Languages All
Labels All
Results 6,281 - 6,290 of 10,804 for

encoding

(0.67 sec)
  1. Архів

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

    blog.aspose.com/uk/email/create-update-or-delet...
  2. Archivo

    Archivo...ToString())); byte[] requestData = Encoding.UTF8.GetBytes(encodedParameters);...StreamReader(response.GetResponseStream(), Encoding.ASCII)) responseText = reader...

    blog.aspose.com/es/email/create-update-or-delet...
  3. Архивы

    Архивы...(MemoryStream ms = new MemoryStream(Encoding.UTF8.GetBytes(File.ReadAllText(fileName))))...

    blog.aspose.com/ru/pdf/memorystream-file-pdf-cs...
  4. Archivo

    Archivo...(MemoryStream ms = new MemoryStream(Encoding.UTF8.GetBytes(File.ReadAllText(fileName))))...

    blog.aspose.com/es/pdf/memorystream-file-pdf-cs...
  5. arkiv

    arkiv...(MemoryStream ms = new MemoryStream(Encoding.UTF8.GetBytes(File.ReadAllText(fileName))))...

    blog.aspose.com/sv/pdf/memorystream-file-pdf-cs...
  6. Архів

    Архів...encoding = "utf-8" # Укажіть, на які...

    blog.aspose.com/uk/words/convert-word-document-...
  7. JsonDataSource Initialization Extremely Slow wi...

    I’m using the LINQ Reporting Engine in Aspose.Words and passing a large JSON structure (~18,000 tokens) as the data source. Currently, I’m instantiating the data source like this: var dataSource = new JsonDataSource(n…...JsonDataSource(new MemoryStream(encoding.GetBytes(input.ToString()))...

    forum.aspose.com/t/jsondatasource-initializatio...
  8. Trabalhando com Contatos do Outlook|Documentation

    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....fromVCard(String, Encoding) Renderizando Informações...

    docs.aspose.com/email/pt/java/trabalhando-com-c...
  9. Exception converting html triple nested bullets...

    Exception converting html triple nested bullets to PDF using LINUX Aspose.Pdf (Aspose.PDF.Drawing 25.9.0) I was able to reproduce the problem with this simple html: <ul><li>one<ul><li>two<ul><li>three</li></ul></li><…...Document(new MemoryStream(Encoding.UTF8.GetBytes(html)), loadOptions);...

    forum.aspose.com/t/exception-converting-html-tr...
  10. Convert HTML to PDF in C# using Aspose.PDF | sl...

    Hi, we are using the latest ASPOSE library for C # Net Core. We need to convert small and large html files to pdf with the addition of stamps. Unfortunately, when converting large files, a lot of RAM is eaten up, and thi…...Document(new MemoryStream(Encoding.UTF8.GetBytes(html)), htmlOptions);...

    forum.aspose.com/t/convert-html-to-pdf-in-c-usi...