Sort Score
Result 10 results
Languages All
Labels All
Results 9,681 - 9,690 of 375,758 for

save

(0.2 sec)
  1. 在 Android 上将 PPT 和 PPTX 转换为 PDF(包含高级功能)|Aspose....

    使用 Aspose.Slides for Android 在 Java 中将 PowerPoint PPT/PPTX 转换为高质量、可搜索的 PDF,提供快速代码示例和高级转换选项。...PDF,请将文件名作为参数传递给 Presentation 类,然后使用 save 方法将演示文稿保存为 PDF。 Presentation...Presentation 类公开了通常用于将演示文稿转换为 PDF 的 save 方法。 NOTE Aspose.Slides for Android...

    docs.aspose.com/slides/zh/androidjava/convert-p...
  2. PDF Footer Insertion Using Java | Aspose.PDF

    Add footer to PDF programmatically with Java sample code using Aspose.PDF for Java.... Save the PDF file. Add Image in Footer...imageStamp ); } pdfDocument . save ( DATA_DIR . resolve ( "ImageInFooter_out...

    products.aspose.com/pdf/java/footer/
  3. ASP - JScript 通过 COM 互操作|Aspose.PDF for .NET

    学习如何通过 COM 互操作在 ASP 和 JScript 应用程序中使用 Aspose.PDF for .NET。启用高级 PDF 功能。...SampleText ); // Save PDF document pdf . Save ( "d:\\pdftest\\HelloWorldinASP...

    docs.aspose.com/pdf/zh/net/asp-jscript-via-com-...
  4. 使用Python.NET锁定单元格保护它们|Documentation

    了解如何使用Aspose.Cells for Python via .NET锁定特定单元格和保护工作表。... ALL ) # Save protected workbook workbook . save ( "output.xlsx"... ALL ) # Save the modified workbook workbook . save ( "output_locked...

    docs.aspose.com/cells/zh/python-net/how-to-lock...
  5. 从现有PDF中移除表格|Aspose.PDF for .NET

    了解如何使用Aspose.PDF for .NET从PDF文档中移除表格,提高文档的清晰度和结构。...( table ); // Save PDF document document . Save ( dataDir + "RemoveTable_out...table ); } // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/zh/net/remove-tables-from-e...
  6. Extra Annotations using Python|Aspose.PDF for P...

    Learn how to add extra annotations like highlights or notes to PDFs in Python with Aspose.PDF for enhancing PDF content.... save ( output_file ) Get Caret Annotation...annotations . delete ( ca ) document . save ( output_file ) Redact certain...

    docs.aspose.com/pdf/python-net/extra-annotations/
  7. EPUB to PDF Merge using C++ | Aspose.PDF

    Combine two or more EPUB documents into one PDF single file programmatically with C++ sample code using Aspose.PDF for C++...new PDF page After the loop save the result Here is an example...Merge EPUB files using C++ and save as PDF Example C++: this sample...

    products.aspose.com/pdf/cpp/merger/epub-to-pdf/
  8. 使用 C++ via Node.js 在保存为PDF时仅更改单个Unicode字符的字体|Do...

    了解如何在使用Aspose.Cells for Node.js via C++保存为PDF时更改单个Unicode字符的字体。... autoFitColumns (); // Save to Pdf without setting PdfSaveOptions...IsFontSubstitutionCh workbook . save ( path . join ( dataDir , "SampleOutput_out...

    docs.aspose.com/cells/zh/nodejs-cpp/change-the-...
  9. 如何使用 C# 创建 PDF|Aspose.PDF for .NET

    使用 Aspose.PDF for .NET 创建和格式化 PDF 文档。..." )); // Save PDF document document . Save ( dataDir + "HelloWorld_out...CallBackGetHocr ); // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/zh/net/create-pdf-document/
  10. Formatting PDF Document using C++|Aspose.PDF fo...

    Create and format the PDF Document with Aspose.PDF for C++. Use the next code snippet to resolve your tasks....PageLayout PageMode Save the updated PDF file using the Save method. Properties...UseThumbs ); // Save updated PDF file document -> Save ( _dataDir...

    docs.aspose.com/pdf/cpp/formatting-pdf-document/