Sort Score
Result 10 results
Languages All
Labels All
Results 6,311 - 6,320 of 222,967 for

new

(0.2 sec)
  1. Hyperlink|Aspose.Slides for Node.js via .NET Do...

    Add and manage hyperlinks in Aspose.Slides for Node.js: link text, shapes, and images, set targets and actions for PPT, PPTX, and ODP with examples....addHyperlink () { let presentation = new aspose . slides . Presentation...get_Item ( 0 ); let hyperlink = new aspose . slides . Hyperlink (...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  2. Aspose.OCR for .NET when used to OCR with PDF i...

    Hi Team, I am working on replacing a 3rd party software which was used to OCR images and PDF file with images in an application. I have used Aspose.OCR and Aspose.PDF in my POC application for replacement of that 3rd pa…...license = new Aspose.Pdf.License(); // License license = new License();...using (MemoryStream stream = new MemoryStream(System.Text.Encoding...

    forum.aspose.com/t/aspose-ocr-for-net-when-used...
  3. Convert PDF file to other formats|Aspose.PDF fo...

    Explore how to convert PDF files into other formats like Word, Excel, or images using Aspose.PDF for Java....document Document document = new Document ( DATA_DIR + "PDFToEPUB...options EpubSaveOptions options = new EpubSaveOptions (); // Specify...

    docs.aspose.com/pdf/java/convert-pdf-to-other-f...
  4. 旋转 Visio 形状文字|Documentation

    如何使用 .NET Diagram API 在 visio 中旋转形状的文本。...// Initialize a new Visio Diagram diagram = new Diagram (); dataDir...a VDX file Diagram diagram = new Diagram ( dataDir + "UpdateShapeText...

    docs.aspose.com/diagram/zh/net/rotate-visio-sha...
  5. 在 Java 中处理 PDF 表单 | Aspose.PDF

    使用 Aspose.PDF for Java,使用 Java 示例代码,以编程方式管理 PDF 表单。...try ( Document pdfDocument = new Document ( inputFile )) { Page...textBoxField = new TextBoxField ( page , new Rectangle ( 100...

    products.aspose.com/pdf/zh-hans/java/acroforms/
  6. Add Data in Cells|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....Workbook object Workbook workbook = new Workbook (); //Accessing the...to cells. Java Workbook wb = new HSSFWorkbook (); CreationHelper...

    docs.aspose.com/cells/java/add-data-in-cells/
  7. SignatureLineOptions class | Aspose.Words for N...

    Aspose.Words.SignatureLineOptions class. Allows to specify options for signature line being inserted...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...); let signatureLineOptions = new aw . SignatureLineOptions { Signer...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Formula recognition|Documentation

    Extracting and recognizing formulas from images, web links, scanned PDFs, DjVu files, folders, archives and other content....AsposeOCR recognitionEngine = new com . aspose . ocr . AsposeOCR...aspose . ocr . OcrInput input = new com . aspose . ocr . OcrInput...

    docs.aspose.com/ocr/java/formula-recognition/
  9. Master Slide|Aspose.Slides for PHP Documentation

    Manage master slides in PHP with Aspose.Slides: create, edit, clone, and format themes, backgrounds, placeholders to unify slides in PowerPoint and OpenDocument....example shows how to create a new master slide by cloning the default...addMasterSlide () { $presentation = new Presentation (); try { // Clone...

    docs.aspose.com/slides/php-java/examples/elemen...
  10. ResourceSavingArgs.KeepResourceStreamOpen | Asp...

    Discover how the KeepResourceStreamOpen property in ResourceSavingArgs enhances Aspose.Words by managing stream efficiency during resource saving....HtmlFixedResourceFol () { Document doc = new Document ( MyDir + "Rendering...ResourceUriPrinter callback = new ResourceUriPrinter (); HtmlFixedSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...