Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 369,809 for

save

(0.2 sec)
  1. Page Setup Features with C++|Documentation

    Learn how to configure page setup features in Excel files using Aspose.Cells with C++....75 ); // Save the workbook workbook . Save ( "PageMargins...PageOrientationType :: Landscape ); workbook . Save ( "PageOrientation.xlsx" );...

    docs.aspose.com/cells/cpp/page-setup-features/
  2. Aspose.PSD for Python via .NET 24.2 - 发行说明|Docu...

    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 , PsdOptions ())...sourceFile ) as image : image . save ( outputFile , PngOptions ())...

    docs.aspose.com/psd/zh/net/aspose-psd-for-pytho...
  3. Export and Import Barcode Generation State via ...

    This article explains how to import and export barcode the generation state to the XML format with C# API or Library."...can be executed in two ways: saving it to an XML-file using the...mentioned, there are two ways to save the current state of class BarcodeGenerator...

    docs.aspose.com/barcode/net/barcode-generation-...
  4. XpsSaveOptions constructor | Aspose.Words for P...

    aspose.words.saving.XpsSaveOptions constructor...this class that can be used to save a document in the SaveFormat...( self ): ... XpsSaveOptions(save_format) Initializes a new instance...

    reference.aspose.com/words/python-net/aspose.wo...
  5. PdfSaveOptions.openHyperlinksInNewWindow proper...

    PdfSaveOptions.openHyperlinksInNewWindow property. Gets or sets a value determining whether hyperlinks in the output Pdf document are forced to be opened in a new window (or tab) of a browser....set to true hyperlinks are saved using JavaScript code. JavaScript...be used automatically when saving to PDF/A-1 and PDF/A-2. Examples...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. PdfSaveOptions.open_hyperlinks_in_new_window pr...

    PdfSaveOptions.open_hyperlinks_in_new_window property. Gets or sets a value determining whether hyperlinks in the output Pdf document are forced to be opened in a new window (or tab) of a browser....set to True hyperlinks are saved using JavaScript code. JavaScript...be used automatically when saving to PDF/A-1 and PDF/A-2. Examples...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Drawing::OleFormat::get_Suggeste...

    Aspose::Words::Drawing::OleFormat::get_SuggestedExtension method. Gets the file extension suggested for the current embedded object if you want to Save it into a file in C++....embedded object if you want to save it into a file. System :: String...get_IsLocked ()); // If we plan on saving the OLE object to a file in...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Create Presentations on Android|Aspose.Slides D...

    Create presentations in Java with Aspose.Slides for Android—produce PPT, PPTX, and ODP files, benefit from OpenDocument support, and Save them programmatically for reliable results.... save ( "NewPresentation_out.pptx"...formats can I save a new presentation to? You can save to PPTX, PPT...

    docs.aspose.com/slides/androidjava/create-prese...
  9. Convert Excel file to PDF format compatible wit...

    Learn how to convert Excel files to PDF/A-1a compliant PDF format using Aspose.Cells with C++....Cells enables you to save the Excel files to PDF/A compliant...This topic describes how to save the Excel workbook to a PDF/A...

    docs.aspose.com/cells/cpp/convert-excel-file-to...
  10. 将PDF/A转换为PDF格式|Aspose.PDF for C++

    本主题向您展示如何使用Aspose.PDF的C++库将PDF/A文件转换为PDF文档。...之后 Save 输入文件。 void ConvertPDFAtoPDF...RemovePdfaCompliance (); // Save updated document document -> Save ( _dataDir...

    docs.aspose.com/pdf/zh/cpp/convert-pdfa-to-pdf/