Sort Score
Result 10 results
Languages All
Labels All
Results 2,861 - 2,870 of 213,381 for

new

(0.47 sec)
  1. FieldMergeBarcode | Aspose.Words for Java

    Implements the MERGEBARCODE field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...The mail merge will create a new page for each row. Each page...

    reference.aspose.com/words/java/com.aspose.word...
  2. Height and width is not setting as per html - F...

    I am evaluating Aspose.Cells for purchasing a license, but I am not getting the same output as in Microsoft Excel when converting HTML to Excel. The height and width are not being set according to the column text data, …...HtmlLoadOptions htmlLoadOptions = new HtmlLoadOptions(); htmlLoadOptions...SupportDivTag = true; Workbook wb = new Workbook("test.html", htmlLoadOptions);...

    forum.aspose.com/t/height-and-width-is-not-sett...
  3. Convert Excel workbook to Ods, Sxc and Fods (Op...

    How to convert Excel to Ods (OpenOffice / LibreOffice Calc) or convert Ods (OpenOffice / LibreOffice Calc) to Excel with Aspose.Cells for JavaScript via C++....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Ods ); const blobOds = new Blob ([ outputOdsData ]); downloadOds...

    docs.aspose.com/cells/javascript-cpp/convert-ex...
  4. How to Convert OneNote Documents to HTML | Aspo...

    A guide explaining how to convert OneNote documents into HTML format using Java....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/note/java/conversion-of-onenote...
  5. Public API Changes in Aspose.Cells 8.3.0|Docume...

    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....AutoRecover Property The new property AutoRecover has been...more information. C# var book = new Workbook ( "sample.xlsx" ); var...

    docs.aspose.com/cells/net/public-api-changes-in...
  6. Add Signature in PDF File|Aspose.PDF for .NET

    This section explains how to add signature to PDF File using PdfFileSignature class....using ( var pdFileSignature = new Aspose . Pdf . Facades . PdfFileSignature... Drawing . Rectangle rect = new System . Drawing . Rectangle...

    docs.aspose.com/pdf/net/add-signature-in-pdf/
  7. DocumentBase.WarningCallback | Aspose.Words for...

    Discover the DocumentBase WarningCallback property, vital for ensuring data integrity during document processing by detecting potential formatting issues.... Document doc = new Document ( MyDir + "Missing font...WarningInfoCollectio warningCollector = new WarningInfoCollectio (); doc...

    reference.aspose.com/words/net/aspose.words/doc...
  8. Convert PPTX to Video in Java | products.aspose...

    Convert PPTX to video in Java. Use Java library API to convert PowerPoint to video...Presentation presentation = new Presentation (); try { // Adds...ArrayList < String > frames = new ArrayList < String >(); PresentationAnimatio...

    products.aspose.com/slides/java/conversion/pptx...
  9. Convert PPT and PPTX to PDF in .NET [Advanced F...

    Convert PowerPoint PPT/PPTX to high-quality, searchable PDFs in .NET using Aspose.Slides, with fast C# code examples and advanced conversion options.... using var presentation = new Presentation ( "PowerPoint.ppt"...PdfOptions class. var pdfOptions = new PdfOptions { // Set the quality...

    docs.aspose.com/slides/net/convert-powerpoint-t...
  10. GlossaryDocument.LastBuildingBlock | Aspose.Wor...

    Discover the LastBuildingBlock property in the GlossaryDocument, enabling easy access to the final building block for enhanced document management....doc = new Document (); GlossaryDocument glossaryDoc = new GlossaryDocument...GlossaryDocument (); BuildingBlock child1 = new BuildingBlock ( glossaryDoc )...

    reference.aspose.com/words/net/aspose.words.bui...