Sort Score
Result 10 results
Languages All
Labels All
Results 4,551 - 4,560 of 222,967 for

new

(0.47 sec)
  1. Row | Aspose.Words for Java

    Represents a table row in Java....Document doc = new Document(); Table table = new Table(doc); doc...and paragraph. Row firstRow = new Row(doc); table.appendChild(firstRow);...

    reference.aspose.com/words/java/com.aspose.word...
  2. Run class | Aspose.Words for Node.js

    Aspose.Words.Run class. Represents a run of characters with the same font formatting...Description Run(doc) Initializes a new instance of the Run class. Run(doc...Run(doc, text) Initializes a new instance of the Run class. Properties...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Hello, world!|Documentation

    Get started with Aspose.OCR for .NET by creating and running a bare minimum example.... Preparing Create a new C# project in Visual Studio....AsposeOcr recognitionEngine = new Aspose . OCR . AsposeOcr ();...

    docs.aspose.com/ocr/net/hello-world/
  4. Noise removal|Documentation

    How to remove dirt, spots, scratches, glare, and other image defects to improve recognition accuracy.... AsposeOCR api = new AsposeOCR (); // Apply automatic...PreprocessingFilter filters = new PreprocessingFilter (); filters...

    docs.aspose.com/ocr/java/denoise/
  5. Import FDF format annotations to PDF via C#|Asp...

    Use existing Form.ImportFdf() or add PdfAnnotationEditor.ImportAnnotationsFromFdf() methods for import FDF format annotations to PDF with Aspose.PDF for .NET....FDF file and put them into the new PDF. The following code snippet...orms (); using ( var form = new Aspose . Pdf . Facades . Form...

    docs.aspose.com/pdf/net/import-fdf/
  6. Convert .msg files to .pdf files - Free Support...

    Hi, I'm trying to convert .msg files to pdf. I have done with converting an email, but I want to loop through all the attachments in the .msg file and if mails are attached, I would like to convert them to pdf also. Here…...Sub Main() Dim attFileName As New List(Of String)() 'Convert MSG...Load(myDir + "email.msg") Dim ms As New MemoryStream() 'Save as MHTML...

    forum.aspose.com/t/convert-msg-files-to-pdf-fil...
  7. 总结文档|Aspose.Words为Java

    总结一个文档。 Aspose.Words为Java 通过允许您指定摘要长度,使用OpenAI和GoogleAI模型简化文档摘要。...下面的代码示例演示如何使用GPT-4o模型汇总文档: Document firstDoc = new Document ( getMyDir () + "Big...docx" ); Document secondDoc = new Document ( getMyDir () + "Document...

    docs.aspose.com/words/zh/java/summarize-a-docum...
  8. Aspose.Words freezed while converting from DOCX...

    Hello, I have a problem with the attached DOCX document. I tried to convert it in PDF, but Aspose.Words freezes and does not convert it. I did my test both with the latest version Aspose.Words 26.3 and with previous o…... Using currentFileStream As New IO.MemoryStream(fileContent)...pdfStream As New System.IO.MemoryStream() Dim doc As New Aspose.Words...

    forum.aspose.com/t/aspose-words-freezed-while-c...
  9. NodeCollection.add method | Aspose.Words for No...

    NodeCollection.add method. Adds a node to the end of the collection....prepare a new section node for editing. let doc = new aw . Document...Paragraph ); // If we add a new section like this, it will not...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. NodeCollection.Add | Aspose.Words for .NET

    Discover the NodeCollection Add method to effortlessly append nodes to your collection, enhancing your data management with ease and efficiency....prepare a new section node for editing. Document doc = new Document...Paragraph )); // If we add a new section like this, it will not...

    reference.aspose.com/words/net/aspose.words/nod...