Sort Score
Result 10 results
Languages All
Labels All
Results 4,821 - 4,830 of 213,116 for

new

(0.24 sec)
  1. Creating Resource Assignments | Aspose.Tasks Do...

    Learn how to create resource assignments linking tasks and resources in Microsoft Project files using Aspose.Tasks for .NET. This guide explains different approaches with practical C# examples....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/creating-resource-ass...
  2. Manage Slide Show in PHP|Aspose.Slides for PHP ...

    Learn how to manage slide shows in Aspose.Slides for PHP via Java. Control slide transitions, timings and more across PPT, PPTX and ODP formats with ease....code example below creates a new presentation and sets the show...$presentation = new Presentation (); $showType = new BrowsedByIndividual...

    docs.aspose.com/slides/php-java/manage-slide-show/
  3. Bookmark display issue in Adobe Acrobat Browser...

    Hello, There is an issue with bookmarks in PDF files generated using Aspose.PDF version 25.2 and above. The bookmarks are not displayed correctly when the PDF is opened using the Adobe Acrobat browser extension: image.…...Main() { Document pdfDocument = new Document(); Page page1 = pdfDocument...Add(); TextFragment text1 = new TextFragment("This is the first...

    forum.aspose.com/t/bookmark-display-issue-in-ad...
  4. Aspose.pdf PDF to HTML output difference - Free...

    Hi, I’m from RChilli. We’re using Aspose.PDF version 24.7 to convert PDFs to HTML. However, we’ve noticed inconsistencies in the HTML output when parsing some resumes—the results differ between our local system and our …...try (InputStream inputStream = new ByteArrayInputStream(pdfData))...aspose.pdf.License license = new com.aspose.pdf.License(); license...

    forum.aspose.com/t/aspose-pdf-pdf-to-html-outpu...
  5. 将PDF转换为Excel|Aspose.PDF for Android via Java

    Aspose.PDF for Android via Java允许您将PDF转换为Excel格式。在此过程中,PDF文件的各个页面将被转换为Excel工作表。...// 打开源PDF文档 try { document = new Document ( inputStream ); } catch...saveOptions = new ExcelSaveOptions (); File xlsFileName = new File (...

    docs.aspose.com/pdf/zh/androidjava/convert-pdf-...
  6. Integrate Excel Data into PowerPoint Presentati...

    Read data from Excel workbooks using Aspose.Slides for PHP via Java. Load sheets and cells and use values to generate data-driven PowerPoint presentations....Slides has introduced a new class for reading data from Excel...This feature opens up powerful new possibilities for API users who...

    docs.aspose.com/slides/php-java/excel-integration/
  7. ShapeBase.softEdge property | Aspose.Words for ...

    ShapeBase.softEdge property. Gets soft edge formatting for the shape.... let doc = new aw . Document ( base . myDir..."Rendering.docx" ); let saveOptions = new aw . Saving . SvgSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose.PSD for .NET 22.5 - 发行说明|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.... Load ( inputFile , new LoadOptions ())) { Layer workLayer...psdImage . Save ( outputImage20 , new PngOptions ()); // 不透明度 = 200...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  9. Splitting a PST into multiple PST files - Free ...

    Hi, I’m exploring an option to create PST files for data with sizes > 50GB. Max file size supported for PST file by Microsoft is 50GB. Hence I’m exploring ways for creating multiple PST files to store the mailbox data. …...writes to a PST file and create a new PST file, get the same hierarchy...folders and emails inside the new PST file in the same hierarchy...

    forum.aspose.com/t/splitting-a-pst-into-multipl...
  10. StructuredDocumentTagRangeStart | Aspose.Words ...

    Represents a start of ranged structured document tag which accepts multi-sections content in Java.... Document doc = new Document(getMyDir() + "Multi-section...doc, int type) Initializes a new instance of this class. Methods...

    reference.aspose.com/words/java/com.aspose.word...