Sort Score
Result 10 results
Languages All
Labels All
Results 7,241 - 7,250 of 213,156 for

new

(0.39 sec)
  1. Convert HTML to Image – C# code and Online Conv...

    Convert HTML to Image online or with Aspose.HTML for .NET. Use HTML to Image Converter to save webpage as an image file quickly, clearly and safely....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    products.aspose.com/html/net/conversion/html-to...
  2. Aspose.Cells - Incorrect html is saved - Free S...

    I need to save certain range of cells as html. I use Workbook.Save xlsx file as html: workbook.Save(fs, htmlOptions); Save as HTML method does not work. 25.3.0 - Works correctly 25.4.0 - Does not work var input = @"…...html"; var workbook = new Workbook(input); var name = workbook...SetStyle(style); } } using var fs = new FileStream(output, FileMode.Create);...

    forum.aspose.com/t/aspose-cells-incorrect-html-...
  3. DocumentPartSavingArgs.DocumentPartFileName | A...

    Discover the DocumentPartFileName property for DocumentPartSavingArgs. Easily manage file names for seamless document part saving without paths....DocumentPartsFileNam () { Document doc = new Document ( MyDir + "Rendering...HTML. HtmlSaveOptions options = new HtmlSaveOptions (); // If we...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Public API Changes in Aspose.3D 17.2.0|Document...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... It includes not only new and updated public methods, but...// load X file Scene Xfile = new Scene ( "3D.x" ); Adds Aspose...

    docs.aspose.com/3d/net/public-api-changes-in-as...
  5. CsvDataSource constructor | Aspose.Words for Py...

    aspose.words.reporting.CsvDataSource constructor...CsvDataSource(csv_path) Creates a new data source with data from a...CsvDataSource(csv_path, options) Creates a new data source with data from a...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Გადაიყვანეთ PDF RTF C#

    გადაიყვანეთ PDF RTF C# ფორმატში კოდით. შეინახეთ PDF როგორც RTF C#....Words; var doc = new Document( "Input.pdf" ); doc...using Aspose.Words; var doc = new Document("Input.pdf"); doc.Save("Output...

    products.aspose.com/words/ka/net/conversion/pdf...
  7. Გადაიყვანეთ PDF HTML C#

    გადაიყვანეთ PDF HTML C# ფორმატში კოდით. შეინახეთ PDF როგორც HTML C#....Words; var doc = new Document( "Input.pdf" ); doc...using Aspose.Words; var doc = new Document("Input.pdf"); doc.Save("Output...

    products.aspose.com/words/ka/net/conversion/pdf...
  8. Გადაიყვანეთ DOC TXT C#

    გადაიყვანეთ DOC TXT C# ფორმატში კოდით. შეინახეთ DOC როგორც TXT C#....Words; var doc = new Document( "Input.doc" ); doc...using Aspose.Words; var doc = new Document("Input.doc"); doc.Save("Output...

    products.aspose.com/words/ka/net/conversion/doc...
  9. Გადაიყვანეთ HTML DOCX C#

    გადაიყვანეთ HTML DOCX C# ფორმატში კოდით. შეინახეთ HTML როგორც DOCX C#....Words; var doc = new Document( "Input.html" ); doc...using Aspose.Words; var doc = new Document("Input.html"); doc.Save("Output...

    products.aspose.com/words/ka/net/conversion/htm...
  10. Convert Presentation Slides to Images in PHP|As...

    Convert slides from PPT, PPTX and ODP to images using Aspose.Slides for PHP via Java — fast, high-quality rendering with clear code examples....PNG format: $presentation = new Presentation ( "Presentation...how to do this: $imageSize = new Java ( "java.awt.Dimension" ...

    docs.aspose.com/slides/php-java/convert-slide/