Sort Score
Result 10 results
Languages All
Labels All
Results 1,461 - 1,470 of 38,273 for

save

(0.07 sec)
  1. FixedPageSaveOptions.OptimizeOutput | Aspose.Wo...

    Enhance your document output with FixedPageSaveOptions' OptimizeOutput property. Remove redundancies and improve formatting for clearer displays....optimize document objects while saving to xps. Document doc = new...object to pass to the document's "Save" method // to modify how that...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Convert HTML to Image in Java – PNG, JPG, BMP, ...

    Convert HTML to Images like JPG, PNG, GIF, TIFF, and BMP using Java library. Use Converter and ImageSaveOptions for precise and customizable outputs....the converted image will be saved. Convert HTML to JPG The JPG...outputPath) method of the class to save HTML as a JPG image. The following...

    docs.aspose.com/html/java/convert-html-to-image/
  3. Customize Barcode Text and Captions in C#|Docum...

    How to Set Barcode Text and Captions in Aspose.BarCode for .NET... Save ( $"{path}CodetextHide.png"...CodeLocation . Above ; gen . Save ( $"{path}CodetextLocationAbov...

    docs.aspose.com/barcode/net/set-barcode-text/
  4. How to Convert HTML to PDF using Java

    This article guides on how to convert HTML to PDF using Java. It has a list of steps to write the application, the configuration details, and a runnable sample code to export HTML to PDF using Java....object with the above options Save the output PDF file converted...steps summarize the process to save HTML as PDF using Java . Firstly...

    kb.aspose.com/pdf/java/how-to-convert-html-to-p...
  5. How to Convert FBX File to OBJ in Java

    This short tutorial guides on how to convert FBX file to OBJ in Java. You can develop FBX to OBJ converter in Java using any of the common operating systems like Windows, Linux and macOS....source FBX file and then simply saving it by using the desired output...function of the Scene class Save the loaded FBX file as OBJ using...

    kb.aspose.com/3d/java/how-to-convert-fbx-to-obj...
  6. How to Create PowerPoint Presentation using Java

    In this tutorial, you will learn, how to create PowerPoint presentation using Java in MS Windows, macOS, or Ubuntu. The code sample in Java create PowerPoint presentation with no dependence on MS PowerPoint....the text related properties Save the presentation on the disk...before saving the presentation on the disk using the save method...

    kb.aspose.com/slides/java/how-to-create-powerpo...
  7. How to Convert Outlook Email to Word using C#

    In this easy tutorial, we will learn how to convert Outlook Email to Word using C#. You will see that in order to export Email to Word C# based API can be used. You can use this application in any of the .NET configured environments in operating systems like Windows, macOS, or Linux....MSG or EML format email file Save the loaded Email (EML/MSG) file...the previous step By using the Save method in C# EML to Word conversion...

    kb.aspose.com/email/net/how-to-convert-outlook-...
  8. Manage Slide Show|Aspose.Slides Documentation

    Manage slide show settings in PowerPoint presentations using C#... Save ( "output.pptx" , SaveFormat...Loop = true ; presentation . Save ( "output.pptx" , SaveFormat...

    docs.aspose.com/slides/net/manage-slide-show/
  9. PdfSaveOptions.DmlEffectsRenderingMode | Aspose...

    Discover the PdfSaveOptions DmlEffectsRenderingMode property to control the rendering of DrawingML effects for enhanced PDF output quality....effects in a document as we save it to PDF. Document doc = new...can pass to the document's "Save" method // to modify how that...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Efficiently Merge PowerPoint Presentations (PPT...

    Learn to merge or combine PowerPoint presentations in C# or .NET effortlessly.... Save ( "combined.pptx" , SaveFormat...allowCloneMissingLay : true ); } pres1 . Save ( "combined.pptx" , SaveFormat...

    docs.aspose.com/slides/net/merge-presentation/