Sort Score
Result 10 results
Languages All
Labels All
Results 7,241 - 7,250 of 61,485 for

path

(0.15 sec)
  1. Split VSSM Files via Python | products.aspose.com

    Python source code to Split vssm file within any Python based application....Load the VSSM file with full path for splitting. Iterate throug...and pass the file name (full path) and SaveFileFormat.VSDX as...

    products.aspose.com/diagram/python-net/splitter...
  2. Split VSTM Files via Python | products.aspose.com

    Python source code to Split vstm file within any Python based application....Load the VSTM file with full path for splitting. Iterate throug...and pass the file name (full path) and SaveFileFormat.VSDX as...

    products.aspose.com/diagram/python-java/splitte...
  3. Split VDW Files via Python | products.aspose.com

    Python source code to Split vdw file within any Python based application....Load the VDW file with full path for splitting. Iterate throug...and pass the file name (full path) and SaveFileFormat.VSDX as...

    products.aspose.com/diagram/python-java/splitte...
  4. Create VSTM Files via Python | products.aspose.com

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

    products.aspose.com/diagram/python-java/create/...
  5. VSDX saved to PDF is missing elements - Free Su...

    Hi, When converting a specific .vsdx to .pdf, most of its content is not visible. I’m using this code: Diagram diag = new Diagram(options.SourcePath); diag.Save(options.DestinationPath, SaveFileFormat.Pdf);...Diagram diagram = new Diagram("path/to/your/file.vsdx"); // Initialize...diagram to PDF diagram.Save("path/to/output/file.pdf", options);...

    forum.aspose.com/t/vsdx-saved-to-pdf-is-missing...
  6. The exported JPG images are abnormal - Free Sup...

    The exported JPG images are abnormal export.psd_file.to.jpg (428.6 KB) abnormal.jpg (478.7 KB) Question 1: The exported JPG images are abnormal; some files are missing and they do not match the images seen in Photosho…...load("path/to/your/file.psd") # Save as...quality of the JPG psd_image.save("path/to/save/converted_image.jpg"...

    forum.aspose.com/t/the-exported-jpg-images-are-...
  7. Merge ODP Files using .NET | products.aspose.com

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

    products.aspose.com/slides/net/merger/odp/
  8. Merge POT Files using .NET | products.aspose.com

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

    products.aspose.com/slides/net/merger/pot/
  9. Aspose.PDF throws NullReferenceException openin...

    Aspose.PDF v19.11 and earlier successfully converts a specific PCL file to a PDF. Aspose.PDF v19.12 and later throws a NullReferenceException: Object reference not set to an instance of an object. I have attached a proo…...Document document = new Document("path/to/your/file.pcl"); // Repair...Document document = new Document("path/to/your/file.pcl", options);...

    forum.aspose.com/t/aspose-pdf-throws-nullrefere...
  10. Docx to Pdf rendition is not getting generating...

    In the original document SISMS-06-01-SFP-FORM-006320.docx (107.7 KB), row 54 appears on page 9. However, after converting the document to PDF using Aspose version 25.6, row 54 is shifted to page 8 in the output file SISM…...Document doc = new Document("path/to/your/document.docx"); //...the document as PDF doc.save("path/to/output/document.pdf", options);...

    forum.aspose.com/t/docx-to-pdf-rendition-is-not...