Sort Score
Result 10 results
Languages All
Labels All
Results 8,191 - 8,200 of 124,528 for

text

(0.06 sec)
  1. Create PDF Files via C# | products.aspose.com

    C# Sample code for generating PDF documents. Use this code for creating PDF files within VB.NET, Asp.NET or any .NET based application.... Add text in the page. Use Save method...= diagram.Pages[ 0 ]; // Add Text shape. Shape shape = page.AddText(...

    products.aspose.com/diagram/net/create/pdf/
  2. Create JPEG image file via Java | products.aspo...

    Create JPEG image file via Java....library designed for drawing text, geometries, and images. With...curves, and figures, as well as text in various fonts, sizes, and...

    products.aspose.com/drawing/java/create/jpeg/
  3. Create PNG image file via Java | products.aspos...

    Create PNG image file via Java....library designed for drawing text, geometries, and images. With...curves, and figures, as well as text in various fonts, sizes, and...

    products.aspose.com/drawing/java/create/png/
  4. 设置元数据| JavaScript的API解决方案

    易于使用的JavaScript库,用于从Aspose.font中进行字体操作。了解如何设置字体元数据信息。...最后一个参数 text 用于设置记录的字符串数据。 如果该记录与通过参数 platformID...nameID 添加的记录相符,则该方法不会添加新记录,而是使用参数 text 定义的值更新现有记录中的字符串数据。 设置元数据的示例...

    docs.aspose.com/font/zh/javascript-cpp/metadata...
  5. | Aspose

    Sample code for JPEG to XML Java conversion. Use API example code for batch JPEG files to XML conversion within any Web or Desktop Java based application....documents containing recognized text. To add it to your project,...(); //Prepare rectangles with texts. ArrayList rectArray = new ArrayList...

    products.aspose.com/ocr/java/conversion/jpeg-to...
  6. Shape class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Shape class. Represents an object in the drawing layer, such as an AutoShape, Textbox, freeform, OLE object, ActiveX control, or picture...can have text, but not all. Shapes that can have text, can contain...alternativeText Defines alternative text to be displayed instead of a...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. GS1 Barcode Standards|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....developers first need to pass barcode text through the setCodeText method...)ASPOSE(30)9876” as barcode text using the setCodeText method...

    docs.aspose.com/barcode/java/gs1-barcodes/
  8. Add Blind Watermark Verification to U3D File Fo...

    C# source code to load, render and add blind Watermark Verification to U3D documents on .NET Framework, .NET Core, Mono....scene = new Scene(file); string text = null ; //Add password to verify...GetEntity<Mesh>(); if (mesh != null ) { text = Watermark.DecodeWatermark(mesh...

    products.aspose.com/3d/net/verify-watermark/u3d/
  9. Add Blind Watermark Verification to PDF File Fo...

    C# source code to load, render and add blind Watermark Verification to PDF documents on .NET Framework, .NET Core, Mono....scene = new Scene(file); string text = null ; //Add password to verify...GetEntity<Mesh>(); if (mesh != null ) { text = Watermark.DecodeWatermark(mesh...

    products.aspose.com/3d/net/verify-watermark/pdf/
  10. Create PDF Files via Java | products.aspose.com

    Java Sample code for generating PDF documents. Use this code for creating PDF files within Java based desktop or web application.... Add text in the page. Use save method...getPages(). get ( 0 ); // Add Text shape. Shape shape = page.addText(...

    products.aspose.com/diagram/java/create/pdf/