Sort Score
Result 10 results
Languages All
Labels All
Results 4,511 - 4,520 of 223,123 for

new

(0.17 sec)
  1. Convert HTML To Markdown Java

    Convert HTML to Markdown format in Java code. Save HTML as Markdown 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-...
  2. 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-...
  3. 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...
  4. Convert WORD To EPUB Java

    Convert a Word document to EPUB format in Java code. Save a Word document as EPUB 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-...
  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. Different Input Sources|Documentation

    Learn how to use BarCodeReader with file paths, streams, images, and in-memory data in Aspose.BarCode for Java....png" ; BarCodeReader reader = new BarCodeReader ( imagePath , DecodeType...file = new File ( imagePath ); BarCodeReader reader = new BarCodeReader...

    docs.aspose.com/barcode/java/developer-guide/ba...
  7. Image Vectorization – C# Examples – Aspose.SVG ...

    Learn how to vectorize images with Aspose.SVG. Consider image vectorization functionalities and the effect of configuration properties on the result....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/svg/net/image-vectorization-exa...
  8. SmartArt|Aspose.Slides for Node.js via .NET Doc...

    Work with SmartArt in Aspose.Slides for Node.js: create, edit, convert, and style diagrams with JavaScript for PowerPoint and OpenDocument presentations....addSmartArt () { let presentation = new aspose . slides . Presentation...accessSmartArt () { let presentation = new aspose . slides . Presentation...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  9. 在PDF中使用链接注释|Aspose.PDF for .NET

    Aspose.PDF for .NET 允许您从PDF文档中添加、获取和删除链接注释。...document using ( var document = new Aspose . Pdf . Document ( dataDir...text fragments var regEx1 = new Regex ( @"Link Annotation Demo...

    docs.aspose.com/pdf/zh/net/link-annotations/
  10. Get a Particular Page in a PDF File in Ruby|Asp...

    Access and manipulate individual pages in PDF documents using Ruby and Aspose.PDF.... new ( data_dir + ' input1 . pdf '...get_Item ( 1 ) # create a new Document object new_document = Rjb :: import...

    docs.aspose.com/pdf/java/get-a-particular-page-...