Sort Score
Result 10 results
Languages All
Labels All
Results 2,291 - 2,300 of 61,555 for

path

(0.08 sec)
  1. Is there Aspose Cells and Words sample code to ...

    Hi, I want to create an Excel Scatter Chart and put it in a Word docx as an Excel chart. Is there sample code for this using Aspose Cells and Words? Is there sample code to show me how to "bookmark" the place where the c…...Replace with your input file path // Save the workbook as a DOCX...Docx); // Specify the output file path and format Console.WriteLine("Excel...

    forum.aspose.com/t/is-there-aspose-cells-and-wo...
  2. 使用CellsFactory类在C++中创建样式对象|Documentation

    Aspose.Cells是一个支持使用样式对象对单元格进行样式设置的C++库。本文将介绍如何使用Aspose.Cells中的CellsFactory类创建单元格样式对象,以便用户根据需要自定义单元格的外观。...Cells-for-C // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/zh/cpp/create-style-objec...
  3. Aspose Evaluation message generated even with a...

    Hi Aspose Team, We are using aspose.email, aspose.words dlls from nuget in our .netframework 4.8 project to convert files like doc, docx, msg to pdf file and we have aspose license with validity till 2026 Subscriptio…...the license file through its path wordsLicense.SetLicense("Aspose...the license file through its path emailLicense.SetLicense("Aspose...

    forum.aspose.com/t/aspose-evaluation-message-ge...
  4. FieldDatabase.file_name property | Aspose.Words...

    FieldDatabase.file_name property. Gets or sets the complete Path and file name of the database...property Gets or sets the complete path and file name of the database...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 使用 C++ 保护 PDF 文件|Documentation

    了解如何使用 Aspose.Cells 与 C++,为 PDF 文件设置所有者密码和用户密码以实现保护。...Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/zh/cpp/secure-pdf-documents/
  6. HtmlFixedSaveOptions.export_embedded_css proper...

    HtmlFixedSaveOptions.export_embedded_css property. Specifies whether the CSS (Cascading Style Sheet) should be embedded into Html document.... path . exists ( ARTIFACTS_DIR + ...out_doc_contents ) self . assertTrue ( os . path . exists ( ARTIFACTS_DIR + ...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Convert OneNote to Html using user callbacks | ...

    Learn how to convert OneNote notes into HTML format with user-defined callbacks for saving and conversion.... Uri = Path. Combine ( ".." , uri). Replace...= folder; 46 var fullPath = Path. Combine ( this . RootFolder...

    docs.aspose.com/note/net/convert-onenote-to-htm...
  8. Element Builders – Create and Edit SVG Elements...

    Explore the capabilities of the Aspose.SVG Builder API in C# to create and modify SVG elements. Learn how to make SVG programming easier and more efficient.... Save (Path. Combine (OutputDir, "svg-from-scratch...Builder 2 3 string documentPath = Path. Combine (DataDir, "circles...

    docs.aspose.com/svg/net/element-builders/
  9. Working with Signature in PDF File|Aspose.PDF f...

    This section explains how to to extract signature information, extract image from signature, change language, and etc using PdfFileSignature class....ExtractSignatureInfo () { // The path to the documents directory var...ExtractSignatureImag () { // The path to the documents directory var...

    docs.aspose.com/pdf/net/working-with-signature-...
  10. How to create a new instance of MapiAttachment ...

    Hi, I am trying to create a new attachment from a string input and add it to an existing MapiMessage in a PST file. I do not see any constructors for MapiAttachment class. Why is it so? How can I add a new attachment…...the file located at the given path. AddAttachmentToMessa(string...the file located at the given path. Here’s an example: // Load...

    forum.aspose.com/t/how-to-create-a-new-instance...