Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 369,781 for

save

(0.17 sec)
  1. How to Set Print Area with Python.NET|Documenta...

    Learn how to set and clear print areas in Excel files using Aspose.Cells for Python via .NET....content neatly across pages Save Resources: Reduce paper/ink...area using cell‑range notation Save the modified workbook # Sample...

    docs.aspose.com/cells/python-net/how-to-set-pri...
  2. Aspose::Words::Saving::SaveOutputParameters::ge...

    Aspose::Words::Saving::SaveOutputParameters::get_ContentType method. Returns the Content-Type string (Internet Media Type) that identifies the type of the Saved document in C++....Aspose::Words::Saving::SaveOutputParameters::get_ContentType...identifies the type of the saved document. System :: String Aspose...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. Convert Document to HTML|Aspose.Words for Java

    Convert a document in any supported format to HTML easily and fast instead of using docx4j in Java....Words, simply invoke the save()}}method of {{Document class...dataDir + "document.doc" ); doc . save ( dataDir + "html/Aspose_DocToHTML...

    docs.aspose.com/words/java/convert-document-to-...
  4. 通过C++用JavaScript保存为ODF 1.1、1.2和1.3|Documentation

    使用Aspose.Cells for JavaScript通过C++将Excel转换为ODF 1.1、1.2和1.3规格...Cells ODS Save Example </ title > </ head >...body > < h1 > Aspose.Cells ODS Save Example </ h1 > < input type...

    docs.aspose.com/cells/zh/javascript-cpp/save-od...
  5. PdfFileMend Class|Aspose.PDF for Java

    Learn how to use the PDFFileMend class in Java to mend and repair PDF files using Aspose.PDF....10 , 750 ); // save the output file mender . Save ( _dataDir +...ByWords ; // save the output file mender . Save ( _dataDir +...

    docs.aspose.com/pdf/java/pdffilemend-class/
  6. Hello World in Ruby|Aspose.Words for Java

    Write 'Hello' to a Word Document using Ruby....\ # Save the document in DOCX format. The format to save as is... \ # Aspose.Words supports saving any document in many more formats...

    docs.aspose.com/words/java/hello-world-in-ruby/
  7. Public API Changes in Aspose.Diagram 5.9.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.... Save Resultant HTML to a Stream The new save method has... the stream object and the saving file format. Example code:...

    docs.aspose.com/diagram/java/public-api-changes...
  8. Add Pages to PDF using Python | Aspose.PDF

    Add PDF pages to your document programmatically with Python sample code using Aspose.PDF for Python for .NET... Save the output PDF using the Save method. Insert...insert ( 2 ) # Save output file document . save ( path_outfile...

    products.aspose.com/pdf/python-net/pages/add/
  9. Aspose::Words::Drawing::Fill::SetImage method |...

    Aspose::Words::Drawing::Fill::SetImage method. Changes the fill type to single image in C++....jpg" ); doc -> Save ( get_ArtifactsDir () + u "Shape...() + u "Logo.jpg" )); doc -> Save ( get_ArtifactsDir () + u "Shape...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Extract Images from PDF Python | Aspose.PDF

    Extract images from PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET... Save output image. Save updated PDF file. Extract...output_image , "w" ) # Save output image xImage . save ( output_image...

    products.aspose.com/pdf/python-net/images/extract/