Sort Score
Result 10 results
Languages All
Labels All
Results 9,481 - 9,490 of 224,714 for

new

(1.39 sec)
  1. 使用 .NET 中的 AutoFit 提升您的演示文稿|Aspose.Slides 文档

    了解如何在 Aspose.Slides for .NET 中管理 AutoFit 设置,以优化 PowerPoint 和 OpenDocument 演示文稿中的文本显示并提升内容可读性。...Presentation presentation = new Presentation ()) { ISlide slide...350 , 100 ); Portion portion = new Portion ( "lorem ipsum..." );...

    docs.aspose.com/slides/zh/net/manage-autofit-se...
  2. Changed behavior when connecting documents - Fr...

    Hi, use use following code to append documents: dstDocument.AppendDocument(srcDocument, ImportFormatMode.UseDestinationStyles); the srcDocument has one section and his SectionStart is ‘SectionStart.Continuous’. Afte…...document with new page section break: Document dstDoc = new Document();...Document(); Document srcDoc = new Document(); srcDoc.FirstSection.PageSetup...

    forum.aspose.com/t/changed-behavior-when-connec...
  3. | Aspose

    Sample code for DJVU to Text Java conversion. Use API example code for batch DJVU files to Text conversion within any Web or Desktop Java based application....API instance AsposeOCR api = new AsposeOCR (); //Prepare rectangles...rectArray = new ArrayList (); rectArray . add ( new Rectangle (...

    products.aspose.com/ocr/java/conversion/djvu-to...
  4. | Aspose

    Sample code for WBMP to JSON Java conversion. Use API example code for batch WBMP files to JSON conversion within any Web or Desktop Java based application....API instance AsposeOCR api = new AsposeOCR (); //Prepare rectangles...rectArray = new ArrayList (); rectArray . add ( new Rectangle (...

    products.aspose.com/ocr/java/conversion/wbmp-to...
  5. How to extract text from PDF | Aspose.PDF

    Do you know how easily extract text from PDF using C#? Extract text from PDF with high quality using .NET PDF library....from PDF documents Initialize a new Document Create TextAbsorber...document Document pdfDocument = new Document ( dataDir + "ExtractTextAll...

    products.aspose.com/pdf/tutorial/extract-text/
  6. Corrupted PPTX File When Converting from PPT in...

    I use Aspose.Slides.NET version 25.8.0 to convert this PPT file to PPTX format. The output file is corrupted when opening with MS PowerPoint 365. Here is the code snippet that I use to convert this file: Presentation d…...file: Presentation document = new Aspose.Slides.Presentation(inputFilePath);...an example: var loadOptions = new LoadOptions { LoadFormat = LoadFormat...

    forum.aspose.com/t/corrupted-pptx-file-when-con...
  7. PageSetup.EndnoteOptions | Aspose.Words for .NET

    Discover the PageSetup EndnoteOptions property to easily customize endnote numbering and positioning for enhanced document formatting and clarity....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...numbering from 1 // at each new page and display themselves directly...

    reference.aspose.com/words/net/aspose.words/pag...
  8. PageSetup.FootnoteOptions | Aspose.Words for .NET

    Discover PageSetup FootnoteOptions to easily customize footnote numbering and positioning for enhanced document clarity and professionalism....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...numbering from 1 // at each new page and display themselves directly...

    reference.aspose.com/words/net/aspose.words/pag...
  9. Load Source Excel File Without Charts with Node...

    Learn how to load an Excel file without charts using Aspose.Cells for Node.js via C++....filter the data const options = new AsposeCells . LoadOptions ();...charts options . setLoadFilter ( new AsposeCells . LoadFilter ( AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/load-source-ex...
  10. MailMerge.Execute clears protected form field v...

    Aspose.Words MailMerge FormField Bug Repro Problem When performing a MailMerge.Execute on a Word document that contains protected form fields, the values in those form fields become empty after the merge — even if the me…...following code: Document doc = new Document(@"C:\Temp\in.docx");...MailMerge.Execute(new string[] { "Practice.Name" }, new string[] { "test"...

    forum.aspose.com/t/mailmerge-execute-clears-pro...