Sort Score
Result 10 results
Languages All
Labels All
Results 4,541 - 4,550 of 223,123 for

new

(0.21 sec)
  1. MailMergeOptions.TrimWhitespaces | Aspose.Words...

    Optimize your mail merge with the TrimWhitespaces property. Easily manage leading and trailing spaces for cleaner, more professional documents....doc" ; string [] fieldNames = new string [] { "FirstName" , "Location"... }; string [] fieldValues = new string [] { "James Bond" , "London"...

    reference.aspose.com/words/net/aspose.words.low...
  2. FontSubstitutionWarningInfo.RequestedFamilyName...

    FontSubstitutionWarningInfo.RequestedFamilyName property returns the requested font family name in Aspose.Words.... Document doc = new Document ( MyDir + "Rendering...WarningInfoCollectio callback = new WarningInfoCollectio (); doc...

    reference.aspose.com/words/net/aspose.words/fon...
  3. 从PDF页面中搜索并获取文本|Aspose.PDF for Python via .NET

    本文解释了如何使用各种工具从Aspose.PDF for .NET中搜索和获取文本。...打开文档 Document pdfDocument = new Document ( dataDir + "SearchAndGetTextFrom...TextFragmentAbsorber textFragmentAbsorber = new TextFragmentAbsorber ( "text"...

    docs.aspose.com/pdf/zh/python-net/search-and-ge...
  4. ImageSavingArgs | Aspose.Words for Java

    Provides data for the IImageSavingCallback.imageSavingcom.aspose.words.ImageSavingArgs event in Java....throws Exception { Document doc = new Document(getMyDir() + "Rendering...HTML. HtmlSaveOptions options = new HtmlSaveOptions(); // If we save...

    reference.aspose.com/words/java/com.aspose.word...
  5. 将 MSG 保存为 PDF|Documentation

    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....{ FileInputStream fstream = new FileInputStream ( emailPath );...ByteArrayOutputStrea emlStream = new ByteArrayOutputStrea (); eml...

    docs.aspose.com/email/zh/java/saving-a-msg-as-pdf/
  6. 在 Android 上为 PowerPoint 演示文稿添加数学公式|Aspose.Slide...

    使用 Aspose.Slides for Android 在 PowerPoint PPT 和 PPTX 中插入和编辑数学公式,支持 OMML、格式控制以及清晰的 Java 代码示例。...学文本的形状: Presentation pres = new Presentation (); try { IAutoShape...)。例如,创建一个分数并放入演示文稿: IMathFraction fraction = new MathematicalText ( "x" ). divide...

    docs.aspose.com/slides/zh/androidjava/powerpoin...
  7. 删除 PDF 页面|Aspose.PDF for .NET

    本节解释如何使用 PdfFileEditor 类通过 Aspose.PDF Facades 删除 PDF 页面。...PdfFileEditor object var pdfEditor = new Aspose . Pdf . Facades . PdfFileEditor...to delete var pagesToDelete = new int [] { 1 , 2 }; // Delete pages...

    docs.aspose.com/pdf/zh/net/delete-pdf-pages/
  8. Insert PDF into OneNote using C# | PDF in OneNo...

    Programmatically insert PDF into OneNote using C# with Aspose.Note for .NET API. Insert PDF document with icon to a New or an existing OneNote (.one) document using C#....into OneNote Insert PDF into New OneNote Document Insert PDF into...inserting a PDF document into a new or existing OneNote document...

    blog.aspose.com/note/insert-pdf-into-onenote-us...
  9. Convert PPTX to Video in C# | products.aspose.com

    Convert PPTX to video in C#. Use .NET library API to convert PowerPoint to video...Configure(new FFOptions { BinaryFolder = @...(Presentation presentation = new Presentation()) { // Adds a smile...

    products.aspose.com/slides/net/conversion/pptx-...
  10. Create XLT using Python | products.aspose.com

    Generate Microsoft Excel XLT documents using Python applications without using Microsoft Office....Create XLT File in Python Create new Workbook class object having...used as a starting point for a new workbook, or it can be used as...

    products.aspose.com/total/python-java/create/xlt/