Sort Score
Result 10 results
Languages All
Labels All
Results 821 - 830 of 211,891 for

new

(0.31 sec)
  1. Creating a complex PDF|Aspose.PDF for PHP via Java

    Aspose.PDF for PHP via Java allows you to create more complex documents that contain images, text fragments, and tables in one document.... $document = new Document (); //Add page $page...AddImage ( $imageFileName , new Rectangle ( 20 , 730 , 120 ,...

    docs.aspose.com/pdf/php-java/complex-pdf-example/
  2. Creating and Saving Outlook Contacts in PHP|Doc...

    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.... PHP Code $contact = new MapiContact (); \ # Set different...MapiContactNamePrope $name_prop_set = new MapiContactNamePrope (); $name_prop_set...

    docs.aspose.com/email/java/creating-and-saving-...
  3. IResourceSavingCallback.ResourceSaving | Aspose...

    Optimize your document processing with the ResourceSaving method in Aspose.Words, enhancing external resource management for HTML and SVG formats....ResourceSavingCallba () { Document doc = new Document ( MyDir + "Bullet points...FontSavingCallback callback = new FontSavingCallback (); HtmlFixedSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  4. AdvancedCompareOptions | Aspose.Words for Java

    Allows to set advanced compare options in Java.... Document docA = new Document(getMyDir() + "Document...SDT 1.docx"); Document docB = new Document(getMyDir() + "Document...

    reference.aspose.com/words/java/com.aspose.word...
  5. Fine-Tuning Converters – Aspose.HTML for Java

    Learn how to render HTML to PDF, DOCX, XPS, and images with Aspose.HTML for Java. Explore rendering options to customize your document output....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/html/java/fine-tuning-converters/
  6. Error ao tentar configurar chave (key) - Free S...

    Estamos recebendo a mensagem abaixo quando configuração aspose.net para gerar PDF para Word: image.png (122,3,KB)..."; Metered license = new Metered(); license.SetMeteredKey(publicKey...converter = new Pdf.Plugins.DocConverter()) { var options = new PdfToDocOptions();...

    forum.aspose.com/t/error-ao-tentar-configurar-c...
  7. How to possible top row color set like z-index ...

    @John.He , @amjad.sahi, @peyton.xu // Example: Apply background color priority - Top, Middle, Bottom Style topStyle = worksheet.Workbook.CreateStyle(); topStyle.ForegroundColor = Color.LightGreen; topStyle.Pattern = Bac…...ApplyStyle(topStyle, new StyleFlag { CellShading = true...Rows[1].ApplyStyle(middleStyle, new StyleFlag { CellShading = true...

    forum.aspose.com/t/how-to-possible-top-row-colo...
  8. GlossaryDocument.AcceptEnd | Aspose.Words for .NET

    Discover the GlossaryDocument AcceptEnd method, which efficiently manages visitor access to the end of your glossary. Enhance user experience today!...doc = new Document (); GlossaryDocument glossaryDoc = new GlossaryDocument...GlossaryDocument (); BuildingBlock child1 = new BuildingBlock ( glossaryDoc )...

    reference.aspose.com/words/net/aspose.words.bui...
  9. Make DOC Using Javascript

    Make a New DOC in JavaScript in a few steps. Easily create DOC using Node.js via .NET library....the following example: Make a new DOC using JavaScript Copy Examples...); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...

    products.aspose.com/words/nodejs-net/make/doc/
  10. Make Markdown Using Javascript

    Make a New Markdown in JavaScript in a few steps. Easily create Markdown using Node.js via .NET library....the following example: Make a new MD using JavaScript Copy Examples...); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...

    products.aspose.com/words/nodejs-net/make/md/