Sort Score
Result 10 results
Languages All
Labels All
Results 3,261 - 3,270 of 200,018 for

new

(0.08 sec)
  1. Გადაიყვანეთ DOC PNG Javascript

    გადაიყვანეთ DOC PNG JavaScript ფორმატში კოდით. შეინახეთ DOC როგორც PNG JavaScript....'@aspose/words' ); var doc = new aw.Document( "Input.doc" ) for...require('@aspose/words'); var doc = new aw.Document("Input.doc") doc...

    products.aspose.com/words/ka/nodejs-net/convers...
  2. Გადაიყვანეთ HTML WORD Javascript

    გადაიყვანეთ HTML WORD JavaScript ფორმატში კოდით. შეინახეთ HTML როგორც WORD JavaScript....'@aspose/words' ); var doc = new aw.Document( "Input.html" ) doc...require('@aspose/words'); var doc = new aw.Document("Input.html") doc...

    products.aspose.com/words/ka/nodejs-net/convers...
  3. Გადაიყვანეთ HTML GIF Javascript

    გადაიყვანეთ HTML GIF JavaScript ფორმატში კოდით. შეინახეთ HTML როგორც GIF JavaScript....'@aspose/words' ); var doc = new aw.Document( "Input.html" ) for...require('@aspose/words'); var doc = new aw.Document("Input.html") doc...

    products.aspose.com/words/ka/nodejs-net/convers...
  4. Გადაიყვანეთ HTML MARKDOWN Javascript

    გადაიყვანეთ HTML MARKDOWN JavaScript ფორმატში კოდით. შეინახეთ HTML როგორც MARKDOWN JavaScript....'@aspose/words' ); var doc = new aw.Document( "Input.html" ) doc...require('@aspose/words'); var doc = new aw.Document("Input.html") doc...

    products.aspose.com/words/ka/nodejs-net/convers...
  5. Create Excel Charts and Embed Them in Presentat...

    Create Excel charts and embed them as OLE objects in PowerPoint and OpenDocument presentations with C#/.NET. Step-by-step guide with code samples.... Workbook workbook = new Aspose . Cells . Workbook ();...Presentation presentation = new Presentation ()) { ISlide slide...

    docs.aspose.com/slides/net/creating-excel-chart...
  6. DocumentBuilder.insertCell method | Aspose.Word...

    DocumentBuilder.insertCell method. Inserts a table cell into the document.... To start a new cell in the same row, call DocumentBuilder...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. TxtExportHeadersFootersMode Enum | Aspose.Words...

    Discover how Aspose.Words' TxtExportHeadersFootersMode enum enhances plain text exports by customizing header and footer handling for optimal results.... Document doc = new Document (); // Insert even and...FirstSection . HeadersFooters . Add ( new HeaderFooter ( doc , HeaderFooterType...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Support for XAdES Signature with JavaScript via...

    This article describes support for XAdES Signature using JavaScript via C++ with Aspose.Cells....(); const workbook = new Workbook ( new Uint8Array ( arrayBuffer...arrayBuffer (); const pfxBytes = new Uint8Array ( pfxArrayBuffer );...

    docs.aspose.com/cells/javascript-cpp/support-fo...
  9. ArrowLength | Aspose.Words for Java

    Length of the arrow at the end of a line in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...the right end: Shape arrow = new Shape(doc, ShapeType.LINE); arrow...

    reference.aspose.com/words/java/com.aspose.word...
  10. Export Worksheet CSS Separately in Output HTML ...

    Learn how to export worksheet CSS separately when converting an Excel file to HTML using Aspose.Cells for JavaScript via C++....=> { // Create a new workbook const wb = new Workbook (); // Access...css separately const opts = new HtmlSaveOptions (); opts . exportWorksheetCSSSe...

    docs.aspose.com/cells/javascript-cpp/export-wor...