Sort Score
Result 10 results
Languages All
Labels All
Results 6,411 - 6,420 of 213,580 for

new

(0.13 sec)
  1. Resize EPS | API Solution for C++

    Resize EPS functionality offered by Aspose.Page API solution for C++ is explained 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/cpp/resize-eps/
  2. Handling Critical and Effort-Driven Tasks | Asp...

    This guide explains how to manage critical and effort-driven tasks using Aspose.Tasks for PHP....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/java/handling-critical-an...
  3. Customize Pie Charts in Presentations on Androi...

    Learn how to create and customize pie charts in Java with Aspose.Slides for Android, exportable to PowerPoint, boosting your data storytelling in seconds....Presentation class Presentation pres = new Presentation (); try { // Add...and categories. Add new categories. Add new series. Write the modified...

    docs.aspose.com/slides/androidjava/pie-chart/
  4. ImportFormatOptions.ignoreHeaderFooter property...

    ImportFormatOptions.ignoreHeaderFooter property. Gets or sets a boolean value that specifies that source formatting of headers/footers content ignored if [ImportFormatMode.KeepSourceFormatting](../../importformatmode/#KeepSourceFormatting) mode is used... let dstDoc = new aw . Document ( base . myDir..."Document.docx" ); let srcDoc = new aw . Document ( base . myDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Add digital signature or digitally sign PDF in ...

    Digitally sign PDF documents using JavaScript via C++....( e ) { const file_reader = new FileReader (); /*Set the PKCS7...( e ) { const file_reader = new FileReader (); /*Set the image...

    docs.aspose.com/pdf/javascript-cpp/sign-pdf/
  6. FindReplaceOptions.ignoreShapes property | Aspo...

    FindReplaceOptions.ignoreShapes property. Gets or sets a boolean value indicating either to ignore shapes within a text....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...); let findReplaceOptions = new aw . Replacing . FindReplaceOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. 用JavaScript通过C++保存文件的不同方式|Documentation

    Aspose.Cells for Java脚本通过C++可以将文件保存为不同格式,包括PDF、HTML、DOCX、PPTX、JSON和MHTML。...workbook const workbook = new Workbook ( new Uint8Array ( arrayBuffer...name : 'output.xls' , options : new XlsSaveOptions () }, { format...

    docs.aspose.com/cells/zh/javascript-cpp/differe...
  8. Add HTML String using DOM in PHP|Aspose.PDF for...

    Explore how to add HTML content to a PDF document using the DOM in PHP with Aspose.PDF for rich document creation....Instantiate Document object $doc = new Document (); # Add a page to...with HTML contents $title = new HtmlFragment ( "<fontsize=10...

    docs.aspose.com/pdf/java/add-html-string-using-...
  9. PDF to DOCX Merge using C# | Aspose.PDF

    Combine two or more PDF documents into one DOCX single file programmatically with C# sample code using Aspose.PDF for .NET... Initialize a new Document, and run a loop for...add a new page to DOCX document In loop: add PDF file to new page...

    products.aspose.com/pdf/net/merger/pdf-to-docx/
  10. FieldIndex | Aspose.Words for Java

    Implements the INDEX field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...index.getFieldCode()); // On a new page, start the bookmark with...

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