Sort Score
Result 10 results
Languages All
Labels All
Results 2,051 - 2,060 of 214,446 for

new

(0.1 sec)
  1. Export JasperReport to PSD|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....ASPsdExporter psdExporter = new ASPsdExporter (); ASPsdExportConfigura...ASPsdExportConfigura psdExportConfigurati = new ASPsdExportConfigura (); psdExportConfigurati...

    docs.aspose.com/imaging/jasperreports/export-ja...
  2. Issue with thai text - Free Support Forum - asp...

    Hello, I’m testing the New version of Aspose.Words 26.1 and have found an issue with thai text. I’m opening a docx file then define the font folder source for Aspose and save the document as pdf. The result document s…...11:12am 1 Hello, I’m testing the new version of Aspose.Words 26.1...Aspose.Words uses Browallia New font, you can check this by saving...

    forum.aspose.com/t/issue-with-thai-text/324630
  3. AxisDisplayUnit | Aspose.Words for Java

    Provides access to the scaling options of the display units for the value axis in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...setMinimum(new AxisBound(-10)); axis.getScaling().setMaximum(new AxisBound(20...

    reference.aspose.com/words/java/com.aspose.word...
  4. Comment.Done | Aspose.Words for .NET

    Mark comments as complete with the Done property. Easily manage your tasks and improve workflow efficiency with this simple flag feature....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...an error. Comment comment = new Comment ( doc , "John Doe" ,...

    reference.aspose.com/words/net/aspose.words/com...
  5. Add Watermark To PDF with JavaScript via C++|Do...

    Learn how to add text and image watermark to PDF while converting Excel to PDF using Aspose.Cells for JavaScript via C++....The example will also create a new workbook with 3 pages and apply...file) const workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/add-waterm...
  6. Heap error during CDR to Pdf convertion - Free ...

    type or paste code here This is my Java code to convert CDR file into PDF file this throw heap error package Activation; import java.io.File; import java.io.FileOutputStream; import java.io.InputStream; import java…...buff = new byte[is.available()]; is.read(buff); ency td = new ency();...decrypt(buff); OutputStream outStream = new FileOutputStream( System.getProperty("java...

    forum.aspose.com/t/heap-error-during-cdr-to-pdf...
  7. Comment.done property | Aspose.Words for Node.js

    Comment.done property. Gets or sets flag indicating that the comment has been marked done....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...out an error. let comment = new aw . Comment ( doc , "John Doe"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Image added using Place in cell option removed ...

    Steps: Open a blank excel file Click the Insert tab Click on Pictures Click Place In Cell Browse an image from your PC and add it into any cell In another part of the excel, just copy paste an image When this excel (T…...(var doc = new Workbook(Stream)) { var converted = new MemoryStream();...MemoryStream(); doc.Save(converted, new PdfSaveOptions { ImageType =...

    forum.aspose.com/t/image-added-using-place-in-c...
  9. How to add a typedMember dimension element? - F...

    Hello everyone! I’m a Newbie in both C# and Aspose Finance. I’m trying to add a context scenario, with a typedMember dimension. For instance, I’m trying to achieve something like this: <xbrli:context id="c-4"> <xbr…...this code: Context context = new Context(contextPeriod, contextEntity);...Scenario = new ContextSenario() { DimensionMemberList = { new DimensionMember(...

    forum.aspose.com/t/how-to-add-a-typedmember-dim...
  10. ImageFieldMergingArgs Class | Aspose.Words for ...

    Discover the Aspose.Words.MailMerging.ImageFieldMergingArgs class, designed to enhance image merging in documents, ensuring seamless and efficient workflows....ImageFromBlob () { Document doc = new Document ( MyDir + "Mail merge...MailMerge . FieldMergingCallback = new HandleMergeImageFiel (); string...

    reference.aspose.com/words/net/aspose.words.mai...