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

new

(0.24 sec)
  1. Connecting to SMTP Server|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....Email-for-Java SmtpClient client = new SmtpClient ( "smtp.gmail.com"...Email-for-Java SmtpClient client = new SmtpClient ( "smtp.domain.com"...

    docs.aspose.com/email/java/connecting-to-smtp-s...
  2. Convert Image To HTML Javascript

    Convert Image to HTML format in JavaScript code. Save Image as HTML using JavaScript....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...require('@aspose/words'); var doc = new aw.Document("Input.png") doc...

    products.aspose.com/words/nodejs-net/conversion...
  3. Convert Image To TXT Javascript

    Convert Image to TXT format in JavaScript code. Save Image as TXT using JavaScript....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...require('@aspose/words'); var doc = new aw.Document("Input.png") doc...

    products.aspose.com/words/nodejs-net/conversion...
  4. 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...
  5. How to add watermark text in cover page of word...

    Hi How to add a watermark to the cover page of a word document using Aspose Words API for Java. Now watermark text appears in all other pages and not in cover page. Following code is being used now boolean watermarke…...License license = new com.aspose.words.License(); //...aspose.words.Document doc = new Document(filePath); // DocumentBuilder...

    forum.aspose.com/t/how-to-add-watermark-text-in...
  6. Working with Background in ODS Files with JavaS...

    Learn how to manage backgrounds in ODS files using Aspose.Cells for JavaScript via C++....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer... graphicData ; const blob = new Blob ([ graphicData ], { type...

    docs.aspose.com/cells/javascript-cpp/working-wi...
  7. 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...
  8. Support For Interruptable Library|Aspose.Slides...

    Make long-running tasks cancelable with Aspose.Slides for .NET. Interrupt rendering and conversions for PowerPoint and OpenDocument safely, with examples....) => { LoadOptions options = new LoadOptions { InterruptionToken...Presentation presentation = new Presentation ( "sample.pptx"...

    docs.aspose.com/slides/net/support-for-interrup...
  9. 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...
  10. OleFormat | Aspose.Words for Java

    Provides access to the data of an OLE object or ActiveX control in Java.... Document doc = new Document(getMyDir() + "OLE spreadsheet...a stream: OutputStream fs = new FileOutputStream(getArtifactsDir()...

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