Sort Score
Result 10 results
Languages All
Labels All
Results 8,931 - 8,940 of 198,857 for

new

(0.12 sec)
  1. How to navigate to every paragraph and insert a...

    How to navigate to every paragraph and insert a field at end of paragraph?...the document Document doc = new Document("YourDocument.docx");...docx"); DocumentBuilder builder = new DocumentBuilder(doc); // Iterate...

    forum.aspose.com/t/how-to-navigate-to-every-par...
  2. Add Bookmark to PDF using Java | Aspose.PDF

    Add bookmark to PDF programmatically with Java sample code using Aspose.PDF for Java...modified document bookmark to a new PDF file. This is the best solution...Java Document pdfDocument = new Document ( DATA_DIR . resolve...

    products.aspose.com/pdf/java/bookmarks/
  3. Insert an Image into a Table Cell in PDF|Aspose...

    Learn how to embed images in table cells within PDFs using Aspose.PDF for Java. Add visual appeal to your documents....constructor Document pdfDocument = new Document (); //Create a page...a table object Table table = new Table (); //Add the table in...

    docs.aspose.com/pdf/java/insert-an-image-into-a...
  4. ChartSeriesGroup class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartSeriesGroup class. Represents properties of a chart series group, that is, the properties of chart series of the same type associated with the same axes....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...use of secondary axes for the new series group. newSeriesGroup...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. 档案

    档案...stream = new MemoryStream(byteArray); Document Document = new Document(stream);...Word 文件创建内存流 var outputStream = new MemoryStream(); Document.Save(outputStream...

    blog.aspose.com/zh/words/asp.net-mvc-word-edito...
  6. Recognizing Multiple Symbologies in Single Imag...

    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 (); $rd = new BarCodeReader...

    docs.aspose.com/barcode/java/recognizing-multip...
  7. Pattern Overlay not supported - Free Support Fo...

    The attached zip has a single PSD file, that file has a single text layer, that layer has a simple pattern overlay. input.zip (525.4 KB) Saving this kind of files (with a pattern overlay in a text layer) outputs a brok…... Code sample: new License().SetLicense("XXXX");...PsdLoadOptions loadOptions = new PsdLoadOptions(); loadOptions...

    forum.aspose.com/t/pattern-overlay-not-supporte...
  8. 指定如何在输出 PDF 和图片中跨字符串,使用 Node.js 和 C++|Documenta...

    学习如何通过使用 Aspose.Cells for Node.js via C++ 指定跨类型控制输出 PDF/图片中的文本溢出。...Excel file const workbook = new AsposeCells . Workbook ( path...options const pdfSaveOptions = new AsposeCells . PdfSaveOptions...

    docs.aspose.com/cells/zh/nodejs-cpp/specify-how...
  9. Crop PDF Pages programmatically|Aspose.PDF for ...

    You may get page properties, such as the width, height, bleed-, crop- and trimbox using Aspose.PDF for Java....document Document pdfDocument = new Document ( _dataDir + "sample...() { Document pdfDocument = new Document ( "crop_page.pdf" );...

    docs.aspose.com/pdf/java/crop-pages/
  10. Stop conversion or loading using InterruptMonit...

    Learn how to stop the conversion of Workbook to various formats using InterruptMonitor when it is taking too long with Aspose.Cells for Node.js via C++.... new StopConversionOrLoad (). testRun...InterruptMonitor object this . im = new AsposeCells . InterruptMonitor...

    docs.aspose.com/cells/nodejs-cpp/stop-conversio...