Sort Score
Result 10 results
Languages All
Labels All
Results 7,831 - 7,840 of 223,235 for

new

(0.38 sec)
  1. Barcode Reading Quality Options and Presets|Doc...

    This article explains how barcode recognition can be optimized in terms of accuracy and speed using different automatic presets and setting various options in PHP via Java...debugging tasks only $reader = new BarCodeReader ( "test.png" ,...-> getCodeText ()); $reader = new BarCodeReader ( "test.png" ,...

    docs.aspose.com/barcode/phpjava/barcode-reading...
  2. Rendering Device – C# – Aspose.HTML for .NET

    Learn how to use rendering devices – PdfDevice, XpsDevice, DocDevice, and ImageDevice to render HTML to PDF, XPS, DOCX, and Images....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/html/net/rendering-device/
  3. TextFragmentAbsorber with TextSearchOptions Reg...

    Hi, I am trying to split a 1652 page PDF based on a rule. My current implementation works fine with PDF files that have 120 pages. With my large PDF I get very long wait times when using the following code: var documen…...following code: var document = new Document(inputStream); //use...textFragmentAbsorber = new TextFragmentAbsorber( new Regex(splitRule...

    forum.aspose.com/t/textfragmentabsorber-with-te...
  4. Comparer.CompareToImages | Aspose.Words for .NET

    Effortlessly compare documents with CompareToImages, saving differences as images for each page, enhancing clarity and visual analysis....CompareToImages ( firstDoc , secondDoc , new ImageSaveOptions ( SaveFormat...SaveFormat . Png ), "Author" , new DateTime ()); using ( FileStream firstStreamIn...

    reference.aspose.com/words/net/aspose.words.low...
  5. WebExtensionReferenceCollection | Aspose.Words ...

    Specifies a list of web extension references in Java.... Document doc = new Document(); // Create task pane...TaskPane myScriptTaskPane = new TaskPane(); doc.getWebExtensionTaskP()...

    reference.aspose.com/words/java/com.aspose.word...
  6. Add Animation Property and Setup Target Camera ...

    Aspose.3D for Java supports rendering animated scene. This article explains prerequisites to move an object....Initialize scene object Scene scene = new Scene (); // Call Common class...property BindPoint bindPoint = new BindPoint ( scene , translation...

    docs.aspose.com/3d/java/add-animation-property-...
  7. Rending Issue with MathType Equation OLE Object...

    I am encountering rendering issues with MathType Equation OLE objects (progId == "Equation.DSMT4") when converting DOCX to images using Aspose.Words. Sample Code : using Aspose.Words; using Aspose.Words.Saving; var li…...Saving; var license = new License(); license.SetLicense(@"licensePath");...document = new Document(@$"inputPath"); var options = new ImageS...

    forum.aspose.com/t/rending-issue-with-mathtype-...
  8. PDL Conversion API | JavaScript Solution

    Convert PS, EPS, and XPS to PDF and Images including BMP, JPG, PNG, and TIFF using the JavaScript library with the Aspose.Page PDL conversion functionality....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    products.aspose.com/page/javascript-cpp/convers...
  9. Сreate Custom Barcodes with IBarcodeGenerator|D...

    How to create custom barcodes from MS Word documents with IBarcodeGenerator, Aspose.Words and Aspose.BarCode...Exception error ) { Bitmap bmp = new Bitmap ( 100 , 100 ); using (...DrawString ( error . Message , new Aspose . Drawing . Font ( "Microsoft...

    docs.aspose.com/barcode/net/how-to-create-custo...
  10. JsonDataSource Initialization Extremely Slow wi...

    I’m using the LINQ Reporting Engine in Aspose.Words and passing a large JSON structure (~18,000 tokens) as the data source. Currently, I’m instantiating the data source like this: var dataSource = New JsonDataSource(n…...this: var dataSource = new JsonDataSource(new MemoryStream(encoding...MemoryStream . var dataSource = new JsonDataSource("path/to/your/large...

    forum.aspose.com/t/jsondatasource-initializatio...