Sort Score
Result 10 results
Languages All
Labels All
Results 9,871 - 9,880 of 365,752 for

save

(0.12 sec)
  1. 使用C++为图表工作表创建PdfBookmarkEntry|Documentation

    了解如何使用Aspose.Cells for C++为图表工作表创建PdfBookmarkEntry。...push_back ( ent4 ); // Create Pdf Save Options with Bookmark Entries...opts . SetBookmark ( ent1 ); // Save the output Pdf U16String outputFilePath...

    docs.aspose.com/cells/zh/cpp/create-pdfbookmark...
  2. Generate Data Matrix Barcodes in C#|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 ( $"{path}DatamatrixEcc200Basi...DataMatrixEccType . Ecc140 ; gen . Save ( $"{path}DatamatrixEcc000140B...

    docs.aspose.com/barcode/net/datamatrix-barcode/
  3. Table constructor | Aspose.Words for Python

    Table constructor. Initializes a new instance of the [Table](../) class.... save ( file_name = ARTIFACTS_DIR...append_child ( inner_table ) doc . save ( ARTIFACTS_DIR + 'Table.create_nested_table...

    reference.aspose.com/words/python-net/aspose.wo...
  4. PdfPageMode Enum | Aspose.Words for .NET

    Discover Aspose.Words.PdfPageMode enum for customizable PDF display options, enhancing user experience in any PDF reader. Optimize your documents today!...can pass to the document's "Save" method // to modify how that...the PDF reader to open the saved // document in full-screen mode...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Manage Chart Data Labels in Presentations Using...

    Learn to add and format chart data labels in PowerPoint presentations using Aspose.Slides for PHP via Java for more engaging slides....00" ); $pres -> save ( "output.pptx" , SaveFormat...setShowBubbleSize ( false ); } } # Saves the presentation containing...

    docs.aspose.com/slides/php-java/chart-data-label/
  6. How to Convert FBX to STL in Java

    This article guides on how to convert FBX to STL in Java. It has the IDE settings, a list of steps, and a runnable sample code to convert FBX file to STL in Java....the output STL file Call the save() method in the Scene class...class. In the final step, the save() method in the Scene class...

    kb.aspose.com/3d/java/how-to-convert-fbx-to-stl...
  7. 使用内置样式的C++|Documentation

    用C++代码使用Excel的内置样式与Aspose.Cells for C++ API... AutoFitRow ( 0 ); // Save the workbook to the first output...workbook . Save ( output1Path ); std :: cout << "File saved " << output1Path...

    docs.aspose.com/cells/zh/cpp/using-built-in-sty...
  8. 在 VSTO 中新建 Diagram 和 Aspose.Diagram|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 diagram as VDX vdxDoc . SaveAs...text." )); //Save the new diagram diagram . Save ( "Drawing1.vdx"...

    docs.aspose.com/diagram/zh/net/create-a-new-dia...
  9. Lock PDF using Python | Aspose.PDF

    Sample Python code for using Aspose.PDF to read protected (password encrypted) documents, secure a document with protection, or remove protection.... Save the PDF file. The provided Python...encrypting the PDF, the code saves the updated document to a file...

    products.aspose.com/pdf/python-net/encrypt/
  10. How to Convert Outlook Email to PDF using Java

    In this simple tutorial, we will focus on how to convert Outlook Email to PDF using Java. You will observe that in order to convert MSG to PDF Java based API can be used. This application can be used in any of the commonly available operating system like Windows, macOS, or Linux....to MHTML Save the loaded MHTML to PDF using the save method By...in an MHTML format using the save method. We will then load the...

    kb.aspose.com/email/java/how-to-convert-outlook...