Sort Score
Result 10 results
Languages All
Labels All
Results 3,301 - 3,310 of 223,097 for

new

(0.19 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. 使用 C++ 查看 MHT 文件 | Aspose.PDF

    使用 Aspose.PDF for C++,使用 C++ 示例代码,以编程方式打开和查看 MHT 文档...options = new MhtLoadOptions (); Resolution resolution = new Resolution...300 ); BmpDevice imageDevice = new BmpDevice ( resolution ); Document...

    products.aspose.com/pdf/zh-hans/cpp/viewer/mht/
  3. ChartTitle | Aspose.Words for Java

    Provides access to the chart title properties in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  4. Public API Changes in Aspose.Imaging 2.9.0|Docu...

    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.... It includes not only new and updated public methods, added...)) { PdfOptions pdfOptions = new PdfOptions (); pdfOptions . ...

    docs.aspose.com/imaging/net/public-api-changes-...
  5. 将DICOM转换为PDF|Aspose.PDF for Android via Java

    使用Aspose.PDF for Android via Java将以DICOM格式保存的医学图像转换为PDF文件。...convertDICOMtoPDF () { // 初始化文档对象 document = new Document (); Page page = document...Image image = new Image (); File imgFileName = new File ( fileStorage...

    docs.aspose.com/pdf/zh/androidjava/convert-dico...
  6. BackgroundJobDemo.zip

    BackgroundJobDemo/BackgroundJobDemo.Aws/AwsConfig.cs using Amazon; namespace BackgroundJobDemo.Aws { public class AwsConfig { public RegionEndpoint Region { get; set; } public string BucketName { g......AddSingleton(new AmazonS3Client(config.Region));...services services.AddSingleton(new AmazonSQSClient(config.Region));...

    docs.aspose.com/slides/net/how-to-run-backgroun...
  7. 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...
  8. Convert XPS files | .NET API Solution

    XPS to PNG conversion functionality included in Aspose.Page API solution for .NET is described and illustrated with the code snippets here....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/net/convert-xps/
  9. Example of Hello World using Rust language|Aspo...

    This sample demonstrates how to create a simple PDF document with text Hello World using Aspose.PDF for Rust....steps: Create a new PDF document instance. Add a new page to the...Create a new PDF-document let pdf = Document :: new () ? ; //...

    docs.aspose.com/pdf/rust-cpp/hello-world-example/
  10. Summarize a Document|Aspose.Words for Java

    Summarize a document. Aspose.Words for Java simplifies document summarization using OpenAI and Google AI models by allowing you to specify the summary length....GPT-4o model: Document firstDoc = new Document ( getMyDir () + "Big...docx" ); Document secondDoc = new Document ( getMyDir () + "Document...

    docs.aspose.com/words/java/summarize-a-document/