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

saveoptions

(0.1 sec)
  1. XpsSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.XpsSaveoptions for enhanced document saving in XPS format. Customize settings for optimal output and quality.... XpsSaveOptions saveOptions = new XpsSaveOptions ();...(); Assert . That ( saveOptions . SaveFormat , Is . EqualTo ( SaveFormat...

    reference.aspose.com/words/net/aspose.words.sav...
  2. 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...
  3. Export 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.... Save ( FilePath , SaveOptions . DefaultMsg ); Download...

    docs.aspose.com/email/net/export-email/
  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. FontSavingArgs | Aspose.Words for Java

    Provides data for the IFontSavingCallback.fontSavingcom.aspose.words.FontSavingArgs event 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...
  7. How to Convert MPP to SVG using C#

    This simple article provides details about how to convert MPP to SVG using C#. You can transform a MPP file to SVG using C# with the help of well defined steps and sample code containing a few lines of code only....to convert to SVG Set the SaveOptions options to set the output...disk and then using the SaveOptions class different options are...

    kb.aspose.com/tasks/net/how-to-convert-mpp-to-s...
  8. Convert PDF To GIF C#

    Convert PDF to GIF format in C# code. Save PDF as GIF 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 HTML To SVG C#

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

    products.aspose.com/words/net/conversion/html-t...
  10. Convert HTML To Image Java

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

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