Sort Score
Result 10 results
Languages All
Labels All
Results 1,481 - 1,490 of 32,698 for

saveoptions

(0.17 sec)
  1. Aspose::Words::Saving::HtmlFixedSaveOptions::ge...

    Aspose::Words::Saving::HtmlFixedSaveoptions::get_Encoding method. Specifies the encoding to use when exporting to HTML. Default value is new UTF8Encoding(true) (UTF-8 with BOM) in C++....encoding, // we can use a SaveOptions object to set a specific...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Გადაიყვანეთ DOC JPG C#

    გადაიყვანეთ DOC JPG C# ფორმატში კოდით. შეინახეთ DOC როგორც JPG C#....doc" ); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/ka/net/conversion/doc...
  3. Გადაიყვანეთ PDF JPG C#

    გადაიყვანეთ PDF JPG C# ფორმატში კოდით. შეინახეთ PDF როგორც JPG C#....pdf" ); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/ka/net/conversion/pdf...
  4. Გადაიყვანეთ TEXT Გამოსახულება C#

    გადაიყვანეთ TEXT Გამოსახულება C# ფორმატში კოდით. შეინახეთ TEXT როგორც Გამოსახულება C#....txt" ); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/ka/net/conversion/tex...
  5. Გადაიყვანეთ PDF BMP C#

    გადაიყვანეთ PDF BMP C# ფორმატში კოდით. შეინახეთ PDF როგორც BMP C#....pdf" ); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/ka/net/conversion/pdf...
  6. Გადაიყვანეთ WORD Გამოსახულება C#

    გადაიყვანეთ WORD Გამოსახულება C# ფორმატში კოდით. შეინახეთ WORD როგორც Გამოსახულება C#....docx" ); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/ka/net/conversion/wor...
  7. Გადაიყვანეთ TEXT SVG C#

    გადაიყვანეთ TEXT SVG C# ფორმატში კოდით. შეინახეთ TEXT როგორც SVG C#....txt" ); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/ka/net/conversion/tex...
  8. Გადაიყვანეთ WORD JPG C#

    გადაიყვანეთ WORD JPG C# ფორმატში კოდით. შეინახეთ WORD როგორც JPG C#....docx" ); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/ka/net/conversion/wor...
  9. Excel Table Missing Column in HTML output - Fre...

    Dear Aspose. As you can see from example. When table in the sheet is printed as a range, then the column Size (Size) is not printed. Attaching image demonstrating the difference in output: Bug-1313955-Missing-Column-…...xlsx"); HtmlSaveOptions saveOptions = new HtmlSaveOptions { ...workbook.Save("output.html", saveOptions); } } Make sure to adjust...

    forum.aspose.com/t/excel-table-missing-column-i...
  10. Keeping the header and the footer when saving a...

    Hello, I’ve tried to save a xlsx file in html, but I’ve lost the header and the footer in the output file. I think it’s the normal functionality of excel but just to be sur do you have a way to keep the header dans foo…...xlsx"); HtmlSaveOptions saveOptions = new HtmlSaveOptions(SaveFormat...workbook.Save("output.html", saveOptions);...

    forum.aspose.com/t/keeping-the-header-and-the-f...