Sort Score
Result 10 results
Languages All
Labels All
Results 7,901 - 7,910 of 222,903 for

new

(0.24 sec)
  1. Unable to get range of a bookmark - Free Suppor...

    New_New Microsoft Word Document (2).docx (3.0 MB) OLD_New Microsoft Word Document (2).docx (17.3 KB) I have attached 2 documents OLD_New Microsoft Word Document (2).docx is the original document which I upload in the …...October 9, 2025, 4:29am 1 New_New Microsoft Word Document (2)...(2).docx (3.0 MB) OLD_New Microsoft Word Document (2).docx (17...

    forum.aspose.com/t/unable-to-get-range-of-a-boo...
  2. LoadOptions constructor | Aspose.Words for Node.js

    Aspose.Words.Loading.LoadOptions constructor...LoadOptions() Initializes a new instance of this class with default... A shortcut to initialize a new instance of this class with the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Add Sections to Word Document in C#

    Refer to this article for adding section break in Word using C#. It has details to set the IDE, a list of programming steps, and a sample code demonstrating Microsoft Word section break in C#....Write some text content in the new file using the document builder...orientation for the new section and write some text in the new section Save...

    kb.aspose.com/words/net/add-sections-to-word-do...
  4. How to Crop a PDF using C#

    This how-to guide describes how to crop a PDF using C#. It contains the configuration information, a program flow, and a runnable sample code to crop one page from PDF using C#....page boxes if required Create a new Rectangle object defining the...MediaBox. In the next steps, a new rectangle is initialized defining...

    kb.aspose.com/pdf/net/how-to-crop-a-pdf-using-c...
  5. Replace tag with text in a textbox inside the W...

    Learn how to replace tags with text in a textbox within a worksheet using Aspose.Cells for JavaScript via C++....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ], { type...

    docs.aspose.com/cells/javascript-cpp/replace-ta...
  6. 怎么在光标所在位置插入下一页分节符 - Free Support Forum - aspose...

    原始文档: section.docx (18.8 KB) 预期: reset.section.docx (18.9 KB) 怎么移动到第一个run之前插入分节符?...您可以使用以下代码来实现这一点: Document doc = new Document("C:\\Temp\\in.docx");...docx"); DocumentBuilder builder = new DocumentBuilder(doc); // Put...

    forum.aspose.com/t/topic/312497
  7. Open Existing Documents in Apache POI and Aspos...

    Open an existing document easily and fast instead of using Apache POI.... class ); Document doc = new Document ( dataDir + "document...HWPFDocument doc = new HWPFDocument ( new FileInputStream ( dataDir...

    docs.aspose.com/words/java/open-existing-docume...
  8. Working with print tickets | C++

    Learn how to specify XPS document printing preferences for a printing or viewing device using the PrintTicket API in Aspose.Page for C++...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/cpp/xps/print-tickets/
  9. Converting Email to PDF consumes huge memory - ...

    Hello, We have an EML file and we want to convert it to PDF. In our usecase we need to consume less than 256MB of RAM and we are passing files up to 25MB of size. The code we use to convert them is something like: pu…...ByteArrayInputStream inputBytes = new ByteArrayInputStream(bytes);...ByteArrayOutputStrea emlStream = new ByteArrayOutputStrea(); MhtSaveOptions...

    forum.aspose.com/t/converting-email-to-pdf-cons...
  10. Using a Microsoft Word Document as the Message ...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....MHTML Document wordDocument = new Document ( dataDir + "Test.doc"...ByteArrayOutputStrea mhtmlStream = new ByteArrayOutputStrea (); wordDocument...

    docs.aspose.com/email/java/using-a-microsoft-wo...