Sort Score
Result 10 results
Languages All
Labels All
Results 2,501 - 2,510 of 223,188 for

new

(0.11 sec)
  1. Manage Presentation Hyperlinks in JavaScript|As...

    Effortlessly manage hyperlinks in PowerPoint and OpenDocument presentations with Aspose.Slides for Node.js—enhance interactivity and workflow in minutes....to a text: var presentation = new aspose . slides . Presentation...portionFormat . setHyperlinkClick ( new aspose . slides . Hyperlink (...

    docs.aspose.com/slides/nodejs-java/manage-hyper...
  2. 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...the value. Presentation pres = new Presentation (); IChart chart...

    docs.aspose.com/slides/java/public-api-and-back...
  3. Fill.SetImage | Aspose.Words for .NET

    Enhance your design with the SetImage method. Easily switch to a single image fill type for stunning visuals and seamless integration....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...using ( FileStream stream = new FileStream ( ImageDir + "Logo...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Marking Barcode Regions in an Image in PHP|Docu...

    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....$barcode_reader_type = new BarCodeReadType (); $reader = new BarCodeReader...object $imageIO = new ImageIO (); // $file=new File(); $bufferedImage...

    docs.aspose.com/barcode/java/marking-barcode-re...
  5. PdfSaveOptions.OpenHyperlinksInNewWindow | Aspo...

    Control hyperlink behavior in your PDF with PdfSaveOptions. Easily set links to open in a New window or tab for enhanced user experience....are forced to be opened in a new window (or tab) of a browser...open new pages when we click on them. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Modifying AcroForms|Aspose.PDF for Java

    This section explains how to modifying forms in your PDF document with Aspose.PDF for Java....document Document pdfDocument = new Document ( _dataDir + "FormFieldFont14...field . setDefaultAppearance ( new DefaultAppearance ( font , 10...

    docs.aspose.com/pdf/java/modifing-form/
  7. Table header cell has no associated subcells - ...

    I am using Aspose.PDF for .NET version 25.8.0. I need to create a tagged table that passes the “Table header cell has no associated subcells” check for PDF/UA compliance. I have found that the object created by headerR…...Create a new PDF document Document pdfDocument = new Document();...Create a table Table table = new Table(); page.Paragraphs.Add(table);...

    forum.aspose.com/t/table-header-cell-has-no-ass...
  8. DocumentBuilder.InsertDocument | Aspose.Words f...

    Effortlessly insert documents at any cursor position with DocumentBuilder's InsertDocument method. Streamline your workflow and enhance productivity!... Document doc = new Document ( MyDir + "Document...); DocumentBuilder builder = new DocumentBuilder ( doc ); builder...

    reference.aspose.com/words/net/aspose.words/doc...
  9. Different Ways to Open Files with JavaScript vi...

    This article explains how to open an Excel file using Aspose.Cells for JavaScript via C++ API....file const workbook1 = new Workbook ( new Uint8Array ( arrayBuffer...content const workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/different-...
  10. Render PDF page content to Graphics - Free Supp...

    Hello, Could you please tell me if Aspose.PDF for NET has the ability to let me render PDF file page to Graphics, like: I need this ability for advanced printing methods like printing multiple pages per paper sheet, a…...pdfDoc = new Document(inputPath)) { var jpgDevice = new JpegDevice(300);..."test_pdf_out.jpg"); var pngDevice = new PngDevice(); pngDevice.Process(pdfDoc...

    forum.aspose.com/t/render-pdf-page-content-to-g...