Sort Score
Result 10 results
Languages All
Labels All
Results 8,261 - 8,270 of 222,973 for

new

(0.16 sec)
  1. Convert Image To DOC C#

    Convert Image to DOC format in C# code. Save Image as DOC using C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...using Aspose.Words; var doc = new Document("Input.png"); doc.Save("Output...

    products.aspose.com/words/net/conversion/image-...
  2. Convert PDF to Excel in JavaScript|Aspose.PDF f...

    Aspose.PDF for JavaScript allows you to convert PDF to convert PDF to XLSX, and CSV formats....Worker*/ const AsposePDFWebWorker = new Worker ( "AsposePDFforJS.js"...= e => { const file_reader = new FileReader (); file_reader ....

    docs.aspose.com/pdf/javascript-cpp/convert-pdf-...
  3. Aspose Slides WaterFall Chart - Free Support Fo...

    Hello Team, We are using Aspose.Slides in our .Net Core application and trying to create ChartType.WaterFall by adding chart into slide using slide.Shapes.AddChart() method. We are facing issue in formatting the number…...var categories = new List(); var values = new List(); var costValues...costValues = new List(); var showCost = values.Count() == 0 ? true...

    forum.aspose.com/t/aspose-slides-waterfall-char...
  4. Missing label in the legend of a PivotChart (SU...

    Hi Support, In an Excel workbook containing a PivotChart that displays the legend, when exported to PDF, the label for the second value is not displayed. I’ve attached an image showing the problem and a simple program …...We have opened the following new ticket(s) in our internal issue...you as soon as a hotfix or a new version containing the fix is...

    forum.aspose.com/t/missing-label-in-the-legend-...
  5. Chart lines disappear when the chart is saved a...

    Hello, I’m trying to save a line chart as an image, but during the process, the chart lines are getting lost. Is this a bug in Aspose? Workbook workbook = New Workbook(New FileInputStream("C:\\lines.xlsx")); Chart char…... Workbook workbook = new Workbook(new FileInputStream("C:\\lines...JPEG: Workbook workbook = new Workbook(new FileInputStream("C:\\lines...

    forum.aspose.com/t/chart-lines-disappear-when-t...
  6. Layout Slide|Aspose.Slides Documentation

    Master layout slides in Aspose.Slides for .NET: choose, apply, and customize slide layouts, placeholders, and masters with C# examples for PPT, PPTX, and ODP presentations....() { using var presentation = new Presentation (); var masterSlide...() { using var presentation = new Presentation (); // Access a...

    docs.aspose.com/slides/net/examples/elements/la...
  7. 档案

    档案...Words和GPT-4o模型汇总文档: Document firstDoc = new Document(MyDir + "Big document...docx" ); Document secondDoc = new Document(MyDir + "Document.docx"...

    blog.aspose.com/zh/words/summarize-documents-wi...
  8. FootnoteOptions | Aspose.Words for Java

    Represents the footnote numbering options for a document or section in Java.... Document doc = new Document(getMyDir() + "Footnotes...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  9. Layout Slide|Aspose.Slides Documentation

    Master layout slides in Aspose.Slides for Java: choose, apply, and customize slide layouts, placeholders, and masters with Java examples for PPT, PPTX, and ODP presentations....Presentation presentation = new Presentation (); try { IMasterSlide...Presentation presentation = new Presentation (); try { // Access...

    docs.aspose.com/slides/java/examples/elements/l...
  10. HtmlFixedSaveOptions.ResourcesFolder | Aspose.W...

    Discover how the HtmlFixedSaveOptions ResourcesFolder property defines where images, fonts, and CSS are stored during HTML exports. Optimize your document workflow!...HtmlFixedResourceFol () { Document doc = new Document ( MyDir + "Rendering...ResourceUriPrinter callback = new ResourceUriPrinter (); HtmlFixedSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...