Sort Score
Result 10 results
Languages All
Labels All
Results 5,891 - 5,900 of 213,190 for

new

(0.38 sec)
  1. Can not save layer to geojson - Free Support Fo...

    env: .net 9 win11 aspose.gis 25.3 q1:can not save layer to geojson var path = "CreateFileGdbDataset_out.gdb"; using (var dataset = Dataset.Create(path, Drivers.FileGdb)) { using (var layer = dataset.CreateLa…...Add(new FeatureAttribute("value", AttributeDataType...SetValue("value", i); feature.Geometry = new Point(i, i); layer.Add(feature);...

    forum.aspose.com/t/can-not-save-layer-to-geojso...
  2. Saving recognition results into a stream|Docume...

    Saving the recognition results of multi-page documents (PDF, Word, and so on) into a memory stream....recognition API AsposeOCR api = new AsposeOCR (); // Add scanned...recognition batch OcrInput source = new OcrInput ( InputType . PDF );...

    docs.aspose.com/ocr/java/save-stream/
  3. 无图表加载源Excel文件|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....options = new LoadOptions (); options . setLoadFilter ( new LoadFilter...options Workbook workbook = new Workbook ( "sample.xlsx" , options...

    docs.aspose.com/cells/zh/java/load-source-excel...
  4. Entities with SAT/SAB structure|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....CadRasterizationOpti rasterizationOptions = new CadRasterizationOpti (); rasterizationOptions...rasterizationOptions . setLayouts ( new String [] { "Model" }); PdfOptions...

    docs.aspose.com/cad/java/developer-guide/entiti...
  5. Extract Chart objects from PDF document (facade...

    This section explains how to extract chart objects from PDF with Aspose.PDF Facades using PdfExtractor Class.... We have introduced a new method extractMarkedContent()...document Document document = new Document ( "sample.pdf" ); //instantiate...

    docs.aspose.com/pdf/java/extract-chart-objects/
  6. 创建后备字体|Aspose.Slides for PHP 文档

    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....$endUnicodeIndex = 0xbff ; $firstRule = new FontFallBackRule ( $startUnicodeIndex..., "Vijaya" ); $secondRule = new FontFallBackRule ( 0x3040 , 0x309f...

    docs.aspose.com/slides/zh/php-java/create-fallb...
  7. 使用Aspose.Cells for JavaScript通过C++将文本转换为列。|Docu...

    学习如何使用Aspose.Cells for JavaScript通过C++在Excel中将文本转换为列。... or leave empty to create a new workbook. </ p > < input type...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  8. AutoFitBehavior Enum | Aspose.Words for .NET

    Discover Aspose.Words.Tables.AutoFitBehavior enum to optimize table resizing with the AutoFit method, enhancing document layout and presentation....build a new table while applying a style. Document doc = new Document...(); DocumentBuilder builder = new DocumentBuilder ( doc ); Table...

    reference.aspose.com/words/net/aspose.words.tab...
  9. Exclude Unused Styles during Excel to HTML conv...

    Learn how to exclude unused styles when converting Excel to HTML using Aspose.Cells for JavaScript via C++....from selected file or create a new one let wb ; if ( fileInput ...arrayBuffer (); wb = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/exclude-un...
  10. ImportFormatMode enumeration | Aspose.Words for...

    Aspose.Words.ImportFormatMode enumeration. Specifies how formatting is merged when importing content from another document....are updated to reference the new style. If a matching style already...destination document uses Times New Roman 14pt font. When importing...

    reference.aspose.com/words/nodejs-net/aspose.wo...