Sort Score
Result 10 results
Languages All
Labels All
Results 7,551 - 7,560 of 67,782 for

path

(0.33 sec)
  1. Apply Shading to Alternate Rows and Columns wit...

    How to use the Aspose.Cells library in C++ to apply conditional formatting shadows for alternating rows and columns. By adjusting these criteria, you have more control over how cells look and appear....Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/apply-shading-to-alte...
  2. A question about method dispose() in Aspose. Em...

    I looked at the introduction to method dispose() in Aspose.Email for Java, but I’m not sure how I should use it to flush memory. The below is my code: PersonalStorage personalStorage = PersonalStorage.create(cur…...addSubFolder("Inbox"); for (Path emlFile : fileSet) { try { MailMessage...your loop with comments: for (Path emlFile : fileSet) { try { //...

    forum.aspose.com/t/a-question-about-method-disp...
  3. Merge PPS Files using .NET | products.aspose.com

    C# source code to combine PPS documents on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....all the PPS files with full path. Make one document as the base...and pass the file name (full path) and format (PPS) as a parameter...

    products.aspose.com/slides/net/merger/pps/
  4. Merge PPT Files using .NET | products.aspose.com

    C# source code to combine PPT documents on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....all the PPT files with full path. Make one document as the base...and pass the file name (full path) and format (PPT) as a parameter...

    products.aspose.com/slides/net/merger/ppt/
  5. Merge OTP Files using .NET | products.aspose.com

    C# source code to combine OTP documents on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....all the OTP files with full path. Make one document as the base...and pass the file name (full path) and format (OTP) as a parameter...

    products.aspose.com/slides/net/merger/otp/
  6. View or Edit VSDX Files Metadata via Python | p...

    Python sample code to edit or view VSDX metadata within any Python based application....add it to PATH environment variable, for example: PATH=C:\Program...

    products.aspose.com/diagram/python-java/metadat...
  7. Create VSDM Files via Python | products.aspose.com

    Python Sample code for generating VSDM documents. Use this code for creating VSDM files within any Python based application.....add it to PATH environment variable, for example: PATH=C:\Program...

    products.aspose.com/diagram/python-java/create/...
  8. Mht to pdf - exception is thrown - Operation is...

    language java 21 library aspose-html 25.2.2 During conversion from mht to pdf, exception is thrown “Operation is not valid due to the current state of the object.” input file 109.zip (18.0 KB)...FileInputStream("path/to/your/sample.mht")) { PdfSaveOptions...setJpegQuality(100); String outputFile = "path/to/your/output.pdf"; Converter...

    forum.aspose.com/t/mht-to-pdf-exception-is-thro...
  9. CertificateHolder.create method | Aspose.Words ...

    Aspose.Words.DigitalSignatures.CertificateHolder.create method...CertificateHolder object using path to PKCS12 store and its password...CertificateHolder object using path to PKCS12 store, its password...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Open PDF Document|Aspose.PDF for Java

    Learn how to open a PDF file with Aspose.PDF for Java....Path ; import java.nio.file.Paths ; import com.aspose...{ } private static Path _dataDir = Paths . get ( "/home/admi...

    docs.aspose.com/pdf/java/open-pdf-document/