Sort Score
Result 10 results
Languages All
Labels All
Results 4,191 - 4,200 of 164,423 for

new

(0.07 sec)
  1. FixedPageSaveOptions.numeralFormat property | A...

    FixedPageSaveOptions.numeralFormat property. Gets or sets [NumeralFormat](../../numeralformat/) used for rendering of numerals...let doc = new aw . Document (); let builder = new aw . DocumentBuilder... font . localeId = 5121 ; //new CultureInfo("ar-AR").LCID; builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Convert PowerPoint to Markdown in Java|Aspose.S...

    Convert PowerPoint to Markdown in Java...markdown: Presentation pres = new Presentation ( "pres.pptx" );...CommonMark: Presentation pres = new Presentation ( "pres.pptx" );...

    docs.aspose.com/slides/java/convert-powerpoint-...
  3. Convert PowerPoint to Markdown in Java|Aspose.S...

    Convert PowerPoint to Markdown in Java...markdown: Presentation pres = new Presentation ( "pres.pptx" );...CommonMark: Presentation pres = new Presentation ( "pres.pptx" );...

    docs.aspose.com/slides/androidjava/convert-powe...
  4. Shapes in charts rendered by aspose cells into ...

    Hi Aspose Team, I’m trying to convert charts/ranges in excel to images to insert them into word document. The code I’m using to do this is: Document RepDoc = New Document(); DocumentBuilder Builder = New DocumentBuild…...RepDoc = new Document(); DocumentBuilder Builder = new DocumentBuilder(RepDoc);...using (Workbook TemplateWB = new Workbook(dir + @"\Test_04072025\Excel_Template...

    forum.aspose.com/t/shapes-in-charts-rendered-by...
  5. Edit PDF In C#

    Edit PDF in C# code....and formatting attributes Add new PDF elements Search PDF for text...patterns and replace them with new text Save the result to a variety...

    products.aspose.com/words/net/edit/pdf/
  6. FieldTitle Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldTitle class for seamless TITLE field implementation. Enhance document management with powerful features today!... Document doc = new Document (); // Set a value for...document. DocumentBuilder builder = new DocumentBuilder ( doc ); FieldTitle...

    reference.aspose.com/words/net/aspose.words.fie...
  7. Some table borders are randomly not rendered in...

    Hi, we are experiencing some issues while trying to convert pdf to pptx file using aspose.pdf library. Some table borders are randomly not displayed in the exported pptx. Please find the pdf input attached. Also, below i…...throws Exception { var pdfBytes = new ClassPathResource("bug_254248...readAllBytes(); try (Document srcDoc = new Document(pdfBytes)) { ByteArrayOutputStrea...

    forum.aspose.com/t/some-table-borders-are-rando...
  8. OoxmlSaveOptions.SaveFormat | Aspose.Words for ...

    Discover OoxmlSaveOptions' SaveFormat property to easily choose document formats like Docx, Docm, Dotx, Dotm, or FlatOpc for seamless saving....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions { Compliance...

    reference.aspose.com/words/net/aspose.words.sav...
  9. Style.remove method | Aspose.Words for Node.js

    Style.remove method. Removes the specified style from the document.... let doc = new aw . Document (); let style =...style . font . name = "Times New Roman" ; style . font . size...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Convert WORD To PDF Javascript

    Convert a Word document to PDF format in JavaScript code. Save a Word document as PDF using JavaScript....'@aspose/words' ); var doc = new aw.Document( "Input.docx" ) doc...require('@aspose/words'); var doc = new aw.Document("Input.docx") doc...

    products.aspose.com/words/nodejs-net/conversion...