Sort Score
Result 10 results
Languages All
Labels All
Results 4,251 - 4,260 of 214,328 for

new

(0.48 sec)
  1. Creating a complex PDF using Aspose.PDF|Aspose....

    Aspose.PDF for Android via Java allows you to create more complex documents that contain images, text fragments, and tables in one document....pdf" ; myExternalFile = new File ( getExternalFilesDir (...document object Document document = new Document (); // Add page Page...

    docs.aspose.com/pdf/androidjava/complex-pdf-exa...
  2. Load Specific Worksheets in a Workbook with Jav...

    Learn how to load specific worksheets in a workbook using Aspose.Cells for JavaScript via C++. Improve performance and reduce memory consumption....assignment) const loadOptions = new LoadOptions ( LoadFormat . Xlsx...); loadOptions . loadFilter = new CustomLoad (); // Create the...

    docs.aspose.com/cells/javascript-cpp/load-speci...
  3. Managing GridDesktops Context Menu|Documentation

    This article introduces how to customize context menu in GridDesktop....Moreover, it is possible to add new menu items with event handlers...are hidden Adding New Menu Items Add a new context menu item...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  4. How to generate multiline image from text - Fre...

    Hello Team, We are using aspose.Imaging using that we want to generate image from text. If text length is beyond some specific width then it should be wrap and should display text after that length into New line. How ca…...text after that length into new line. How can i achieve it into...of wrapping text and also to new line may not be possible. You...

    forum.aspose.com/t/how-to-generate-multiline-im...
  5. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for Java to smoothly migrate your PowerPoint PPT, PPTX and ODP presentation solutions....methods, properties and so on, any new restrictions and other changes...Replacing Image to PPImage, IPPImage New methods added: IPPImage.replaceImage(byte[]...

    docs.aspose.com/slides/java/public-api-and-back...
  6. PdfSaveOptions.FontEmbeddingMode | Aspose.Words...

    Discover the PdfSaveOptions FontEmbeddingMode property to optimize your PDF's font embedding. Enhance document quality and compatibility effortlessly!...skip embedding Arial and Times New Roman fonts into a PDF document...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.sav...
  7. LoadOptions class | Aspose.Words for Node.js

    Aspose.Words.Loading.LoadOptions class. Allows to specify additional options (such as password or base URI) when loading a document into a [Document](../../aspose.words/document/) object...LoadOptions() Initializes a new instance of this class with default... A shortcut to initialize a new instance of this class with the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Picture|Aspose.Slides Documentation

    Work with pictures in C# using Aspose.Slides: insert, replace, crop, compress, adjust transparency and effects, fill shapes, and export for PPT, PPTX and ODP....Add_Picture () { using var pres = new Presentation (); // Create a...in-memory image using var bmp = new Bitmap ( width : 100 , height...

    docs.aspose.com/slides/net/examples/elements/pi...
  9. How to Add Group Shape into a Word Document|Asp...

    Grouping and ungrouping shapes using Java.... Document doc = new Aspose . Words . Document ();...EnsureMinimum (); GroupShape gs = new GroupShape ( doc ); Aspose ....

    docs.aspose.com/words/java/how-to-add-group-sha...
  10. 使用 PHP 向 PDF 添加文本 | Aspose.PDF

    使用 Aspose.PDF for PHP via Java,使用 PHP 示例代码,以编程方式向 PDF 添加文本...// Open document $document = new Document ( $inputFile ); // get...text fragment $textFragment = new TextFragment ( "Aspose.PDF" );...

    products.aspose.com/pdf/zh-hant/php-java/text/