Sort Score
Result 10 results
Languages All
Labels All
Results 3,991 - 4,000 of 375,713 for

save

(0.1 sec)
  1. Merge PPS Files via C++ | products.aspose.com

    C++ example code to combine PPS documents on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit.... Use Save() method to save at specified path System...e); } // Save the presentation presentation1->Save(outputFilePath...

    products.aspose.com/slides/cpp/merger/pps/
  2. Working with comments in docx4j and Aspose.Word...

    Work with comments within a document easily and fast instead of using docx4j.... save ( dataDir + "Aspose_Comments..."Docx4j_CommentsSample.docx" ; boolean save = ( outputfilepath == null ...

    docs.aspose.com/words/java/working-with-comment...
  3. DocumentBuilder.insert_node method | Aspose.Wor...

    DocumentBuilder.insert_node method. Inserts a node before the cursor.... save ( file_name = ARTIFACTS_DIR...insert_node ( shape ) doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Convert PowerPoint Slides to PNG in C++|Aspose....

    Convert PowerPoint presentations to high-quality PNG images quickly with Aspose.Slides for C++, ensuring precise, automated results....the IImage::Save(String, ImageFormatPtr method to save the slide...index ); slide -> GetImage () -> Save ( fileName , ImageFormat ::...

    docs.aspose.com/slides/cpp/convert-powerpoint-t...
  5. Aspose::Words::Saving::TxtSaveOptions::get_List...

    Aspose::Words::Saving::TxtSaveOptions::get_ListIndentation method. Gets a TxtListIndentation object that specifies how many and which character to use for indentation of list levels. By default, it is zero count of character '\0', that means no indentation in C++....Aspose::Words::Saving::TxtSaveOptions::get_ListIndentation method...SharedPtr < Aspose :: Words :: Saving :: TxtListIndentation > Aspose...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. Working with Connector Type Shape|Documentation

    This section explains how to set Connector Appearance with Aspose.Diagram.... save diagram Set Connector Appearance...StraightLines ); // Saving Visio diagram diagram . Save ( dataDir + ...

    docs.aspose.com/diagram/net/working-with-connec...
  7. Create PDF Document|Aspose.PDF for Java

    Learn how to create PDF file in Aspose.PDF for Java....Paragraph collection of the page Save the resultant PDF document //...World!" )); // Save updated PDF document . save ( "HelloWorld_out...

    docs.aspose.com/pdf/java/create-document/
  8. Deleting PDF Pages programmatically Python|Aspo...

    You can delete pages from your PDF file using Aspose.PDF for Python via .NET library....page 2 from the input PDF and saves the updated document to a new... Call the Document.save() method to save the updated PDF file...

    docs.aspose.com/pdf/python-net/delete-pages/
  9. Remove Pages from PDF using Python | Aspose.PDF

    Remove pages from PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET... Save the output PDF using the Save method. The provided...page from the PDF document. Save the updated PDF document to...

    products.aspose.com/pdf/python-net/pages/remove/
  10. Merge PDF Documents using PHP | Aspose.PDF

    Combine various PDF documents programmatically with PHP sample code using Aspose.PDF for PHP via Java... Save concatenated output file PHP...()); // Save concatenated output file $document1 -> save ( $outputFile...

    products.aspose.com/pdf/php-java/merger/