Sort Score
Result 10 results
Languages All
Labels All
Results 9,411 - 9,420 of 222,975 for

new

(0.39 sec)
  1. Create Self-Extracting SFX Archives | Aspose.Zi...

    Learn how to create self-extracting SFX archives with our comprehensive guide....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/zip/java/create-self-extracting...
  2. Waterfall Chart Is Displayed Incorrectly after ...

    Hi Aspose Slides Team, import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import com.aspose.slides.Presentation; import com.aspose.slides.SaveFormat; public class TestColumnChart { public st…...Presentation presentation = new Presentation(path + "OriginalFile...ByteArrayOutputStrea baos = new ByteArrayOutputStrea(); presentation...

    forum.aspose.com/t/waterfall-chart-is-displayed...
  3. Unable to view the charts/graphs in the aspose ...

    Hello Aspose, I am unable to view the charts/graphs in the attached sample .xls file. currently it is showing as blank, please look into this and do the needful. image.png (20.0 KB) ENE.PC.00000058.zip (178.7 KB) T…... LoadOptions opts = new LoadOptions(LoadFormat.XLS);...setLoadDataOnly(false); Workbook wb = new Workbook("ENE.PC.00000058.xls"...

    forum.aspose.com/t/unable-to-view-the-charts-gr...
  4. ForeignKeyConstraint | Aspose.Words for Java

    Represents an action restriction enforced on a set of columns in a primary key/foreign key relationship when a value or row is either deleted or updated in Java....childColumns) Initializes a new instance of the ForeignKeyConstraint...DataColumn childColumn) Initializes a new instance of the ForeignKeyConstraint...

    reference.aspose.com/words/java/com.aspose.word...
  5. Get Max Range In A Worksheet with JavaScript vi...

    This article describes how to get the max range, max data range, and max display range of Excel files using Aspose.Cells for JavaScript via C++....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/javascript-cpp/get-max-ra...
  6. Extract SEO-Oriented Fields from JSON | Aspose....

    A guide on extracting specific fields such as 'h1' and 'description' from various data sources including JSON headers and file paths....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/java/microsoft-project-mp...
  7. CellFormat class | Aspose.Words for Node.js

    Aspose.Words.Tables.CellFormat class. Represents all formatting for a table cell...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...the current cell, // and any new cells that we create with the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose.Pdf (C#) Replace subsets of SymbolMT fon...

    Our process stitches hundreds of PDFs that may or may not have bullet points and a few other non-letter characters. When this happens, each of these PDFs will include a subset of the SymbolMT font, so when we stitch them…...document Document document = new Document(inputFilePath); // Create...TextFragmentAbsorber absorber = new TextFragmentAbsorber(); // Set...

    forum.aspose.com/t/aspose-pdf-c-replace-subsets...
  9. Scanned OCR PDF document , Checkbox and its val...

    I am using Aspose PDF .net library to retrieve information from a scanned document using OCR aspose library, it’s not retrieving the checkbox from the PDF. its doing good for remaining text. Aspose.OCR.AsposeOcr recognit…...AsposeOcr recognitionEngine = new Aspose.OCR.AsposeOcr(); // Add...Aspose.OCR.OcrInput input = new Aspose.OCR.OcrInput(Aspose.OCR...

    forum.aspose.com/t/scanned-ocr-pdf-document-che...
  10. Working with Text in XPS file | Java

    How to add text to an XPS file is a question answered 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/xps/working-with-text/