Sort Score
Result 10 results
Languages All
Labels All
Results 2,371 - 2,380 of 196,983 for

new

(0.09 sec)
  1. sample.json

    { "Sheet1":[ { "City": "Chicago", "Region": "Central", "Store": 3055 }, { "City": "New York", "Region": "East", "Store": 3036 }, { "City": "Detroit", "Region": "Central", "Store": 3074 } ], "Sheet2......"Store": 3055 }, { "City": "New York", "Region": "East", "Store":..."Store3": 3166 }, { "City3": "New York", "Region3": "East", "Store3":...

    docs.aspose.com/cells/it/nodejs-cpp/convert-jso...
  2. 在PDF中以编程方式添加图片水印|Aspose.PDF for Java

    使用Aspose.PDF for Java库中的ImageStamp类在PDF文档中添加图片水印。...打开文档 Document pdfDocument = new Document ( _dataDir + "AddImageStamp...创建图片印章 ImageStamp imageStamp = new ImageStamp ( _dataDir + "aspose-logo...

    docs.aspose.com/pdf/zh/java/image-stamps-in-pdf...
  3. Presentation Viewer|Aspose.Slides for Node.js v...

    PowerPoint presentation viewer in JavaScript...slideIndex = 0 ; var presentation = new aspose . slides . Presentation...slideIndex = 0 ; var presentation = new aspose . slides . Presentation...

    docs.aspose.com/slides/nodejs-java/presentation...
  4. Barcode Reading Settings|Documentation

    This article describes how to adjust various barcode recognition settings in Aspose.BarCode for PHP via Java according to business needs... $generator = new BarcodeGenerator ( EncodeTypes...BarcodeImageFormat :: PNG ); $reader = new BarCodeReader ( "c:/test.png"...

    docs.aspose.com/barcode/phpjava/barcode-reading...
  5. 使用 PDF 中的投资组合|Aspose.PDF for .NET

    如何使用 C# 创建 PDF 投资组合。您应该使用 Microsoft Excel 文件、Word 文档和图像文件来创建 PDF 投资组合。...document using ( var document = new Aspose . Pdf . Document ()) {...object document . Collection = new Aspose . Pdf . Collection ();...

    docs.aspose.com/pdf/zh/net/portfolio/
  6. Export JasperReport to SVG|CAD 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....ASSvgExporter svgExporter = new ASSvgExporter (); ASSvgExportConfigura...ASSvgExportConfigura svgExportConfigurati = new ASSvgExportConfigura (); svgExportConfigurati...

    docs.aspose.com/cad/jasperreports/user-guide/ex...
  7. CommentRangeEnd | Aspose.Words for .NET

    Discover the CommentRangeEnd constructor, effortlessly create New instances of this class for seamless code integration and enhanced functionality....CommentRangeEnd constructor Initializes a new instance of this class. public...Document doc = new Document (); Comment newComment = new Comment (...

    reference.aspose.com/words/net/aspose.words/com...
  8. FindReplaceOptions | Aspose.Words for Java

    Specifies options for find/replace operations in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FindReplaceOptions options = new FindReplaceOptions(); // Set...

    reference.aspose.com/words/java/com.aspose.word...
  9. 使用 C# 製作 PDF

    通過幾個步驟在 C# 中創建一個新的 PDF。使用 .NET 庫輕鬆創建 PDF。...Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...builder.Font; font.Name = "Courier New" ; font.Color = Color.Blue; font...

    products.aspose.com/words/zh-hant/net/make/pdf/
  10. 从 PDF 中提取段落 C#|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中从 PDF 文档中提取段落以进行结构化文本检索。...document using ( var document = new Aspose . Pdf . Document ( dataDir...Pages [ 2 ]; var absorber = new Aspose . Pdf . Text . ParagraphAbsorber...

    docs.aspose.com/pdf/zh/net/extract-paragraph-fr...