Sort Score
Result 10 results
Languages All
Labels All
Results 5,851 - 5,860 of 369,861 for

save

(0.17 sec)
  1. Public API Changes in Aspose.PDF for Java 9.5.0...

    Learn about the public API changes in Aspose.PDF for Java version 9.5.0 for improved functionality and better compatibility.... save ( "37017-1.pdf" ); ReplaceAdjustment...(). add ( ellipse1 ); doc . save ( outFile ); Path class was...

    docs.aspose.com/pdf/java/public-api-changes-in-...
  2. Გადაიყვანეთ WORD PDF C++

    გადაიყვანეთ WORD PDF C++ ფორმატში კოდით. შეინახეთ WORD როგორც PDF C++....გამომავალი ფაილისკენ და გამოიყენოთ Save() მეთოდი შედეგის PDF სახით შესანახად...<Document>( u"Input.docx" ); doc-> Save ( u"Output.pdf" ); using namespace...

    products.aspose.com/words/ka/cpp/conversion/wor...
  3. Გადაიყვანეთ WORD MARKDOWN C++

    გადაიყვანეთ WORD MARKDOWN C++ ფორმატში კოდით. შეინახეთ WORD როგორც MARKDOWN C++....გამომავალი ფაილისკენ და გამოიყენოთ Save() მეთოდი შედეგის Markdown სახით...<Document>( u"Input.docx" ); doc-> Save ( u"Output.md" ); using namespace...

    products.aspose.com/words/ka/cpp/conversion/wor...
  4. Გადაიყვანეთ DOC TXT C++

    გადაიყვანეთ DOC TXT C++ ფორმატში კოდით. შეინახეთ DOC როგორც TXT C++....გამომავალი ფაილისკენ და გამოიყენოთ Save() მეთოდი შედეგის TXT სახით შესანახად...<Document>( u"Input.doc" ); doc-> Save ( u"Output.txt" ); using namespace...

    products.aspose.com/words/ka/cpp/conversion/doc...
  5. Გადაიყვანეთ WORD XPS C++

    გადაიყვანეთ WORD XPS C++ ფორმატში კოდით. შეინახეთ WORD როგორც XPS C++....გამომავალი ფაილისკენ და გამოიყენოთ Save() მეთოდი შედეგის XPS სახით შესანახად...<Document>( u"Input.docx" ); doc-> Save ( u"Output.xps" ); using namespace...

    products.aspose.com/words/ka/cpp/conversion/wor...
  6. Formatting PDF Document|Aspose.PDF for Java

    Format the PDF Document with Aspose.PDF for Java. Use the next code snippet to resolve your tasks.... Save the updated PDF file using the Save method. Properties...UseThumbs ); // Save updated PDF file pdfDocument . save ( _dataDir...

    docs.aspose.com/pdf/java/formatting-pdf-document/
  7. Extract Assets from ASE File Formats via Java |...

    Sample Java extract assets code for ASE file. Use this example code to extract assets from ASE file within any Web or Desktop Java based application....Call the Extract method and save the file System Requirements...if (entity instanceof Mesh){ Save((Mesh)entity, node.getName());...

    products.aspose.com/3d/java/extractor/ase/
  8. Extract Assets from DRC File Formats via Java |...

    Sample Java extract assets code for DRC file. Use this example code to extract assets from DRC file within any Web or Desktop Java based application....Call the Extract method and save the file System Requirements...if (entity instanceof Mesh){ Save((Mesh)entity, node.getName());...

    products.aspose.com/3d/java/extractor/drc/
  9. OutlineOptions Class | Aspose.Words for .NET

    Discover the Aspose.Words.Saving.OutlineOptions class to customize your document's outline settings for enhanced organization and clarity.... To learn more, visit the Save a Document documentation article...can pass to the document's "Save" method // to modify how that...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Create or Add Table In PDF using Python|Aspose....

    Aspose.PDF for Python via .NET is a library used to create, read, and edit PDF Tables. Check other advanced functions in this topic.... Save the file. The following code...paragraphs . add ( table ) # Save updated document containing...

    docs.aspose.com/pdf/python-net/add-table-in-exi...