Sort Score
Result 10 results
Languages All
Labels All
Results 6,071 - 6,080 of 20,738 for

2 of

(0.13 sec)
  1. WIM extraction in C# | Aspose.Zip for .NET

    C# library allows you to extract Wim archive....wim" )) 2 { 3 wimArchive.Images[ 0 ].ExtractToDirectory(...new WimArchive( "boot.wim" )) 2 { 3 foreach (WimFileEntry entry...

    docs.aspose.com/zip/net/wim-extraction/
  2. How to Convert OneNote to Image | Aspose.Note D...

    Learn how to convert your OneNote notes into images using various color modes.... 2 string dataDir = RunExamples....path to the documents directory. 2 string dataDir = RunExamples....

    docs.aspose.com/note/net/convert-onenote-to-ima...
  3. Convert Project Data to PDF | Aspose.Tasks Docu...

    A step-by-step guide to converting MicrosOft Project files to PDF using Aspose.Tasks for C++....// Read the input Project file 2 System ::SharedPtr < Project >...(dataDir + u "CreateProject2.mpp" ); 2 System ::SharedPtr < SaveOptions...

    docs.aspose.com/tasks/cpp/convert-project-to-pd...
  4. Style.LinkedStyleName | Aspose.Words for .NET

    Discover how to style the LinkedStyleName property, easily manage linked styles, and enhance your design workflow with seamless integration....MyStyle Alias 1,MyStyle Alias 2". // If a style's name has multiple..."MyStyle Alias 1" , "MyStyle Alias 2" })); Assert . That ( style ....

    reference.aspose.com/words/net/aspose.words/sty...
  5. ChartDataLabel.separator property | Aspose.Word...

    ChartDataLabel.separator property. Gets or sets string separator used for the data labels on a chart... assertEqual ( 'Series 2' , chart . series [ 1 ] . name...'Series 3' , chart . series [ 2 ] . name ) # Apply data labels...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Convert Word Form Fields to PDF Form fields - F...

    Hi, If I have a word document with Form Fields, then how can I convert the document to PDF document with PDF Form Fields. Currently if I do doc.Save() with target file extension as PDF, it just converts the word to PDF …...Discourse May 13, 2025, 12:20pm 2 @srinudhulipalla To convert a...srinudhulipalla May 13, 2025, 2:05pm 3 Ok, thank you. But if I...

    forum.aspose.com/t/convert-word-form-fields-to-...
  7. RowFormat.headingFormat property | Aspose.Words...

    RowFormat.headingFormat property. True if the row is repeated as a table heading on every page when the table spans more than one page.... write ( "Heading row 2" ); builder . endRow (); builder...table . rows . count } , column 2.` ); builder . endRow (); } doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Word 有序列表、嵌套列表解析失效 - Free Support Forum - aspos...

    当前使用版本 Aspose.Words for Java 23.10 ,使用时发现三个列表解析问题: 1、无法解析成嵌套列表 2、无法解析成嵌套列表,而且缩进变成了   空格符代替 3、不同序号类型无法解析成序号,全部是p 标签 参考附件: xuhao.docx (12.1 KB)...Discourse July 21, 2025, 8:39am 2 @JLong_Chen Cause The issues you’re...applyListStyle(list); builder.writeln("Item 2"); // Create a nested list builder...

    forum.aspose.com/t/word/315453
  9. DocumentBuilder.startTable method | Aspose.Word...

    DocumentBuilder.startTable method. Starts a table in the document.... write ( "Row 1, Col 2" ); builder . endRow (); // Changing...insertCell (); builder . write ( "Row 2, Col 1" ); builder . insertCell...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Aspose.email.cpp 获取PST文件中邮件的附件数据,可以分块读取吗 - Free...

    System::SharedPtr<MapiAttachment> attachment = attachments->idx_get(attachmentIndex); if(attachment) { System::SharedPtr<System::IO::MemoryStream> stream = attachment->ToMemoryStream(); } stream把整个附件的数据都读到内存了,大文件的话需要分块…...email-pst , email-cpp Yu_Zhou July 2, 2025, 3:08pm 1 System::Share...Professionalize.Discourse July 2, 2025, 3:09pm 2 @Yu_Zhou Cause The ToMemoryStream()...

    forum.aspose.com/t/aspose-email-cpp-pst/314744