Sort Score
Result 10 results
Languages All
Labels All
Results 3,441 - 3,450 of 368,034 for

save

(0.5 sec)
  1. Convert XLSM to POWERPOINT with C++ or with fre...

    Convert XLSM to POWERPOINT within C++ applications or online. Test free CSV to DOC online converter quickly before integrating the code....reference Save the document to PPTX format using Save member function..."sourceFile.xlsm" ); // save XLSM as PDF wkb -> Save ( u "pdfOutput.pdf"...

    products.aspose.com/total/cpp/conversion/xlsm-t...
  2. Convert XLT to WORD with C++ or with free Onlin...

    Convert XLT to WORD within C++ applications or online. Test free CSV to DOC online converter quickly before integrating the code....reference Save the document to DOC format using Save member function..."sourceFile.xlt" ); // save XLT as PDF wkb -> Save ( u "pdfOutput.pdf"...

    products.aspose.com/total/cpp/conversion/xlt-to...
  3. Convert XLTM to WORD with C++ or with free Onli...

    Convert XLTM to WORD within C++ applications or online. Test free CSV to DOC online converter quickly before integrating the code....reference Save the document to DOC format using Save member function..."sourceFile.xltm" ); // save XLTM as PDF wkb -> Save ( u "pdfOutput.pdf"...

    products.aspose.com/total/cpp/conversion/xltm-t...
  4. Convert EXCEL to PPTX with C++ or with free Onl...

    Convert EXCEL to PPTX within C++ applications or online. Test free CSV to DOC online converter quickly before integrating the code....reference Save the document to PPTX format using Save member function..."sourceFile.csv" ); // save EXCEL as PDF wkb -> Save ( u "pdfOutput.pdf"...

    products.aspose.com/total/cpp/conversion/excel-...
  5. Convert EXCEL to WORD with C++ or with free Onl...

    Convert EXCEL to WORD within C++ applications or online. Test free CSV to DOC online converter quickly before integrating the code....reference Save the document to DOC format using Save member function..."sourceFile.csv" ); // save EXCEL as PDF wkb -> Save ( u "pdfOutput.pdf"...

    products.aspose.com/total/cpp/conversion/excel-...
  6. Working with Projects in C++ | Aspose.Tasks Doc...

    This guide explains how to create and Save project files using Aspose.Tasks for C++ without Microsoft Office dependencies....Tasks saves you time and effort by giving...well as project behavior. The Save method offered by this class...

    docs.aspose.com/tasks/cpp/creating-and-saving/
  7. Create Scene with Primitive 3D Shapes|Documenta...

    Aspose.3D for Node.js via Java API has support of primitive 3D shapes. All parameterized primitives will be converted to mesh automatically while saving in any supported output file format....to mesh automatically while saving in any supported output file...with primitive 3D shapes and save in the OBJ file. var aspose...

    docs.aspose.com/3d/nodejs-java/create-scene-wit...
  8. 操作 3D 场景的自定义属性|Documentation

    开发人员可以添加、检索和删除 3D 对象的自定义属性。3D 对象的RemoveProperty、GetProperty、SetProperty成员是一组用于操作对象的自定义属性的常用方法。...( property ); // save 3D scene scene . Save ( "test.fbx" , FileFormat...FileFormat . FBX7400ASCII ); scene . Save ( "test.gltf" , new GLTFSaveOptions...

    docs.aspose.com/3d/zh/net/manipulate-custom-pro...
  9. Optimize Image Management in Presentations in ....

    Streamline image management in PowerPoint and OpenDocument with Aspose.Slides for .NET, optimizing performance and automating your workflow.... Save ( "pres.pptx" , SaveFormat ...100 , 100 , image ); pres . Save ( "pres.pptx" , SaveFormat ...

    docs.aspose.com/slides/net/image/
  10. PDF to JPEG Merge using C++ | Aspose.PDF

    Combine two or more PDF documents into one JPEG 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 PDF files using C++ and save as JPEG Example C++: this sample...

    products.aspose.com/pdf/cpp/merger/pdf-to-jpeg/