Sort Score
Result 10 results
Languages All
Labels All
Results 4,111 - 4,120 of 213,512 for

new

(0.26 sec)
  1. DocumentBuilder constructor | Aspose.Words for ...

    aspose.words.DocumentBuilder constructor...DocumentBuilder() Initializes a new instance of this class. def __init__...Creates a new DocumentBuilder object and attaches it to a new Document...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 在 JSON 中导入和导出数据|Aspose.PDF for .NET

    本节解释如何在 JSON 中导入和导出数据...with indentation var options = new Aspose . Pdf . ExportFieldsToJsonOp...document using ( var document = new Aspose . Pdf . Document ( dataDir...

    docs.aspose.com/pdf/zh/net/import-export-json/
  3. Extract Image and Signature Information|Aspose....

    You may extract images from the signature field and extract signature information using the SignatureField class with Java....() { Document pdfDocument = new Document ( _dataDir + "ExtractingImage...{ FileOutputStream output = new FileOutputStream ( _dataDir +...

    docs.aspose.com/pdf/java/extract-image-and-sign...
  4. Line Breaks and Text Wrapping|Documentation

    How to implement text wrapping and word wrap using the Aspose.Cells library in JavaScript via C++. By using the Aspose.Cells library, you can easily insert text in cells and set the text‑wrapping method, such as manual word wrap, word wrap, etc. This document details how to implement these features and provides sample code for your reference....No file selected – create a new workbook } let wb ; if ( fileInput...arrayBuffer (); wb = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/line-break...
  5. Copying text from one PDF to another is slow - ...

    Hello, we want to copy (recognized OCR) text from one PDF to another. This example source code works but is very very slow (the textBuilder.AppendText function takes about 3 minutes for one page of text) Why is the me…...Document asposeDocTarget = new Aspose.Pdf.Document(file_non_ocr))...Document(file_non_ocr)) { Aspose.Pdf.Page page_new = asposeDocTarget.Pages[1]; using...

    forum.aspose.com/t/copying-text-from-one-pdf-to...
  6. Move PDF Pages|Aspose.PDF for PHP via Java

    Try to move pages at desired location or at the end of a PDF file using Aspose.PDF for PHP via Java....$document = new Document ( $inputFile1 ); $dstDocument = new Document...$document = new Document ( $inputFile1 ); $dstDocument = new Document...

    docs.aspose.com/pdf/php-java/move-pages/
  7. How to Create Hello World Presentations in .NET...

    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....NET Contents [ Hide ] A new Aspose.Slides for .NET API has...describing how to migrate to new merged API. Legacy Aspose.Slides...

    docs.aspose.com/slides/net/how-to-create-hello-...
  8. Page is missing after insert image - Free Suppo...

    The code: String path = "C:\\Users\\z_jia\\Desktop\\a\\DMS\\"; Document word = New Document(path + "1.docx"); var builder = New DocumentBuilder(word); for (int i = 0; i < word.getSections().getCount(); i++) { builde…...word = new Document(path + "1.docx"); var builder = new DocumentBuilder(word);...on a new page – set the second section to start on a new page...

    forum.aspose.com/t/page-is-missing-after-insert...
  9. Migration from legacy Aspose.Pdf.Kit for Java|A...

    Learn the steps to migrate from the legacy Aspose.PDF Kit for Java to the latest Aspose.PDF for Java version for better functionality....facades package of new autoported release of Aspose...have also focused on making the new autoported release as backward...

    docs.aspose.com/pdf/java/migration-from-legacy-...
  10. GradientStopCollection Class | Aspose.Words for...

    Explore the Aspose.Words.Drawing.GradientStopCollection class, featuring a robust collection of customizable GradientStop objects for enhanced document design....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Transparency = 0.25 ; // Add new gradient stop to the end of collection...

    reference.aspose.com/words/net/aspose.words.dra...