Sort Score
Result 10 results
Languages All
Labels All
Results 6,991 - 7,000 of 223,647 for

new

(2.84 sec)
  1. Convert HTML To DOCX C#

    Convert HTML to DOCX format in C# code. Save HTML as DOCX using 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/net/conversion/html-t...
  2. Convert PDF To MARKDOWN C#

    Convert PDF to MARKDOWN format in C# code. Save PDF as MARKDOWN using 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/net/conversion/pdf-to...
  3. FontSubstitutionWarningInfo.RequestedFamilyName...

    FontSubstitutionWarningInfo.RequestedFamilyName property returns the requested font family name in Aspose.Words.... Document doc = new Document ( MyDir + "Rendering...WarningInfoCollectio callback = new WarningInfoCollectio (); doc...

    reference.aspose.com/words/net/aspose.words/fon...
  4. Couldnt implement Auto Scale Option Need help -...

    Situation: Using Aspose.Pdf.Document First we generate the content in HTML format. Func1: var htmlOptions = CreateHtmlLoadOptions(marginsInInches, marginTopBotInInches, headerHeight, baseUrl, outputAreaHeight); usin…...outputAreaHeight); using (var htmlStream = new MemoryStream(Encoding.UTF8.GetBytes(content)))...GetBytes(content))) { var tempDoc = new Aspose.Pdf.Document(htmlStream...

    forum.aspose.com/t/couldnt-implement-auto-scale...
  5. Convert Presentations to HTML5 in .NET|Aspose.S...

    Export PowerPoint & OpenDocument presentations to responsive HTML5 with Aspose.Slides for .NET. Preserve formatting, animations, and interactivity....using ( Presentation pres = new Presentation ( "pres.pptx" ))...using ( Presentation pres = new Presentation ( "pres.pptx" ))...

    docs.aspose.com/slides/net/export-to-html5/
  6. Resize and crop EPS via Java | Aspose.Page

    Elevate your Java applications with our API solution, delivering precise EPS file cropping and resizing for vivid, captivating visuals....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    products.aspose.com/page/java/resize-eps/
  7. I am seeing the Aspose Evaluation Message on th...

    I converting the file to PDF , In the PDF file Top it is showing me a Evaluation message, this was under the parallelism code in C# . Task.Add Method, for every task i am creating New license set code , i don’t want dist…...for every task i am creating new license set code , i don’t want...(MemoryStream mhtmlStream = new MemoryStream()) { mailMessage...

    forum.aspose.com/t/i-am-seeing-the-aspose-evalu...
  8. Spill function is not updating - Free Support F...

    Dear Aspose Team, I am using Aspose.Cells 25.11.0. .NET 9.0 We have Spill Function includes LET with XLOOKUP and run RefreshDynamicArrayFormulas and CalculateFormula Spill function does not update correctly. If I s…...(var ms = new FileStream(input, FileMode.Open)) wbc = new Workbook(ms...Workbook(ms, new LoadOptions(LoadFormat.Xlsx)); var engine = new CustomCalculationEng...

    forum.aspose.com/t/spill-function-is-not-updati...
  9. Convert Presentations to HTML5 on Android|Aspos...

    Export PowerPoint & OpenDocument presentations to responsive HTML5 with Aspose.Slides for Android via Java. Preserve formatting, animations, and interactivity....dependencies: Presentation pres = new Presentation ( "pres.pptx" );...this way: Presentation pres = new Presentation ( "pres.pptx" );...

    docs.aspose.com/slides/androidjava/export-to-ht...
  10. NodeImporter class | Aspose.Words for Node.js

    Aspose.Words.NodeImporter class. Allows to efficiently perform repeated import of nodes from one document to another...importFormatMode) Initializes a new instance of the NodeImporter...importFormatOptions) Initializes a new instance of the NodeImporter...

    reference.aspose.com/words/nodejs-net/aspose.wo...