Sort Score
Result 10 results
Languages All
Labels All
Results 2,771 - 2,780 of 197,059 for

new

(0.08 sec)
  1. Convert JPG To WORD Javascript

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

    products.aspose.com/words/nodejs-net/conversion...
  2. 使用 PHP 的 PDF 转换解决方案 | Aspose.PDF

    使用 PHP via Java 将 PDF 转换为 DOCX、PPTX、XLS、XLSX、EPUB、TEX、MHTML、Markdown 等...lic" ; $licenceObject = new License (); $licenceObject ->...the PDF document $document = new Document ( $inputFile ); // Create...

    products.aspose.com/pdf/zh-hans/php-java/conver...
  3. 使用 PHP 的 PDF 转换解决方案 | Aspose.PDF

    使用 PHP via Java 将 PDF 转换为 DOCX、PPTX、XLS、XLSX、EPUB、TEX、MHTML、Markdown 等...lic" ; $licenceObject = new License (); $licenceObject ->...the PDF document $document = new Document ( $inputFile ); // Create...

    products.aspose.com/pdf/zh-hant/php-java/conver...
  4. Exporting Math Equations|Aspose.Slides Document...

    Export PowerPoint math equations in C# or .NET...using ( Presentation pres = new Presentation ()) { var autoShape...MathParagraph ; mathParagraph . Add ( new MathematicalText ( "a" ). SetSuperscript...

    docs.aspose.com/slides/net/exporting-math-equat...
  5. Add background to PDF|Aspose.PDF for Java

    Learn how to add backgrounds to PDF documents using Aspose.PDF for Java. Follow this step-by-step guide for creative customization....// Create a new Document object Document doc = new Document ();...(); // Add a new page to document object Page page = doc . getPages...

    docs.aspose.com/pdf/java/add-backgrounds/
  6. PdfDigitalSignatureDetails.CertificateHolder | ...

    Discover the PdfDigitalSignatureDetails CertificateHolder property. Access the certificate holder object for enhanced document signing security....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...PDF. PdfSaveOptions options = new PdfSaveOptions (); // Configure...

    reference.aspose.com/words/net/aspose.words.sav...
  7. IFieldMergingCallback.ImageFieldMerging | Aspos...

    Discover the ImageFieldMerging method in IFieldMergingCallback, designed for seamless image insertion in Aspose.Words mail merge. Enhance your document automation!...ImageFromBlob () { Document doc = new Document ( MyDir + "Mail merge...MailMerge . FieldMergingCallback = new HandleMergeImageFiel (); string...

    reference.aspose.com/words/net/aspose.words.mai...
  8. Your First Aspose.Diagram Application - Hello W...

    This page describes how to create first application with Aspose.Diagram library.... Create a new Visio file, or open an existing...existing Visio file. Create a new text box. Insert the words Hello...

    docs.aspose.com/diagram/java/your-first-aspose-...
  9. Add Layers to PDF File in Ruby|Aspose.PDF for Java

    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.... new page = doc . getPages (). add.... aspose . pdf . Layer ' ). new ( "oc1" , "Red Line" ) layer...

    docs.aspose.com/pdf/java/add-layers-to-pdf-file...
  10. Manage PowerPoint Paragraph in Java|Aspose.Slid...

    Create paragraphs and manage paragraph properties in PowerPoint presentations in Java...three IPortion objects for each new IParagraph (two Portion objects...PPTX file Presentation pres = new Presentation (); try { // Accessing...

    docs.aspose.com/slides/java/manage-paragraph/