Sort Score
Result 10 results
Languages All
Labels All
Results 8,681 - 8,690 of 368,314 for

save

(0.1 sec)
  1. 如何通过 Node.js 和 C++ 设置文本框的文本对齐方式|Documentation

    如何在 Aspose.Cells for Node.js via C++ 中设置文本框的文本对齐方式...Center ); // Save the excel file. workbook . save ( path . join...getHtmlText ()); // Save the workbook on disk destWb . save ( "Output.xlsx"...

    docs.aspose.com/cells/zh/nodejs-cpp/applying-te...
  2. Add Page Number to PDF|Aspose.PDF for .NET

    Aspose.PDF for .NET allows you to add Page Number Stamp to your PDF file using PageNumber Stamp class....pageNumberStamp ); // Save PDF document document . Save ( dataDir + "PageNumberStamp_out...artifact ); } } // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/net/add-page-number/
  3. Add a comment to a slide|Aspose.Slides Document...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Text () { Text = text }); // Save the comment authors part. authorsPart.... CommentAuthorList . Save (); // Save the comments part. commentsPart...

    docs.aspose.com/slides/net/add-a-comment-to-a-s...
  4. Change Character Spacing of Excel TextBox or Sh...

    Change the character spacing of Excel textboxes or shapes using Aspose.Cells for JavaScript via C++....Excel file to 4 points and then saves it to disk. <!DOCTYPE html>...textOptions . spacing = 4 ; // Save the workbook in xlsx format...

    docs.aspose.com/cells/javascript-cpp/change-cha...
  5. Aspose.PSD for Java 24.7 - 发布说明|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... save ( outputFile , new PngOptions...PdfCoreOptions ()); psdImage . save ( output , saveOptions ); }...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  6. Setting Page Options with C++|Documentation

    This article provides sample code to set page options of Excel worksheets programmatically using the C++ API. You will be able to set Page Orientation, Scaling Factor, FitToPages Options, Paper Size, Print Quality, First Page Number....Portrait ); // Save the workbook workbook . Save ( outDir + u ...SetZoom ( 100 ); // Save the workbook workbook . Save ( outDir + u "ScalingFactor_out...

    docs.aspose.com/cells/cpp/setting-page-options/
  7. Aspose.PSD for .NET 24.7发布说明|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Save ( outputFile , new PngOptions...PdfCoreOptions (); psdImage . Save ( output , saveOptions ); }...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  8. Create PDF Document|Aspose.PDF for C++

    This article describes how to Create and format the PDF Document with Aspose.PDF for C++....Paragraphs collection of the page Save the resultant PDF document using...( text ); // Save updated PDF document -> Save ( _dataDir + outputFileName...

    docs.aspose.com/pdf/cpp/create-pdf-document/
  9. 使用 C++ 将 Excel 转换为 PDF|Documentation

    了解如何使用 Aspose.Cells 和 C++ 将 Excel 工作簿转换为 PDF 格式。...PDF,只需使用 Workbook 类的 Save 方法保存为 PDF 文件。 Save 方法提供了 SaveFormat.Pdf...。 当电子表格代码完成后,调用 Workbook 类的 Save 方法保存电子表格。 文件格式应为 PDF,因此请从 SaveFormat...

    docs.aspose.com/cells/zh/cpp/convert-excel-to-pdf/
  10. Manipulate PDF Document|Aspose.PDF for PHP via ...

    Discover how to manipulate PDF files in PHP with Aspose.PDF for content modification and document structuring....in which the result is to be saved and the required validation...); } // Save the updated document $document -> save ( $outputFile...

    docs.aspose.com/pdf/php-java/manipulate-pdf-doc...