Sort Score
Result 10 results
Languages All
Labels All
Results 2,551 - 2,560 of 375,798 for

save

(0.11 sec)
  1. Online PCL to PPS Conversion or Develop Java ba...

    Free online app to convert PCL to PPS files. Java conversion library code for PCL documents....Convert PCL to PPTX by using save method Load PPTX document by...Presentation class Save the document to PPS format using save method and...

    products.aspose.com/total/java/conversion/pcl-t...
  2. Load Workbook with Specified Printer Paper Size...

    Learn how to set the printer paper size while loading a workbook using Aspose.Cells for JavaScript via C++....first creates a workbook, then saves it in a memory stream in XLSX...loads it with A5 paper size and saves it in PDF format. Then it loads...

    docs.aspose.com/cells/javascript-cpp/load-workb...
  3. Remove Watermark from PDF using Python | Aspose...

    Remove watermark from PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET... Save PDF file Delete Watermark from...artifacts [ 1 ]) # save result pdf to file document . save ( path_outfile...

    products.aspose.com/pdf/python-net/watermark/re...
  4. 使用 C++ 将特定工作表导出为 PDF|Documentation

    使用 Aspose.Cells 与 C++ 导出特定工作表为 PDF。...// Save the pdf file with PdfSaveOptions workbook . Save ( u...); std :: cout << "PDF file saved successfully!" << std :: endl...

    docs.aspose.com/cells/zh/cpp/save-specified-wor...
  5. ShapeBase.name property | Aspose.Words for Python

    ShapeBase.name property. Gets or sets the optional shape name.... save ( ARTIFACTS_DIR + 'Shape.alt_text.docx' ) # Save the...of the missing image. doc . save ( ARTIFACTS_DIR + 'Shape.alt_text...

    reference.aspose.com/words/python-net/aspose.wo...
  6. PageLayoutCallbackArgs | Aspose.Words for Java

    An argument passed into IPageLayoutCallback.notifycom.aspose.words.PageLayoutCallbackArgs in Java....save(getArtifactsDir() + "Layout.../// /// Notifies us when we save the document to a fixed page...

    reference.aspose.com/words/java/com.aspose.word...
  7. Convert PowerPoint Presentations to Word Docume...

    Convert PowerPoint PPT and PPTX slides to editable Word documents in C# using Aspose.Slides for .NET with precise layout, images and formatting preserved....from the ISlide interface and save it to a memory stream. Add the...from the DocumentBuilder class. Save the Word document to a file...

    docs.aspose.com/slides/net/convert-powerpoint-t...
  8. 如何使用Python.NET将Excel以适合宽度和高度的页面进行打印|Documentation

    学习使用Aspose.Cells for Python via .NET API设置Excel打印的fit_to_pages_wide和fit_to_pages_tall属性。...fit_to_pages_wide = 1 # Save the workbook workbook . save ( "out_net.pdf"...True # Save the workbook with options workbook . save ( "OnePagePerSheet...

    docs.aspose.com/cells/zh/python-net/how-to-prin...
  9. FontSavingArgs class | Aspose.Words for Node.js

    Aspose.Words.Saving.FontSavingArgs class. Provides data for the [IFontSavingCallback.fontSaving()](../ifontsavingcallback/fontSaving/#fontsavingargs) event... To learn more, visit the Save a Document documentation article... Remarks When Aspose.Words saves a document to HTML or related...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Split PDF, HTML, TXT Files using C# | Aspose.PDF

    C# sample code to split files on .NET Framework, .NET Core.... Save current page as a separate PDF...how to split HTML file - C# //save input html to pdf to file doc...

    products.aspose.com/pdf/net/splitter/