Sort Score
Result 10 results
Languages All
Labels All
Results 6,711 - 6,720 of 66,885 for

path

(0.28 sec)
  1. View or Edit VSTM Files Metadata via Python | p...

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

    products.aspose.com/diagram/python-java/metadat...
  2. View or Edit VTX Files Metadata via Python | pr...

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

    products.aspose.com/diagram/python-java/metadat...
  3. View or Edit VSSM Files Metadata via Python | p...

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

    products.aspose.com/diagram/python-java/metadat...
  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 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/
  8. 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/
  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...