Sort Score
Result 10 results
Languages All
Labels All
Results 7,301 - 7,310 of 215,186 for

new

(0.15 sec)
  1. Question regarding unreleased memory even after...

    Hi, I’m experiencing a memory issue with the latest version of Aspose.PDF (v25.11) in C#. Background: When I use Aspose.PDF’s Accept(TextFragmentAbsorber visitor) method, I notice that memory is not being released and…...pdf"; using(Stream fileStream = new FileStream(inputFileName, FileMode...ReadWrite)) { Document pdfDocument = new Document(fileStream); PageCollection...

    forum.aspose.com/t/question-regarding-unrelease...
  2. Assign a Macro to a Form Control with JavaScrip...

    Learn how to assign a macro code to a Form Control such as a button using Aspose.Cells for JavaScript via C++....macroName property to assign a new macro code to a Form Control...following sample code creates a new workbook, assigns a macro code...

    docs.aspose.com/cells/javascript-cpp/assign-mac...
  3. 通过 C++ 使用 Node.js 删除范围|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 删除 Excel 中的范围并向左或向上移动单元格。...external links const workbook = new AsposeCells . Workbook ( filePath...Instantiate a new Workbook. const newWorkbook = new AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/delete-rang...
  4. Paragraph Numbering not included when extractin...

    We use com.aspose.words to extract metadata and text from word documents. I believe we’re on version 25.12. Attaching a sample document that reproduces the issue, (see the bottom section References) Section Breaks 20p.…...something like: StringBuilder sb = new StringBuilder(); for (Section...using section.getBody().toString(new TextSaveOptions()) and enabling...

    forum.aspose.com/t/paragraph-numbering-not-incl...
  5. ResourceSavingArgs Class | Aspose.Words for .NET

    Discover the Aspose.Words.Saving.ResourceSavingArgs class, which enhances your document processing by providing essential data for the ResourceSaving event....ResourceSavingCallba () { Document doc = new Document ( MyDir + "Bullet points...FontSavingCallback callback = new FontSavingCallback (); HtmlFixedSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Style class | Aspose.Words for Node.js

    Aspose.Words.Style class. Represents a single built-in or user-defined style...be applied automatically to a new paragraph inserted after a paragraph...apply a custom style. let doc = new aw . Document (); let style =...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Create Appointment Schedules for Outlook in Nod...

    Automate Outlook calendar scheduling in Node.js. Create, configure, and save appointments as ICS files using a powerful API for .NET by Aspose.Email....Setting Attendees To schedule a new appointment with Aspose.Email...MailAddressCollectio. const attendees = new ae.MailAddressCollectio(); //...

    products.aspose.com/email/nodejs-net/appointmen...
  8. ImageSavingArgs.CurrentShape | Aspose.Words for...

    Discover the ImageSavingArgs CurrentShape property to access the ShapeBase object for efficient shape and group shape saving in your projects....ImageSavingCallback () { Document doc = new Document ( MyDir + "Rendering...process. HtmlSaveOptions options = new HtmlSaveOptions (); options ...

    reference.aspose.com/words/net/aspose.words.sav...
  9. Html转word,当<head></head>中间加了一段css样式后,html转word后...

    版本:23.8 编程语言:java 当中间加了一段css样式后,html转word后图片消失, 如果中不加css样式,图片可以正常显示 源文件: ccc.zip (1.5 MB) 转换代码: com.aspose.words.Document docx = New com.aspose.words.Document(htmlInputStream); ByteArrayOutputStream byteAr…...Document docx = new com.aspose.words.Document(htmlInputStream);...ByteArrayOutputStrea byteArrayOutputStrea = new ByteArrayOutputStrea(); docx...

    forum.aspose.com/t/html-word-head-head-css-html...
  10. Body.AcceptEnd | Aspose.Words for .NET

    Enhance your web experience with the Body AcceptEnd method, designed to seamlessly accept visitors at the document's end for improved navigation....DocumentToTxt () { Document doc = new Document ( MyDir + "Absolute...DocTextExtractor myDocTextExtractor = new DocTextExtractor (); Section...

    reference.aspose.com/words/net/aspose.words/bod...