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

saveoptions

(0.1 sec)
  1. LaTeX to image | Java

    To convert TeX to image formats using Aspose.TeX API solution for Java learn this article that describes how to do this and the code examples.... 4 PngSaveOptions saveOptions = new PngSaveOptions(); 5...access them alternatively. 6 saveOptions. deviceWritesImages ( false...

    docs.aspose.com/tex/java/latex-to-image/
  2. 关于如何将一个Paragraph里shape和groupshape组合 - Free Supp...

    我有一个需求,需要把一个Paragraph里的所有shape和groupshape组合成一个groupshape,然后保存为图片。 我是用了如下代码,但是保存出来的是一个错误的图像。请问如何解决? 代码如下 private static void CombineShapesInParagraph(Paragraph paragraph) { var shapes = paragraph.GetChildNodes(…...Top = minY; var saveOptions = new ImageSaveOptions(SaveFormat..."math_sample", "test.png"), saveOptions); // 将组合后的形状添加回段落 paragraph...

    forum.aspose.com/t/paragraph-shape-groupshape/3...
  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. 如何运行 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-...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. Convert TEXT To PNG Java

    Convert TEXT to PNG format in Java code. Save TEXT as PNG using Java....txt" ); ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...getPageCount(); page++) { saveOptions.setPageSet( new PageSet (page));...

    products.aspose.com/words/java/conversion/text-...