Sort Score
Result 10 results
Languages All
Labels All
Results 6,401 - 6,410 of 423,614 for

documents

(1.34 sec)
  1. Convert DOCM to POT in Python or with free Onli...

    DOCM to POT conversion in your Python applications without using Microsoft Word or PowerPoint or online. Test free DOCM to POT online converter quickly before integrating the code....developers often need to convert documents from one format to another...dealing with Microsoft Office documents, such as DOCM and POT files...

    products.aspose.com/total/python-net/conversion...
  2. Convert DOCM to POT via Java or with free Onlin...

    Java API to Export DOCM to POT without using Microsoft Word or PowerPoint or online. Test free DOCM to POT online converter quickly before integrating the code....features for manipulating Word documents, including the ability to...Java Open DOCM file using Document class Convert DOCM file to...

    products.aspose.com/total/java/conversion/docm-...
  3. Insert Table of Contents in Document|Aspose.Wor...

    Insert table off contents (TOC) into a document easily and fast instead of using docx4j....Insert Table of Contents in Document Contents [ Hide ] Aspose.Words...Insert Table of Contents in Document Demonstrates how to insert...

    docs.aspose.com/words/java/insert-table-of-cont...
  4. Convert PPT and PPTX to PDF in Java [Advanced F...

    Convert PowerPoint PPT/PPTX to high-quality, searchable PDFs in Java using Aspose.Slides, with fast code examples and advanced conversion options....convert presentations to PDF documents, use various options to control...compliance standards to output documents. PowerPoint to PDF Conversions...

    docs.aspose.com/slides/java/convert-powerpoint-...
  5. Optimize Image Management in Presentations Usin...

    Streamline image management in PowerPoint and OpenDocument with Aspose.Slides for C++, optimizing performance and automating your workflow....presentation: // The path to the documents directory System :: String...String dataDir = u "D: \\ Documents \\ " ; // Source SVG file name...

    docs.aspose.com/slides/cpp/image/
  6. Create and Read an Existing 3D Scene|Documentation

    Aspose.3D API supports creating the new 3D scenes from the scratch and then save in any supported file format. Developers can also load an existing 3D Scene for the modification, addition or processing purposes.... Creating a 3D Scene Document Please follow these steps...in C# to create a 3D Scene document using the Aspose.3D APIs:...

    docs.aspose.com/3d/net/create-and-read-an-exist...
  7. Remove Duplicate Rows in a Worksheet with Node....

    Learn how to remove duplicate rows in a worksheet using Aspose.Cells for Node.js via C++ and select specific columns for duplication checks....node" ); // The path to the documents directory. const dataDir =..."removeduplicates-result.xlsx" ); AI Document Assistant Close Delete Blank...

    docs.aspose.com/cells/nodejs-cpp/remove-duplica...
  8. Convert Revision of XLSB to XLSM with Node.js v...

    Learn how to fully convert revisions of XLSB files into XLSM format using Aspose.Cells for Node.js via C++....node" ); // The path to the documents directory. const dataDir =.... SaveFormat . Xlsm ); AI Document Assistant Close HTML with...

    docs.aspose.com/cells/nodejs-cpp/convert-revisi...
  9. Verify Password of Encrypted Files with Node.js...

    Verify the password of encrypted Excel (xlsx, xlsb, xls, xlsm) and Open Office (ODS) files using Aspose.Cells for Node.js via C++....node" ); // The path to the documents directory. const dataDir =..." + isPasswordValid ); AI Document Assistant Close Specify Author...

    docs.aspose.com/cells/nodejs-cpp/verify-passwor...
  10. 不同的文件,设置cellshelper.dpi=120后再设置相同列宽,结果不一致 - Fre...

    不同的文件(一个是已存在文件,一个是使用aspose.cells生成的),设置cellshelper.dpi=120后再设置相同列宽,结果不一致。原因是什么?如何让test1.xlsm可以按照设置的DPI,设置列宽? public static void Run5() { CellsHelper.DPI = 120; string file_path1 = "C:\\Users\\jlt\\Documents\\test1.xl…...file_path1 = "C:\\Users\\jlt\\Documents\\test1.xlsm"; string file_path2...file_path2 = "C:\\Users\\jlt\\Documents\\test2.xlsx"; Console.WriteLine("New...

    forum.aspose.com/t/cellshelper-dpi-120/322191