Sort Score
Result 10 results
Languages All
Labels All
Results 9,221 - 9,230 of 369,821 for

save

(0.13 sec)
  1. Convert PDF to Other Document Formats|Aspose.Wo...

    Convert PDF to Word formats such as DOCX, DOC, image formats such as JPG or PNG, or any other formats supported by Aspose using `Python.Words`....(or without options) and then save the document in DOCX format...pdf" , load_options ) doc . save ( "output.docx" ) Q: How can...

    docs.aspose.com/words/python-net/convert-pdf-to...
  2. PdfSaveOptions.ZoomFactor | Aspose.Words for .NET

    Discover PdfSaveOptions' ZoomFactor property to easily adjust document zoom levels in percentages, enhancing your PDF viewing experience....can pass to the document's "Save" method // to modify how that...1/4 of its actual size. doc . Save ( ArtifactsDir + "PdfSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Loading and managing Excel, OpenOffice, JSON, C...

    With Aspose.Cells, it is simple to create, open, and manage Excel, CSV, TSV, ODS, HTML, Numbers, JSON, XML, PDF, JPG, TIFF, Image, MHT, and XPS files using JavaScript via C++...." ; // Save the Excel file and prepare download...link const outputData = wb . save ( SaveFormat . Xlsx ); const...

    docs.aspose.com/cells/javascript-cpp/loading-sa...
  4. SVG to PDF Merge using C++ | Aspose.PDF

    Combine two or more SVG documents into one PDF single file programmatically with C++ sample code using Aspose.PDF for C++...file to new page After the loop save the result Here is an example...Merge SVG files using C++ and save as PDF Example C++: this sample...

    products.aspose.com/pdf/cpp/merger/svg-to-pdf/
  5. XPS to PDF Merge using Java | Aspose.PDF

    Combine two or more XPS documents into one PDF single file programmatically with Java sample code using Aspose.PDF for Java...file to new page After the loop save the result Here is an example...Merge XPS files using Java and save as PDF Example Java: this sample...

    products.aspose.com/pdf/java/merger/xps-to-pdf/
  6. Converting a PDF file to PDFA using Android via...

    Sample code on Java for PDF to PDFA conversion. Use example code for batch PDF to PDFA conversion in Android...PDF using the validate method Save the PDF/A file Here is an example...your PDF file and then simply save it as a PDFA file. You can use...

    products.aspose.com/pdf/android-java/conversion...
  7. Document.ExtractPages | Aspose.Words for .NET

    Discover the Document ExtractPages method to effortlessly retrieve specific page ranges, enhancing your document management and efficiency.... Save ( ArtifactsDir + "Document.ExtractPages...the initial page numbering and save the NUMPAGE field. Document...

    reference.aspose.com/words/net/aspose.words/doc...
  8. Extract Assets from 3MF File Formats via .NET |...

    C# source code to load, render and add extract assets from 3MF documents on .NET Framework, .NET Core, Mono....Call the Extract method and save the file System Requirements...Entities) { if (entity is Mesh) Save((Mesh)entity, node.Name); }...

    products.aspose.com/3d/net/extractor/3mf/
  9. Extract Assets from FBX File Formats via .NET |...

    C# source code to load, render and add extract assets from FBX documents on .NET Framework, .NET Core, Mono....Call the Extract method and save the file System Requirements...Entities) { if (entity is Mesh) Save((Mesh)entity, node.Name); }...

    products.aspose.com/3d/net/extractor/fbx/
  10. Extract Assets from OBJ File Formats via .NET |...

    C# source code to load, render and add extract assets from OBJ documents on .NET Framework, .NET Core, Mono....Call the Extract method and save the file System Requirements...Entities) { if (entity is Mesh) Save((Mesh)entity, node.Name); }...

    products.aspose.com/3d/net/extractor/obj/