Sort Score
Result 10 results
Languages All
Labels All
Results 9,061 - 9,070 of 377,455 for

save

(0.4 sec)
  1. Extra Annotations using Python|Aspose.PDF for P...

    Learn how to add extra annotations like highlights or notes to PDFs in Python with Aspose.PDF for enhancing PDF content.... save ( output_file ) Get Caret Annotation...annotations . delete ( ca ) document . save ( output_file ) Redact certain...

    docs.aspose.com/pdf/python-net/extra-annotations/
  2. 使用 C++ via Node.js 在保存为PDF时仅更改单个Unicode字符的字体|Do...

    了解如何在使用Aspose.Cells for Node.js via C++保存为PDF时更改单个Unicode字符的字体。... autoFitColumns (); // Save to Pdf without setting PdfSaveOptions...IsFontSubstitutionCh workbook . save ( path . join ( dataDir , "SampleOutput_out...

    docs.aspose.com/cells/zh/nodejs-cpp/change-the-...
  3. EPUB to PDF Merge using C++ | Aspose.PDF

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

    products.aspose.com/pdf/cpp/merger/epub-to-pdf/
  4. 从现有PDF中移除表格|Aspose.PDF for .NET

    了解如何使用Aspose.PDF for .NET从PDF文档中移除表格,提高文档的清晰度和结构。...( table ); // Save PDF document document . Save ( dataDir + "RemoveTable_out...table ); } // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/zh/net/remove-tables-from-e...
  5. 使用 C++ 製作 WORD

    通過幾個步驟在 C++ 中創建一個新的 WORD。使用 C++ 庫輕鬆創建 WORD。..." ); doc-> Save ( u"Output.docx" ); using namespace...builder->EndBookmark(u"Aspose bookmark"); doc->Save(u"Output.docx"); using namespace...

    products.aspose.com/words/zh-hant/cpp/make/word/
  6. 使用 C++ 製作 DOCX

    通過幾個步驟在 C++ 中創建一個新的 DOCX。使用 C++ 庫輕鬆創建 DOCX。..." ); doc-> Save ( u"Output.docx" ); using namespace...builder->EndBookmark(u"Aspose bookmark"); doc->Save(u"Output.docx"); using namespace...

    products.aspose.com/words/zh-hant/cpp/make/docx/
  7. 在PDF文件中创建链接使用C++|Aspose.PDF for C++

    本节解释如何使用C++在PDF文档中创建链接。... 最后,使用Document对象的Save方法保存更新的PDF。 以下代码片段显示如何在PDF文件中创建到应用程序的链接。...link ); // 保存更新的文档 document -> Save ( _dataDir + u "CreateApplicationLin...

    docs.aspose.com/pdf/zh/cpp/create-links/
  8. Manage number of pages in PS file | C++

    C++ API Solution to manage PS files. Add pages to PS documents with a few lines of C++ code.... Create the save options with A4 size Create...ClosePage() Method. Save the PS document using the Save() Method. Add...

    products.aspose.com/page/cpp/add-pages-to-ps/
  9. Specify 3D File Load Options|Documentation

    There are several Scene.Open method overloads or Scene class constructor overloads that accept a LoadOptions object. Each load format has a corresponding class that holds load options for that load format....Collada save format. Use of the Discreet...texture coordinate during load and save. loadOpt . flip_tex_coord_v...

    docs.aspose.com/3d/python-net/specify-3d-file-l...
  10. Auto Filter Data|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 the spreadsheet. The code samples...EntireColumn . AutoFit (); //Save a copy of the workbook as a...

    docs.aspose.com/cells/net/auto-filter-data/