Sort Score
Result 10 results
Languages All
Labels All
Results 4,871 - 4,880 of 375,721 for

save

(0.92 sec)
  1. Change the Font on just the specific Unicode ch...

    Learn how to change the font of specific Unicode characters while saving to PDF using Aspose.Cells for JavaScript via C++....specific Unicode characters while saving to PDF with JavaScript via...worksheet . autoFitColumns (); // Save to PDF without setting PdfSaveOptions...

    docs.aspose.com/cells/javascript-cpp/change-the...
  2. Developer Guide|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....Different Ways to Open Files Save Save a visio drawing Print Print...

    docs.aspose.com/diagram/net/developer-guide/
  3. Convert HTML to Image in Java – PNG, JPG, BMP, ...

    Convert HTML to Images like JPG, PNG, GIF, TIFF, and BMP using Aspose.HTML for Java. Use 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/
  4. Public API Changes in Aspose.Cells 16.12.0|Docu...

    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....Mediu ); //Save the output excel file wb -> Save ( outputPath...charValue ()); //Save the output excel file wb -> Save ( outputPath...

    docs.aspose.com/cells/go-cpp/public-api-changes...
  5. TxtSaveOptionsBase Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.TxtSaveOptionsBase for enhanced document saving. Customize your text format options for optimal results and efficiency....specifying additional options when saving a document into a text based...learn more, visit the Specify Save Options documentation article...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Rotate, Change the Position and Connect Sub-Sha...

    This section explains how to rotate a visio shape with Aspose.Diagram....SetAngle ( 190 ); // Save diagram diagram . Save ( dataDir + "RotateVisioShape_out...shape to a different location Save the diagram. Change Position...

    docs.aspose.com/diagram/net/rotate-change-the-p...
  7. Scale geometries of a 3D Scene|Documentation

    Developers can scale only geometries of a 3D node or all nodes of 3D Scene. In order to achieve this, developers can call multiple Scale members of the PolygonModifier class instance....01 and save it to another file: Scene scene...Vector3 ( 0 . 01 )); scene . Save ( "scaled-scene.obj" , FileFormat...

    docs.aspose.com/3d/net/scale-geometries-of-a-3d...
  8. Working with Radius of Sphere|Documentation

    Using Aspose.3D for Python via .NET, you can set of get radius of a sphere. In order to get or set radius, you can use Radius property of Sphere class. The following is the code sample to set radius of a sphere.  ...create_child_node ( sphere ) # Save scene scene . save ( "data-dir" + "sphere...

    docs.aspose.com/3d/python-net/working-with-radi...
  9. Convert Image to PPTX in Python | products.aspo...

    Convert Image to PPTX in Python. Use Python library API to convert Image files to PDFs...Presentation from Image file and save it as PPTX. Python code for..., 720 , 540 , image) pres . save( "index.pptx" , slides . export...

    products.aspose.com/slides/python-net/conversio...
  10. Using Text Annotation for PDF via Python|Aspose...

    Aspose.PDF for Python allows you to Add, Get, and Delete Text Annotation from your PDF document.... save ( output_file ) Get Text Annotation...annotations . delete ( ta ) document . save ( output_file ) How to add (or...

    docs.aspose.com/pdf/python-net/text-annotation/