Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 210,437 for

new

(0.26 sec)
  1. Quick Start|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....lic" ; License license = new License (); license . setLicense...licensePath ); BarCodeReader reader = new BarCodeReader ( fileName , DecodeType...

    docs.aspose.com/barcode/java/quick-start/
  2. JsonDataSource | Aspose.Words for .NET

    Create a powerful data source effortlessly with the JsonDataSource constructor, enabling seamless integration of JSON files and optimized data parsing....JsonDataSource( string ) Creates a new data source with data from a...JsonDataSource( Stream ) Creates a new data source with data from a...

    reference.aspose.com/words/net/aspose.words.rep...
  3. 使用运算符|Aspose.PDF for Java

    本主题解释了如何使用 Aspose.PDF 的运算符。运算符类为 PDF 操作提供了强大的功能。...PDF 文档 Document pdfDocument = new Document ( _dataDir + "PDFOperators...= null ; try { imageStream = new FileInputStream ( _dataDir +...

    docs.aspose.com/pdf/zh/java/operators/
  4. BarcodeParameters.ErrorCorrectionLevel | Aspose...

    Discover the ErrorCorrectionLevel property for QR Codes. Enhance your barcodes with optimal error correction options, values 0 and 3 for reliability....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldOptions . BarcodeGenerator = new CustomBarcodeGenerat (); // Below...

    reference.aspose.com/words/net/aspose.words.fie...
  5. FieldOptions.BarcodeGenerator | Aspose.Words fo...

    Create custom barcodes effortlessly with FieldOptions BarcodeGenerator. Enhance your inventory management and streamline operations today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldOptions . BarcodeGenerator = new CustomBarcodeGenerat (); // Below...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Render 3D Scene with Panorama Mode in Depth|Doc...

    Using Aspose.3D for .NET API, developers can render a 3D scene with panorama mode in depth instead of the colors....//load the scene Scene scene = new Scene ( dataDir + "skybox.obj"...capturing the cube map Camera cam = new Camera ( ProjectionType . Perspective...

    docs.aspose.com/3d/net/render-3d-scene-with-pan...
  7. Working with Gradient in PS file | Java

    Adding gradient in PS file is a functionality supported by Aspose.Page API solution. See how to use the functionality in Java...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/java/ps/working-with-gradi...
  8. Public API Changes in Aspose.PDF for Java 9.5.0...

    Learn about the public API changes in Aspose.PDF for Java version 9.5.0 for improved functionality and better compatibility.... It includes not only new and obsoleted public methods...doc = new Document ( "doc.pdf" ); InputStream fs = new FileInputStream...

    docs.aspose.com/pdf/java/public-api-changes-in-...
  9. InputGroup|Documentation

    InputGroup element is used to insert personalized information, such as the respondent's name or email, into the form.... new InputGroup () { Children = new List < BaseConfig...BaseConfig >() { new ContentConfig () { Name = "Label" }, new ContentConfig...

    docs.aspose.com/omr/net/programmatic-forms/inpu...
  10. ImageFieldMergingArgs | Aspose.Words for Java

    Provides data for the IFieldMergingCallback.imageFieldMergingcom.aspose.words.ImageFieldMergingArgs event in Java....throws Exception { Document doc = new Document(getMyDir() + "Mail merge...getMailMerge().setFieldMergingCallb(new HandleMergeImageFiel()); // Loads...

    reference.aspose.com/words/java/com.aspose.word...