Sort Score
Result 10 results
Languages All
Labels All
Results 8,251 - 8,260 of 61,153 for

path

(0.35 sec)
  1. Adjust Thickness of Visio "No Symbol" programma...

    I have created a Visio diagram using aspose and I have a “No Symbol” shape. I have been able to change the color of the shape, but cannot change the thickness of the border....Diagram diagram = new Diagram("path_to_your_diagram.vsd"); // Get...modified diagram diagram.Save("path_to_save_modified_diagram.vsdx"...

    forum.aspose.com/t/adjust-thickness-of-visio-no...
  2. Convert OneNote to Markdown with Aspose.Note an...

    Sample code for convert OneNote to Markdown using C#. Utilize the API example code for batch conversion of .one to .md within VB.NET, Asp.NET, or any .NET-based application...oneFilePath = "path/to/sample.one" ; string mdFilePath = "path/to/output...md" ; string htmlFilePath = "path/to/temp.html" ; // Step 1: Convert...

    products.aspose.com/note/net/conversion/one-to-...
  3. word转PDF的问题 - Free Support Forum - aspose.com

    测试的最新版25.6,有如下两个问题想咨询。 1、请帮忙测试一下附件里word里面的标题和数据转换pdf之后字体样式就变了,另外就是非中国字体转换完后并不正确。 2、表格转换后表格的样式就会挤压 ,我们原来的方式是按照百分比配置的表格宽度,后面因为转换pdf挤压,最后才调整为厘米(固定列) demo.docx (54.9 KB)...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/word-pdf/314835
  4. Aspose::Words::Fields::FieldDatabase class | As...

    Aspose::Words::Fields::FieldDatabase class. Implements the DATABASE field. To learn more, visit the documentation article in C++....get_FileName () Gets the complete path and file name of the database...System::String&) Sets the complete path and file name of the database...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. 将页码添加到PDF|Aspose.PDF for .NET

    Aspose.PDF for .NET允许您使用PageNumber Stamp类将页码印章添加到PDF文件中。...AddPageNumberToPdf () { // The path to the documents directory var...RemoveBatesNumbering () { // The path to the documents directory var...

    docs.aspose.com/pdf/zh/net/add-page-number/
  6. Convert XML to XLS via C++ application

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

    products.aspose.com/tasks/cpp/conversion/xml-to...
  7. Convert MPP to XPS via C++ application

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

    products.aspose.com/tasks/cpp/conversion/mpp-to...
  8. Convert MPT to XPS via C++ application

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

    products.aspose.com/tasks/cpp/conversion/mpt-to...
  9. Convert XML to PRIMAVERA XML via C++ application

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

    products.aspose.com/tasks/cpp/conversion/xml-to...
  10. Convert BMP to EPS using Python

    BMP to EPS conversion functionality offered by Aspose.Page API solution for Python is explained and illustrated with the code snippets here....###### 8 ########## 9 10 # The path to the documents directory....Page-for-Python-.NET 2 3 # The path to the documents directory....

    docs.aspose.com/page/python-net/convert/bmp-to-...