Sort Score
Result 10 results
Languages All
Labels All
Results 7,351 - 7,360 of 188,041 for

page

(0.24 sec)
  1. Insert ActiveX Control into Visio via .NET | pr...

    C# source code to insert ActiveX Control into Visio on .NET Framework, .NET Core, Mono Platforms....) Select Page via its index. Use the AddActiveXControl...ActiveX Control in the selected page Save Diagram in Vsdx format...

    products.aspose.com/diagram/net/developer/inser...
  2. Working with VBA Macros in C#|Aspose.Words for ...

    Working with document VBA projects using C#.... What is this page about? This page explains how to work...results. Please refresh the page and try again....

    docs.aspose.com/words/net/working-with-vba-macros/
  3. Licensing and Subscription|Aspose.Words for .NET

    Aspose.Words for .NET provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation using Licensing and Subscription policies in C#.... What is this page about? This page explains how licensing...the Get a Temporary License page. Purchased License After purchase...

    docs.aspose.com/words/net/licensing/
  4. Aspose.Words Convert Docx to HTML Header missin...

    Hello. We have tried converting the following document to html: docHeaderOnly.docx (53.2 KB) We are using latest version of [Aspose.Words 25.6.0], in .net8. The code used is the following: var docxFilePath = "docHead…...headers/footers, but different first page, you can use following code...SaveFormat.Html }; // Save each page as separate HTML. for (int i...

    forum.aspose.com/t/aspose-words-convert-docx-to...
  5. Installation|Documentation

    Learn about Installation of C# Finance Library API using NuGet and Package Manager GUI or Console....NET download page. Using the installer has some...Aspose.Finance for .NET download page and download the Aspose.Finance...

    docs.aspose.com/finance/net/installation/
  6. Metadata Cleaner for Outlook|Aspose.Words for .NET

    Aspose.Words Metadata Cleaner for Outlook is a metadata removal tool which protects organizations from accidental information and metadata leaks using C#.... What is this page about? This page explains how the Outlook...results. Please refresh the page and try again....

    docs.aspose.com/words/net/metadata-cleaner-for-...
  7. Convert Image To HTML C#

    Convert Image to HTML format in C# code. Save Image as HTML using C#....html); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.html", saveOptions);...

    products.aspose.com/words/net/conversion/image-...
  8. Convert JPG To WORD C#

    Convert JPG to WORD format in C# code. Save JPG as WORD using C#....docx); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.docx", saveOptions);...

    products.aspose.com/words/net/conversion/jpg-to...
  9. Convert Image To WORD C#

    Convert Image to WORD format in C# code. Save Image as WORD using C#....docx); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.docx", saveOptions);...

    products.aspose.com/words/net/conversion/image-...
  10. Convert WORD To TXT C++

    Convert a Word document to TXT format in C++ code. Save a Word document as TXT using C++....for (int page = 0; page < doc->get_PageCount(); page++) { sav...saveOptions->set_PageSet(MakeObject<PageSet>(page)); doc->Save(String::Format(u"Output_{0}...

    products.aspose.com/words/cpp/conversion/word-t...