Sort Score
Result 10 results
Languages All
Labels All
Results 9,331 - 9,340 of 222,973 for

new

(0.12 sec)
  1. Փոխարկել JPG DOC Javascript

    Փոխարկեք JPG ը DOC ձևաչափի JavaScript կոդով: Պահեք JPG որպես DOC օգտագործելով JavaScript:...); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...require('@aspose/words'); var doc = new aw.Document("Input.jpg") doc...

    products.aspose.com/words/hy/nodejs-net/convers...
  2. Decrypt PDF using JavaScript|Aspose.PDF for Jav...

    Decrypt PDF File with Aspose.PDF for JavaScript via C++....( e ) { const file_reader = new FileReader (); file_reader ....Worker*/ const AsposePDFWebWorker = new Worker ( "AsposePDFforJS.js"...

    docs.aspose.com/pdf/javascript-cpp/decrypt-pdf/
  3. 通过 C++ 使用 JavaScript 自动调整行高以进行渲染|Documentation

    了解如何使用 Aspose.Cells for JavaScript 通过 C++ 在 Excel 中自动调整行高以进行渲染,防止文本被截断到已保存的 PDF 文件中。... const workbook = new Workbook ( new Uint8Array ( arrayBuffer...rendering. const autoFitterOptions = new AutoFitterOptions (); autoFitterOptions...

    docs.aspose.com/cells/zh/javascript-cpp/autofit...
  4. Cannot open shared object file gdiplus.dll, lib...

    In Azure Linux Container getting runtime error. Working fine in Window 11 system Error at: using (var document = New Aspose.Pdf.Document(stream, options)) // Method to generate PDF from HTML string and return byte arra…...Error at: using (var document = new Aspose.Pdf.Document(stream, options))...options = new Aspose.Pdf.HtmlLoadOptions() { PageInfo = new Aspose...

    forum.aspose.com/t/cannot-open-shared-object-fi...
  5. Manage Chart Data Markers in Presentations Usin...

    Learn how to customize chart data markers in Aspose.Slides for Node.js, boosting presentation impact across PPT and PPTX formats with clear code examples.... Add new data point. Write presentation...empty presentation var pres = new aspose . slides . Presentation...

    docs.aspose.com/slides/nodejs-java/chart-data-m...
  6. Extract Images from PDF JavaScript|Aspose.PDF f...

    How to extract a part of the image from PDF using Aspose.PDF for JavaScript toolkit....( e ) { const file_reader = new FileReader (); file_reader ....Worker*/ const AsposePDFWebWorker = new Worker ( "AsposePDFforJS.js"...

    docs.aspose.com/pdf/javascript-cpp/extract-imag...
  7. Manage Cells HTML String|Documentation

    Learn how to manage a cell's HTML string through the Aspose.Cells for JavaScript via C++ API....arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...arrayBuffer )); } else { workbook = new Workbook (); } // Obtaining the...

    docs.aspose.com/cells/javascript-cpp/manage-cel...
  8. DocumentVisitor.VisitGroupShapeStart | Aspose.W...

    Discover the DocumentVisitor VisitGroupShapeStart method, essential for efficient group shape enumeration in your applications. Enhance your coding workflow today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...InsertShape methods. Shape balloon = new Shape ( doc , ShapeType . Balloon...

    reference.aspose.com/words/net/aspose.words/doc...
  9. HTML fragment bug - Free Support Forum - aspose...

    Using HtmlFragment getting a null reference exception when trying to double indent lists. Inputed HTML causing the issue. TESTTestingLegacytestJust a huge font First numbered bulletSecond Calling it in code var formatt…...in code var formattedText = new HtmlFragment(comment); page.Paragraphs..._out.pdf"; using (var doc = new Document()) { var page = doc...

    forum.aspose.com/t/html-fragment-bug/314324
  10. ImportFormatOptions.ignore_text_boxes property ...

    ImportFormatOptions.ignore_text_boxes property. Gets or sets a boolean value that specifies that source formatting of textboxes content ignored if [ImportFormatMode.KEEP_SOURCE_FORMATTING](../../importformatmode/#KEEP_SOURCE_FORMATTING) mode is used... name = 'Courier New' builder . paragraph_format ...self . assertEqual ( 'Times New Roman' , imported_text_box ....

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