Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 361,356 for

save

(0.19 sec)
  1. 2024年新功能|Aspose.PDF for .NET

    本页面介绍了2024年在Aspose.PDF for .NET中引入的最受欢迎的新功能。...options ); // Save PDF document document . Save ( dataDir + "outputPdfx...( stamp ); // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/zh/net/whatsnew/2024/
  2. Convert between Excel formats|Documentation

    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 an Excel file to PDF using the...the Workbook class' Save method. The Save method provides the...

    docs.aspose.com/cells/net/convert-between-excel...
  3. Extracting Messages from Outlook PST and Saving...

    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....Messages from Outlook PST and Saving them to MSG Contents [ Hide...from an Outlook PST file and save them to disk as MSG files. It...

    docs.aspose.com/email/java/extracting-messages-...
  4. Add Pages in PDF|Aspose.PDF for Java

    This article teaches how to insert (add) a page at the desired location PDF file. Learn how to move, remove (delete) pages from a PDF file using Java library.... Save the output PDF using the Save method. The following...insert ( 2 ); // Save updated PDF document . save ( _dataDir + ...

    docs.aspose.com/pdf/java/add-pages/
  5. Manage Shape Text Options with C++|Documentation

    Learn how to manage shape text options programmatically using Aspose.Cells for C++....Center ); // Save the workbook workbook . Save ( "output.xlsx"...TextOrientationType :: ClockWise ); workbook . Save ( "output.xlsx" ); } Formatting...

    docs.aspose.com/cells/cpp/managing-shape-text-o...
  6. Add Circle Object to PDF file|Aspose.PDF for C++

    This article explains how to create a circle object to your PDF using Aspose.PDF for C++....paragraphs collection of page Save our PDF file void ExampleCircle...Add ( graph ); // Save PDF file document -> Save ( _dataDir + u...

    docs.aspose.com/pdf/cpp/add-circle/
  7. HtmlSaveOptions constructor | Aspose.Words for ...

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

    reference.aspose.com/words/python-net/aspose.wo...
  8. FontSavingArgs.Bold | Aspose.Words for .NET

    Discover the FontSavingArgs Bold property to easily determine if your font is bold. Enhance your typography for better readability and design....logic for exporting fonts when saving to HTML. public void SaveExportedFonts...callback that will handle font saving in a custom manner. HtmlSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  9. FontSavingArgs.FontFamilyName | Aspose.Words fo...

    Discover the FontSavingArgs FontFamilyName property to easily manage and customize your font family for enhanced design flexibility....logic for exporting fonts when saving to HTML. public void SaveExportedFonts...callback that will handle font saving in a custom manner. HtmlSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Working with XFA Forms|Aspose.PDF for Python vi...

    Aspose.PDF for Python via .NET API lets you work with XFA and XFA Acroform fields in a PDF document.... Saving the converted PDF to a new.... STANDARD # Save PDF document document . save ( path_outfile...

    docs.aspose.com/pdf/python-net/xfa-forms/