Sort Score
Result 10 results
Languages All
Labels All
Results 1,511 - 1,520 of 33,600 for

saveoptions

(0.12 sec)
  1. 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...
  2. 如何运行 Aspose.Email|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....eml" , SaveOptions . DefaultEml ); // Save email...eml . Save ( "my.msg" , SaveOptions . DefaultMsgUnicode ); }...

    docs.aspose.com/email/zh/net/how-to-run-aspose-...
  3. 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...
  4. Avoid Blank Page in Output PDF when there is No...

    Learn how to avoid blank pages in output PDF when there is nothing to print using Aspose.Cells for JavaScript via C++....String fileName , SaveOptions saveOptions ) Add PDF Bookmarks...

    docs.aspose.com/cells/javascript-cpp/avoid-blan...
  5. IFontSavingCallback | Aspose.Words for Java

    Implement this interface if you want to receive notifications and control how Aspose.Words saves fonts when exporting a document to HTML format in Java....docx"); // Configure a SaveOptions object to export fonts to..."Rendering.docx"); // Configure a SaveOptions object to export fonts to...

    reference.aspose.com/words/java/com.aspose.word...
  6. Convert PDF To JPG C#

    Convert PDF to JPG format in C# code. Save PDF as JPG using C#....pdf" ); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/net/conversion/pdf-to...
  7. Convert PDF To BMP C#

    Convert PDF to BMP format in C# code. Save PDF as BMP using C#....pdf" ); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/net/conversion/pdf-to...
  8. Convert DOC To Image C#

    Convert DOC to Image format in C# code. Save DOC as Image using C#....doc" ); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/net/conversion/doc-to...
  9. DocSaveOptions.always_compress_metafiles proper...

    DocSaveoptions.always_compress_metafiles property. When ``False``, small metafiles are not compressed for performance reason...# We can set a flag in a SaveOptions object to compress every...

    reference.aspose.com/words/python-net/aspose.wo...
  10. DocSaveOptions.save_picture_bullet property | A...

    DocSaveoptions.save_picture_bullet property. When ``False``, PictureBullet data is not saved to output document...By setting a flag in the SaveOptions object, # we can convert...

    reference.aspose.com/words/python-net/aspose.wo...