Sort Score
Result 10 results
Languages All
Labels All
Results 7,681 - 7,690 of 347,031 for

save

(0.12 sec)
  1. Find and Replace in PHP|Aspose.Words for .NET

    Using Aspose.Words for .NET in PHP via COM to find and replace text in MS Word documents in C#....PHP_EOL ; // Save the modified document. $doc -> Save ( $dataDir...replaced successfully. \n File saved at " . $dataDir . "ReplaceSimple...

    docs.aspose.com/words/net/find-and-replace-in-php/
  2. Aspose::Words::Fonts::FontInfoCollection::get_E...

    Aspose::Words::Fonts::FontInfoCollection::get_EmbedTrueTypeFonts method. Specifies whether or not to embed TrueType fonts in a document when it is Saved. Default value for this property is false in C++....fonts in a document when it is saved. Default value for this property...only. Examples Shows how to save a document with embedded TrueType...

    reference.aspose.com/words/cpp/aspose.words.fon...
  3. DigitalSignatureCollection | Aspose.Words for Java

    Provides a read-only collection of digital signatures attached to a document in Java....Date()); // There are two ways of saving a signed copy of a document...a local system filename and save a signed copy at a location...

    reference.aspose.com/words/java/com.aspose.word...
  4. PDF Tooltip using C#|Aspose.PDF for .NET

    Learn how to add tooltip to the text fragment in PDF using C# and Aspose.PDF...tooltip" )); // Save PDF document document . Save ( dataDir + "Tooltip_out...field ); } // Save PDF document document . Save ( dataDir + "Tooltip_out...

    docs.aspose.com/pdf/net/pdf-tooltip/
  5. Render Solid Gridline while converting Excel to...

    Learn how to render solid gridlines while converting Excel to PDF using Aspose.Cells with C++....); // Save the pdf file with PdfSaveOptions wb . Save ( u "....); std :: cout << "PDF file saved successfully with gridlines...

    docs.aspose.com/cells/cpp/render-solid-gridline...
  6. 使用C++在Node.js中复制和移动工作表|Documentation

    本文包含示例代码,描述如何使用C++的Node.js API在Excel工作簿内以及跨工作簿编程复制和移动工作表。..."Sheet1" ); // Save the Excel file. wb . save ( path . join (...get ( 0 )); // Save the file. excelWorkbook1 . save ( path . join...

    docs.aspose.com/cells/zh/nodejs-cpp/copying-and...
  7. Presentation Background|Aspose.Slides for Node....

    Set background in PowerPoint presentation in JavaScript... Save the modified presentation. This...presentation to disk pres . save ( "ContentBG.pptx" , aspose...

    docs.aspose.com/slides/nodejs-java/presentation...
  8. Chart Workbook|Aspose.Slides Documentation

    Chart workbook in PowerPoint presentation in Java... Save the presentation. This Java...0 , "A12" , lbl2 )); pres . save ( "resultchart.pptx" , SaveFormat...

    docs.aspose.com/slides/androidjava/chart-workbook/
  9. Presentation via VBA|Aspose.Slides Documentation

    Add, remove, and extract VBA macros in PowerPoint presentations in C# or .NET... Save the presentation. This C# code...officeReference ); // Saves the Presentation presentation . Save ( dataDir...

    docs.aspose.com/slides/net/presentation-via-vba/
  10. Manage Table|Aspose.Slides Documentation

    Create and manage table in PowerPoint presentations in C# or .NET... Save the modified presentation. This...Cells" ; // Saves the presentation to Disk pres . Save ( "table...

    docs.aspose.com/slides/net/manage-table/