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

saveoptions

(0.47 sec)
  1. Გადაიყვანეთ TEXT JPG C#

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

    products.aspose.com/words/ka/net/conversion/tex...
  2. GradientStopCollection Class | Aspose.Words for...

    Explore the Aspose.Words.Drawing.GradientStopCollection class, featuring a robust collection of customizable GradientStop objects for enhanced document design.... OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {..."Shape.GradientStops.docx" , saveOptions ); See Also class GradientStop...

    reference.aspose.com/words/net/aspose.words.dra...
  3. 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...
  4. Გადაიყვანეთ WORD PNG C#

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

    products.aspose.com/words/ka/net/conversion/wor...
  5. 将 Python 格式的 Word 转换为 Excel|Python via .NET 格式的...

    将 PDF 转换为 Excel、将 XML 转换为 Excel、将 DOCX 转换为 Excel Python。使用 Python 将各种格式的文档保存到 XLSX。...docx" ) saveOptions = XlsxSaveOptions () saveOptions . compression_level..."BaseConversions.CompressXlsx.xlsx" , saveOptions ) 也可以看看 文档部分 保护或加密文档 了解有关保护和加密文档的更多信息...

    docs.aspose.com/words/zh/python-net/convert-a-d...
  6. 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...
  7. Rendering Project Data to XAML | Aspose.Tasks D...

    Learn how to render a project as XAML using Aspose.Tasks for Java.... SaveOptions can be used to set the options..."NewProductDev.mpp" ); 2 SaveOptions options = new XamlOptions();...

    docs.aspose.com/tasks/java/rendering-project-da...
  8. Aspose.Words.Document.Save fails in .NET global...

    Aspose.Words 24.7 cannot be used by a .NET 8 Core API Website in globalization-invariant mode, because somewhere in the Aspose source code they have hard-coded the culture en-nz and try switching to it. Here the proof: S…...d(Stream d, String v, SaveOptions c) at Aspose.Words.Document...Save(Stream stream, SaveOptions saveOptions) at Odis.Fusion.Interop...

    forum.aspose.com/t/aspose-words-document-save-f...
  9. TextBox Is Not Rendered Correctly When Converti...

    We have a PowerPoint presentation with several text boxes that aren’t converting correctly to PDF. In some cases, the text wraps and displays outside the bounding box. I’ve attached both the PowerPoint and the converted…...Presentation(inputFile)) { PdfOptions saveOptions = new PdfOptions { EmbedFullFonts...Slides.Export.SaveFormat.Pdf, saveOptions); results = "SUCCESS"; }...

    forum.aspose.com/t/textbox-is-not-rendered-corr...
  10. Save Presentations in C++|Aspose.Slides Documen...

    Discover how to save presentations in C++ using Aspose.Slides—export to PowerPoint or OpenDocument while retaining layouts, fonts and effects....interface and the abstract SaveOptions class. Assign an IProgressCallback..., progress ); } }; auto saveOptions = MakeObject < PdfOptions...

    docs.aspose.com/slides/cpp/save-presentation/