Sort Score
Result 10 results
Languages All
Labels All
Results 4,981 - 4,990 of 61,542 for

path

(0.15 sec)
  1. Convert PPTX to PPTM using C++ application | pr...

    Sample C++ conversion code for PPTX document to PPTM format. Use example code for batch PPTX to PPTM conversion within any C++ Application.... Pass the output file path with (PPTM) file extension....will be saved at the specified path. Open PPTM file in compatible...

    products.aspose.com/slides/cpp/conversion/pptx-...
  2. Convert POTX to TIFF using C++ application | pr...

    Sample C++ conversion code for POTX document to TIFF format. Use example code for batch POTX to TIFF conversion within any C++ Application.... Pass the output file path with (TIFF) file extension....will be saved at the specified path. Open TIFF file in compatible...

    products.aspose.com/slides/cpp/conversion/potx-...
  3. Convert POTM to POTX using Java | products.aspo...

    Sample Java conversion code for POTM format to POTX file. Use this example code to export PowerPoint & OpenOffice presentations to POTX within any Web or Desktop Java based Application....while specifying output file path & SaveFormat POTX file will...will be saved at the specified path System Requirements Before running...

    products.aspose.com/slides/java/conversion/potm...
  4. Error with UpdateFields - Free Support Forum - ...

    Hello, When I try to use “UpdateFields” on some document I’ve got this error “Arithmetic operation resulted in an overflow.”. If I open the document, modify it and save and try again, it works. Aspose.Words.NET 25.10.0 …...Document("path/to/your/document.docx"); doc.Save("path/to/your/temp_document...

    forum.aspose.com/t/error-with-updatefields/320130
  5. ByteArray To image - Free Support Forum - aspos...

    I’m working with Aspose.Words for .NET (v24.10) and would like some guidance on inserting a signature image from byte array coming in payload into a Word template using the LINQ Reporting Engine. My Use Case: I receiv…...Document doc = new Document("path/to/your/template.docx"); DocumentBuilder...Save the document doc.Save("path/to/your/output.docx"); Explanation:...

    forum.aspose.com/t/bytearray-to-image/310992
  6. Change the Font on just the specific Unicode ch...

    Learn how to change the font of specific Unicode characters while saving to PDF using Aspose.Cells with C++....Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/change-the-font-on-ju...
  7. 在加载 Excel 文件时解析数据透视缓存记录(C++)|Documentation

    学习如何在加载 Excel 文件时解析数据透视缓存记录,使用 Aspose.Cells for C++。...Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/zh/cpp/parsing-pivot-cach...
  8. Merge POT Files via C++ | products.aspose.com

    C++ example code to combine POT documents on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....method to save at specified path System Requirements Aspose.Slides...Merge POT Files - C++ // The path to the documents directory....

    products.aspose.com/slides/cpp/merger/pot/
  9. Merge PPS Files via C++ | products.aspose.com

    C++ example code to combine PPS documents on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....method to save at specified path System Requirements Aspose.Slides...Merge PPS Files - C++ // The path to the documents directory....

    products.aspose.com/slides/cpp/merger/pps/
  10. Add Line Object to PDF file|Aspose.PDF for .NET

    This article explains how to create a line object to your PDF using Aspose.PDF for .NET....AddLineObjectToPDF () { // The path to the document directory var...DashLengthInBlackAnd () { // The path to the document directory var...

    docs.aspose.com/pdf/net/add-line/