Sort Score
Result 10 results
Languages All
Labels All
Results 3,991 - 4,000 of 65,990 for

path

(0.16 sec)
  1. Apply preset theme to VSDM document via Python ...

    Python source code to apply preset theme to vsdm file within any Python based application....and pass the file name (full path) and format (VSDX) as a parameter...add it to PATH environment variable, for example: PATH=C:\Program...

    products.aspose.com/diagram/python-java/theme/v...
  2. Watermark VTX document via Python | products.as...

    Python sample code to add watermark to VTX documents within any Python based application....and pass the file name (full path) and format (VSDX) as a parameter...add it to PATH environment variable, for example: PATH=C:\Program...

    products.aspose.com/diagram/python-java/waterma...
  3. Convert DOT to OFT in Python | products.aspose.com

    Save DOT to OFT within Python applications without using Microsoft Word or Outlook...specifying output HTML file path and relevant HTML Save options...converted to HTML at the specified path Now Load the saved HTML file...

    products.aspose.com/total/python-net/conversion...
  4. Introduced i 24.10 - Compare marks too much tex...

    Starting with Aspose.Words 24.10, comparing files at the word level may incorrectly mark too much text as inserted and deleted. Attached is an example, with the original file, the revised file, a code sample and the com…...Document docA = new Document("path/to/original.docx"); Document...Document docB = new Document("path/to/revised.docx"); // Set up compare...

    forum.aspose.com/t/introduced-i-24-10-compare-m...
  5. 绘制文字|Documentation

    本节介绍如何用Aspose.Diagram在visio页面中绘制文字。支持使用C#绘制文字并保存为pdf、svg、html、image、xps等格式。...NET // The path to the documents directory....ose.Diagram-for-.NET // The path to the documents directory....

    docs.aspose.com/diagram/zh/net/drawing/draw-text/
  6. Working with Shapes Gluing|Documentation

    This section explains how to get shapes which glued to a particular shape with Aspose.Diagram....NET // The path to the documents directory....ose.Diagram-for-.NET // The path to the documents directory....

    docs.aspose.com/diagram/net/working-with-shapes...
  7. Convert Visio to PDF format|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to PDF formats. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to PDF with a few lines of code....NET // The path to the documents directory....ose.Diagram-for-.NET // The path to the documents directory....

    docs.aspose.com/diagram/zh/net/convert-visio-to...
  8. Working with Transparency in PS file | Java

    How to add transparency to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...19 GeneralPath path = new GeneralPath(); 20 path. append ( new...(opaquePaint); 27 document. fill (path); 28 29 offsetX = 350; 30 31...

    docs.aspose.com/page/java/ps/working-with-trans...
  9. 将 SVG 转换为 PDF – C# 代码和在线转换器

    使用 Aspose.HTML for .NET 将 SVG 转换为 PDF。在 C# 示例中考虑各种 SVG 到 PDF 的转换方案。尝试在线 SVG 转换器。... ConvertSVG (Path. Combine (DataDir, "shapes.svg"...svg" ), new PdfSaveOptions(), Path. Combine (OutputDir, "convert-with-single-line...

    docs.aspose.com/html/zh/net/convert-svg-to-pdf/
  10. Mht to pdf - exception - Cannot invoke "java.la...

    language java 21 library aspose-html 25.2.2 During conversion from mht to pdf, exception is thrown Cannot invoke "java.lang.Long.longValue()" because the return value of "com.aspose.html.HTMLCanvasElement.a(java.lang…...FileInputStream("path/to/your/sample.mht")) { // Create...the output file path String outputFile = "path/to/your/output...

    forum.aspose.com/t/mht-to-pdf-exception-cannot-...