Sort Score
Result 10 results
Languages All
Labels All
Results 6,091 - 6,100 of 367,994 for

save

(0.28 sec)
  1. Margins Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Margins enum for customizable document margins. Enhance your document formatting with easy-to-use presets!...docx" ); // Saving a document to PDF, to an image...document within its pages. doc . Save ( ArtifactsDir + "Document.UpdatePageLayout...

    reference.aspose.com/words/net/aspose.words/mar...
  2. Manage Presentation Tables with Python|Aspose.S...

    Create & edit tables in PowerPoint and OpenDocument slides with Aspose.Slides for Python via .NET. Discover simple code examples to streamline your table workflows.... Save the modified presentation. The...Cells" # Save the presentation to disk. presentation . save ( "table...

    docs.aspose.com/slides/python-net/manage-table/
  3. 在将Excel转换为PDF时渲染实线网格线 with C++|Documentation

    了解如何在将Excel转换为PDF时渲染实线网格线,使用Aspose.Cells与C++。...); // Save the pdf file with PdfSaveOptions wb . Save ( u "....); std :: cout << "PDF file saved successfully with gridlines...

    docs.aspose.com/cells/zh/cpp/render-solid-gridl...
  4. Render Solid Gridlines while converting Excel t...

    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...
  5. IWarningCallback.warning method | Aspose.Words ...

    IWarningCallback.warning method. Aspose.Words invokes this method when it encounters some issue during document loading or saving that might result in loss of formatting or data fidelity....during document loading or saving that might result in loss of...font substitution warning if we save a document with a missing font...

    reference.aspose.com/words/python-net/aspose.wo...
  6. BMP to PDF Merge using C++ | Aspose.PDF

    Combine two or more BMP 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 BMP files using C++ and save as PDF Example C++: this sample...

    products.aspose.com/pdf/cpp/merger/bmp-to-pdf/
  7. PNG to PDF Converter using C++ | Aspose.PDF

    Sample code for PNG to PDF conversion using C++. Use C++ example for batch PNG to PDF conversion....Document Load input PNG image Save the output PDF file Here is...your PNG file and then simply save it as a PDF file. You can use...

    products.aspose.com/pdf/cpp/conversion/png-to-pdf/
  8. 将 PowerPoint 转换为 PDF|Aspose.Slides for PHP 文档

    将 PowerPoint 演示文稿转换为 PDF。将 PowerPoint 保存为符合标准或无障碍标准的 PDF...PDF,您只需将文件名作为参数传递给 Presentation 类,然后使用 Save 方法将演示文稿保存为 PDF。 Presentation...Presentation 类公开了通常用于将演示文稿转换为 PDF 的 Save 方法。 注意 Aspose.Slides for PHP 通过...

    docs.aspose.com/slides/zh/php-java/convert-powe...
  9. PS to PDF Merge using C++ | Aspose.PDF

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

    products.aspose.com/pdf/cpp/merger/ps-to-pdf/
  10. Resizing|Documentation

    How to resize an image to improve recognition accuracy....png" ); // Save processed image to the folder...Aspose . OCR . ImageProcessing . Save ( input , @"C:\result" ); //...

    docs.aspose.com/ocr/net/resize/