Sort Score
Result 10 results
Languages All
Labels All
Results 1,761 - 1,770 of 380,629 for

save

(0.15 sec)
  1. 在 C# 中优化、压缩或减少 PDF 大小|Aspose.PDF for .NET

    使用 C# 优化 PDF 文件,缩小所有图像,减少 PDF 大小,取消嵌入字体,删除未使用的对象。... 使用 Save 方法保存优化后的文档。 以下代码片段也适用于 Aspose...Optimize (); // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/zh/net/optimize-pdf/
  2. Fill Barcode Fields|Aspose.PDF for Python via .NET

    This example demonstrates how to programmatically fill barcode fields in a PDF form using Aspose.PDF for Python via .NET. It shows how to bind a PDF document, assign a value to a barcode field, and Save the updated file....data is filled, the PDF is saved with the updated barcode content...‘fill_field()’ to assign a barcode value. Save the updated Document. from io...

    docs.aspose.com/pdf/python-net/fill-barcode-fie...
  3. Convert PowerPoint Presentations to PDF with No...

    Convert formats PPT and PPTX to PDF with notes using Aspose.Slides for Android via Java. Preserve layouts and speaker notes for professional presentations....PowerPoint to PDF with Notes The save method in the Presentation class...include speaker notes, and then save the file as a PDF. The following...

    docs.aspose.com/slides/androidjava/convert-powe...
  4. Convert Image to JPG in Java | products.aspose.com

    Convert Image to JPG in Java. Use Aspose.Slides for Java to add an image to a slide and render it as a JPG file....the slide as an IImage , and save it with ImageFormat.Jpeg . Convert...1f , 1f ); try { slideImage . save ( "image.jpg" , ImageFormat...

    products.aspose.com/slides/java/conversion/imag...
  5. Convert Image to JPG in C++ | products.aspose.com

    Convert image to JPG in C++. Use the C++ library API to convert image files to JPG images....); // Save the image in JPG format. slideImage -> Save( u "slide...the source image file in C++. Save the result as a JPG file. Free...

    products.aspose.com/slides/cpp/conversion/image...
  6. Adding Attachment to PDF document|Aspose.PDF fo...

    This page describes how to add an attachment to a PDF file with Java....fileSpecification ); // Save the updated document pdfDocument . save ( "output..."output.pdf" ); } } Extract and Save an Attachment...

    docs.aspose.com/pdf/java/add-attachment-to-pdf-...
  7. Search Text in ODP Presentations using C++ | pr...

    Search and replace text in ODP presentations in C++. Use Aspose.Slides for C++ to find text in presentation files....object to search slide text and save the updated presentation. Search... nullptr ); presentation -> Save( u "updated-presentation.odp"...

    products.aspose.com/slides/cpp/search/odp/
  8. Search Text in PPT Presentations using C++ | pr...

    Search and replace text in PPT presentations in C++. Use Aspose.Slides for C++ to find text in presentation files....object to search slide text and save the updated presentation. Search... nullptr ); presentation -> Save( u "updated-presentation.ppt"...

    products.aspose.com/slides/cpp/search/ppt/
  9. Convert SVG to PNG in C++ | products.aspose.com

    Convert SVG to PNG in C++. Use Aspose.Slides for C++ to place an SVG image on a slide and render it as a PNG file....the slide with GetImage , and save the rendered image with ImageFormat::Png...GetImage( 2.0 , 2.0 ); image -> Save( u "image.png" , ImageFormat...

    products.aspose.com/slides/cpp/conversion/svg-t...
  10. Convert HTML to JPG in C++ | products.aspose.com

    Convert HTML to JPG in C++. Use the C++ library API to convert HTML files to JPG images....Presentation from the HTML file and save each slide as a JPG image. C++...slide -> GetImage(); image -> Save(fileName); image -> Dispose();...

    products.aspose.com/slides/cpp/conversion/html-...