Sort Score
Result 10 results
Languages All
Labels All
Results 8,381 - 8,390 of 222,975 for

new

(0.55 sec)
  1. Change Data Source of the Chart to Destination ...

    Learn how to change the data source of a chart to a destination worksheet while copying rows or a range in Aspose.Cells for C++. Our guide will show you how to update the chart's data range and link it to the destination worksheet, ensuring that the copied rows or range are accurately reflected in the chart....range that contains charts to a new worksheet, the data source of...copying rows or a range to a new worksheet, the data source will...

    docs.aspose.com/cells/go-cpp/change-data-source...
  2. Convert WORD To MARKDOWN C#

    Convert a Word document to MARKDOWN format in C# code. Save a Word document as MARKDOWN using C#....Words; var doc = new Document( "Input.docx" ); doc...using Aspose.Words; var doc = new Document("Input.docx"); doc.Save("Output...

    products.aspose.com/words/net/conversion/word-t...
  3. Convert PDF To RTF C#

    Convert PDF to RTF format in C# code. Save PDF as RTF 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...
  4. Convert PDF To EPUB C#

    Convert PDF to EPUB format in C# code. Save PDF as EPUB 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...
  5. Convert DOC To DOCX C#

    Convert DOC to DOCX format in C# code. Save DOC as DOCX using 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/net/conversion/doc-to...
  6. Convert DOC To TXT C#

    Convert DOC to TXT format in C# code. Save DOC as TXT using 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/net/conversion/doc-to...
  7. Convert DOC To PDF C#

    Convert DOC to PDF format in C# code. Save DOC as PDF using 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/net/conversion/doc-to...
  8. Convert PDF To TXT C#

    Convert PDF to TXT format in C# code. Save PDF as TXT 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...
  9. Convert PDF To DOCX C#

    Convert PDF to DOCX format in C# code. Save PDF as DOCX 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...
  10. False positioning of rotated text in table cell...

    I try to create a dynamic (varying input texts) solution for adding rotated (90°) text within a table cell. Example of desired result: Adding a TextFragment with rotated text to an table cell results in unexpected ou…...Table testTable = new Aspose.Pdf.Table(); testTable..."15%"; Aspose.Pdf.Row row = new Aspose.Pdf.Row(); row.MinRowHeight...

    forum.aspose.com/t/false-positioning-of-rotated...