Sort Score
Result 10 results
Languages All
Labels All
Results 6,371 - 6,380 of 60,970 for

path

(0.23 sec)
  1. Convert PPSX to TIFF using C++ application | pr...

    Sample C++ conversion code for PPSX document to TIFF format. Use example code for batch PPSX 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/ppsx-...
  2. Convert PPSM to TIFF using C++ application | pr...

    Sample C++ conversion code for PPSM document to TIFF format. Use example code for batch PPSM 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/ppsm-...
  3. Convert PPTX to SWF using C++ application | pro...

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

    products.aspose.com/slides/cpp/conversion/pptx-...
  4. Convert PPSM to POT using Java | products.aspos...

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

    products.aspose.com/slides/java/conversion/ppsm...
  5. Convert PPTX to ODP using Java | products.aspos...

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

    products.aspose.com/slides/java/conversion/pptx...
  6. Convert ODP to OTP using Java | products.aspose...

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

    products.aspose.com/slides/java/conversion/odp-...
  7. How to add Polygon Annotation using C++ | Aspos...

    Source code to add Polygon annotations in PDF file on any platform with C++ language... Path . Combine ( _dataDir , "sample...document . Save ( System . IO . Path . Combine ( _dataDir , "sample_polygon...

    products.aspose.com/pdf/cpp/annotation/polygon/...
  8. NullReferenceException in Document.OptimizeReso...

    See the attached demo project, which throws the following exception: Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object. at #=zRfa24k6qRV51vWOnVLP8VICdg7c7CNQNesY…...pdfDocument = new Document("path/to/your/document.pdf"); // Create...optimized document pdfDocument.save("path/to/your/optimized_document.pdf");...

    forum.aspose.com/t/nullreferenceexception-in-do...
  9. Merge PPSX Files via C++ | products.aspose.com

    C++ example code to combine PPSX 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 PPSX Files - C++ // The path to the documents directory....

    products.aspose.com/slides/cpp/merger/ppsx/
  10. 从 PDF 文件中提取文本|Aspose.PDF for .NET

    本节解释如何使用 PdfExtractor 类从 pdf 中提取文本。...void ExtractText () { // The path to the documents directory var...ExtractTextExtracton () { // The path to the documents directory var...

    docs.aspose.com/pdf/zh/net/extract-text/