Sort Score
Result 10 results
Languages All
Labels All
Results 6,161 - 6,170 of 214,432 for

new

(0.22 sec)
  1. 在 AWS 中转换文档|Aspose.PDF for .NET

    学习如何在 AWS 环境中部署和使用 Aspose.PDF for .NET。解锁云中的强大 PDF 处理能力。...public Function () { S3Client = new AmazonS3Client (); // Consider...Aspose . Pdf . License lic = new Aspose . Pdf . License (); //...

    docs.aspose.com/pdf/zh/net/integration-aws/
  2. Picture|Aspose.Slides for Node.js via .NET Docu...

    Work with pictures in Aspose.Slides for Node.js: insert, crop, compress, recolor, and export images with examples for PPT, PPTX, and ODP presentations....FileInputStream" ); let presentation = new aspose . slides . Presentation...get_Item ( 0 ); let imageStream = new FileInputStream ( "image.jpg"...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  3. TxtListIndentation.count property | Aspose.Word...

    TxtListIndentation.count property. Gets or sets how many [TxtListIndentation.character](../character/) to use as indentation per one list level...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...plaintext. let txtSaveOptions = new aw . Saving . TxtSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. DocumentBuilder.PushFont | Aspose.Words for .NET

    Discover how the DocumentBuilder PushFont method enhances your document formatting by saving character styles for easy retrieval and consistent design....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...current formatting by applying a new style. builder . Font . StyleIdentifier...

    reference.aspose.com/words/net/aspose.words/doc...
  5. PageSet.all property | Aspose.Words for Node.js

    PageSet.all property. Gets a set with all the pages of the document in their original order....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...document to .PDF. let options = new aw . Saving . PdfSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Forms2OleControl.Caption | Aspose.Words for .NET

    Discover the Forms2OleControl Caption property to easily customize your control's title. Enhance user experience with this simple, effective feature.... DocumentBuilder builder = new DocumentBuilder (); CommandButtonControl...CommandButtonControl button1 = new CommandButtonControl () { Caption...

    reference.aspose.com/words/net/aspose.words.dra...
  7. INodeChangingCallback.NodeRemoved | Aspose.Word...

    Discover the INodeChangingCallback NodeRemoved method—triggered when a document node is removed, enhancing your coding efficiency and document management....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...HandleNodeChangingFo callback = new HandleNodeChangingFo (); doc...

    reference.aspose.com/words/net/aspose.words/ino...
  8. DocumentBase.NodeChangingCallback | Aspose.Word...

    Discover the DocumentBase NodeChangingCallback property, which triggers on node insertions or removals, enhancing document management and workflow efficiency....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...HandleNodeChangingFo callback = new HandleNodeChangingFo (); doc...

    reference.aspose.com/words/net/aspose.words/doc...
  9. Extract Text from PDF C#|Aspose.PDF for .NET

    This article describes various ways to extract text from PDF documents using Aspose.PDF in C#....document using ( var document = new Aspose . Pdf . Document ( dataDir...extract text var textAbsorber = new Aspose . Pdf . Text . TextAbsorber...

    docs.aspose.com/pdf/net/extract-text-from-all-pdf/
  10. 将各种图像格式转换为PDF|Aspose.PDF for Java

    本主题向您展示如何使用Aspose.PDF for Java库将各种图像格式转换为PDF。...初始化文档对象 Document document = new Document (); Page page = document...getPages (). add (); Image image = new Image (); // 加载示例 BMP 图像文件 image...

    docs.aspose.com/pdf/zh/java/convert-images-form...