Sort Score
Result 10 results
Languages All
Labels All
Results 4,151 - 4,160 of 224,714 for

new

(0.15 sec)
  1. Run.text property | Aspose.Words for Node.js

    Run.text property. Gets or sets the text of the run.... let doc = new aw . Document (); // A blank...collection. // First, create a new section, and then append it as...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ComparerContext Class | Aspose.Words for .NET

    Discover the Aspose.Words LowCode ComparerContext class for efficient document comparison, enhancing your workflow with seamless integration and powerful features....ComparerContext comparerContext = new ComparerContext (); comparerContext...comparerContext . DateTime = new DateTime (); Comparer . Create...

    reference.aspose.com/words/net/aspose.words.low...
  3. Working with Headers|Aspose.Words for Java

    Remove headers from a document easily and fast instead of using Apache POI....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...fs = null ; fs = new POIFSFileSystem ( new FileInputStream (...

    docs.aspose.com/words/java/working-with-headers/
  4. Edit PDF in Java | products.aspose.com

    Edit PDF in Java. Use Java library API to edit PDF document...edit an PDF doc by adding a new line of text to it. Edit PDF...Slides for Java , you can add a new line of text to an PDF document...

    products.aspose.com/slides/java/editor/pdf/
  5. FileSpecification from stream - Modified is Unk...

    Hi, We have the issue while adding attachment into a PDF file by using FileSpecification with stream. using (System.IO.Stream ms = ...) { pdf.EmbeddedFiles.Add(New FileSpecification(ms, file.ID)); } The Modified date …...Add(new FileSpecification( ms , file...10.0.0. [C#] Document doc = new Document(); doc.Pages.Add();...

    forum.aspose.com/t/filespecification-from-strea...
  6. -aw-import:ignore tag in email body causes miss...

    We have implemented a method to convert an EML file into a PDF document using the following Aspose components: Aspose.Email in version 23.11.0 Aspose.Words in version 23.12.0 The EMl file is transformed throughout the…...DefaultMhtml; using (MemoryStream ms = new MemoryStream()) { mailMsg.Save(ms...Words LoadOptions loadOptions = new LoadOptions { LoadFormat = LoadFormat...

    forum.aspose.com/t/aw-import-ignore-tag-in-emai...
  7. Convert WORD To PDF Java

    Convert a Word document to PDF format in Java code. Save a Word document as PDF using Java....*; Document doc = new Document ( "Input.docx" ); doc...aspose.words.*; Document doc = new Document("Input.docx"); doc.save("Output...

    products.aspose.com/words/java/conversion/word-...
  8. Convert TEXT To WORD Java

    Convert TEXT to WORD format in Java code. Save TEXT as WORD using Java....*; Document doc = new Document ( "Input.txt" ); doc...aspose.words.*; Document doc = new Document("Input.txt"); doc.save("Output...

    products.aspose.com/words/java/conversion/text-...
  9. Convert DOC To TXT Java

    Convert DOC to TXT format in Java code. Save DOC as TXT using Java....*; Document doc = new Document ( "Input.doc" ); doc...aspose.words.*; Document doc = new Document("Input.doc"); doc.save("Output...

    products.aspose.com/words/java/conversion/doc-t...
  10. Convert HTML To PDF Java

    Convert HTML to PDF format in Java code. Save HTML as PDF using Java....*; Document doc = new Document ( "Input.html" ); doc...aspose.words.*; Document doc = new Document("Input.html"); doc.save("Output...

    products.aspose.com/words/java/conversion/html-...