Sort Score
Result 10 results
Languages All
Labels All
Results 4,091 - 4,100 of 213,512 for

new

(0.24 sec)
  1. Convert TEXT To WORD Java

    Convert TEXT to WORD format in Java code. Save TEXT as WORD using Java....*; Document doc = new Document ( "Input.txt" ); doc...aspose.words.*; Document doc = new Document("Input.txt"); doc.save("Output...

    products.aspose.com/words/java/conversion/text-...
  2. Convert HTML To Markdown Java

    Convert HTML to Markdown format in Java code. Save HTML as Markdown using Java....*; Document doc = new Document ( "Input.html" ); doc...aspose.words.*; Document doc = new Document("Input.html"); doc.save("Output...

    products.aspose.com/words/java/conversion/html-...
  3. Convert HTML To PDF Java

    Convert HTML to PDF format in Java code. Save HTML as PDF using Java....*; Document doc = new Document ( "Input.html" ); doc...aspose.words.*; Document doc = new Document("Input.html"); doc.save("Output...

    products.aspose.com/words/java/conversion/html-...
  4. Convert WORD To PDF Java

    Convert a Word document to PDF format in Java code. Save a Word document as PDF using Java....*; Document doc = new Document ( "Input.docx" ); doc...aspose.words.*; Document doc = new Document("Input.docx"); doc.save("Output...

    products.aspose.com/words/java/conversion/word-...
  5. Convert WORD To EPUB Java

    Convert a Word document to EPUB format in Java code. Save a Word document as EPUB using Java....*; Document doc = new Document ( "Input.docx" ); doc...aspose.words.*; Document doc = new Document("Input.docx"); doc.save("Output...

    products.aspose.com/words/java/conversion/word-...
  6. PDF to PDF with Aspose Words (Aspose TotalNet) ...

    Hello Aspose team, When trying one of your website to process PDF → PDF (Convert PDF To PDF Online) Result is completely different compare when trying to use the code to do this. Maybe you have some working snippet…...StreamFactory(); { var document = new Aspose.Words.Document(stream);...PdfSaveOptions saveOptions = new PdfSaveOptions { Compliance =...

    forum.aspose.com/t/pdf-to-pdf-with-aspose-words...
  7. Manage Superscript and Subscript in Presentatio...

    Master superscript and subscript in Aspose.Slides for .NET and elevate your presentations with professional text formatting for maximum impact.... Create a new Paragraph for superscript text...of the ITextFrame . Create a new text portion object. Set the...

    docs.aspose.com/slides/net/superscript-and-subs...
  8. Aspose.Cells cannot open workbook with pivot ta...

    Hey There, We have a client that has an excel file containing a pivot table. File named ‘stack-overflow-pivot-table’ attached. When trying to create a New workbook with Aspose.Cells v25.7.0 using the following code: p…... When trying to create a new workbook with Aspose.Cells v25...ms = new FileStream(inputPath, FileMode.Open); var wb = new Workbook(ms...

    forum.aspose.com/t/aspose-cells-cannot-open-wor...
  9. Public API Changes in Aspose.Cells 8.6.2|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.... It includes not only new and updated public methods, added...ISmartMarkerCallBack interface to define a new class that handles the callback...

    docs.aspose.com/cells/java/public-api-changes-i...
  10. How to add Polygon Annotation using C++ | Aspos...

    Source code to add Polygon annotations in PDF file on any platform with C++ language...instance of Document class Create a new page or get a reference to an...PDF file Document document = new Document ( System . IO . Path...

    products.aspose.com/pdf/cpp/annotation/polygon/...