Sort Score
Result 10 results
Languages All
Labels All
Results 6,561 - 6,570 of 18,690 for

doc to html

(0.09 sec)
  1. FieldLink.InsertAsRtf | Aspose.Words for .NET

    FieldLink InsertAsRtf property. Gets or sets whether To insert the linked object in richtext format RTF in C#....insertLinkedObjectAs ) { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are three types of...

    reference.aspose.com/words/net/aspose.words.fie...
  2. FieldDdeAuto.InsertAsUnicode | Aspose.Words for...

    FieldDdeAuTo InsertAsUnicode property. Gets or sets whether To insert the linked object as Unicode text in C#....insertLinkedObjectAs ) { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are three types of...

    reference.aspose.com/words/net/aspose.words.fie...
  3. Landscape Orientation Not Working When Saving W...

    I am trying To download a PDF with landscape orientation and I cannot get it working. First I create a word Document by importing Html, and then save the Word Document as PDF and return as a download. Here is a minimi…...Words Product Family html-to-pdf , aspose-pdf-net , words-net...a word document by importing HTML, and then save the Word document...

    forum.aspose.com/t/landscape-orientation-not-wo...
  4. Aspose::Words::MailMerging::FieldMergingArgs cl...

    Aspose::Words::MailMerging::FieldMergingArgs class. Provides data for the MergeField event. To learn more, visit the Documentation article in C++....form of HTML documents. void MergeHtml () { auto doc = MakeObject...DocumentBuilder > ( doc ); builder -> InsertField ( u "MERGEFIELD html_Title...

    reference.aspose.com/words/cpp/aspose.words.mai...
  5. Remove Watermark from PDF using Python | Aspose...

    Remove watermark from PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET...pdf as ap doc = ap . Document ( "1.pdf" ) if doc . pages [ 1...WATERMARK : doc . pages [ 1 ] . artifacts . delete ( doc . pages...

    products.aspose.com/pdf/python-net/watermark/re...
  6. Convert PNG to XLSX via C# | products.aspose.com

    Sample code for PNG To XLSX C# conversion. Use API example code for batch PNG files To XLSX conversion within VB.NET, Asp.NET or any .NET based application....NET Conversion PNG to XLSX HTML JPG OCR XML BMP XLSX Convert...File) Text (Text Document File) DOC (Documents generated by Microsoft...

    products.aspose.com/ocr/net/conversion/png-to-x...
  7. Convert PNG to JSON via C# | products.aspose.com

    Sample code for PNG To JSON C# conversion. Use API example code for batch PNG files To JSON conversion within VB.NET, Asp.NET or any .NET based application....NET Conversion PNG to JSON HTML JPG OCR XML BMP JSON Convert...File) Text (Text Document File) DOC (Documents generated by Microsoft...

    products.aspose.com/ocr/net/conversion/png-to-j...
  8. Convert JP2 to XLSX via C# | products.aspose.com

    Sample code for JP2 To XLSX C# conversion. Use API example code for batch JP2 files To XLSX conversion within VB.NET, Asp.NET or any .NET based application....NET Conversion JP2 to XLSX HTML JPG OCR XML BMP XLSX Convert...File) Text (Text Document File) DOC (Documents generated by Microsoft...

    products.aspose.com/ocr/net/conversion/jp2-to-x...
  9. Several JPG Into PNG C#

    Merge multiple JPG inTo PNG in C# code. Save JPG as PNG using C#....jpg" }; var doc = new Document(); var builder...builder = new DocumentBuilder(doc); var shapes = fileNames.Select(fileName...

    products.aspose.com/words/net/merge/jpg-to-png/
  10. Several JPG Into GIF C#

    Merge multiple JPG inTo GIF in C# code. Save JPG as GIF using C#....jpg" }; var doc = new Document(); var builder...builder = new DocumentBuilder(doc); var shapes = fileNames.Select(fileName...

    products.aspose.com/words/net/merge/jpg-to-gif/