Sort Score
Result 10 results
Languages All
Labels All
Results 3,141 - 3,150 of 213,613 for

new

(0.37 sec)
  1. OpenAiModel.WithProject | Aspose.Words for .NET

    Enhance your AI capabilities with the OpenAiModel's WithProject method—easily assign projects to optimize performance and streamline your workflow.... Document firstDoc = new Document ( MyDir + "Big document...docx" ); Document secondDoc = new Document ( MyDir + "Document...

    reference.aspose.com/words/net/aspose.words.ai/...
  2. SummarizeOptions.SummaryLength | Aspose.Words f...

    Control your summary length with the SummarizeOptions SummaryLength property. Customize your content for clarity and impact. Default is Medium.... Document firstDoc = new Document ( MyDir + "Big document...docx" ); Document secondDoc = new Document ( MyDir + "Document...

    reference.aspose.com/words/net/aspose.words.ai/...
  3. Aspose.SVG for .NET 25.1 – Enhanced Rendering Q...

    Release focuses on improving text readability and image rendering, providing enhanced performance, clarity, and flexibility for .NET developers....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/svg/net/migration-between-versi...
  4. DocumentBuilder.moveToParagraph method | Aspose...

    DocumentBuilder.moveToParagraph method. Moves the cursor to a paragraph in the current section.... let doc = new aw . Document ( base . myDir...the point where it will insert new nodes when we call its document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. TextColumn | Aspose.Words for Java

    Represents a single text column in Java.... When a new TextColumn is created it has...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  6. How to Convert Project Data to PDF | Aspose.Tas...

    This guide explains how to convert project data into PDF format using Aspose.Tasks for Java. Whether you're New to the platform or looking to optimize your workflow, this article provides a clear step-by-step approach to achieve your goal....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/java/convert-project-data...
  7. CSV to PDF conversion - Free Support Forum - as...

    I am evaluating aspose for converting csv files to pdf(large csv files with rows over a million). I created a workbook object with file path and then saved/converted it to pdf file. The problems I have are : The table…...opts = new LoadOptions(LoadFormat.CSV); Workbook wb = new Workbook("Book1...AutoFitColumns(); PdfSaveOptions pdfopts = new PdfSaveOptions(); pdfopts.GridlineType...

    forum.aspose.com/t/csv-to-pdf-conversion/164952
  8. Convert Image To PDF Java

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

    products.aspose.com/words/java/conversion/image...
  9. Convert Image To DOC Java

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

    products.aspose.com/words/java/conversion/image...
  10. Convert JPG To HTML Java

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

    products.aspose.com/words/java/conversion/jpg-t...