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

new

(0.67 sec)
  1. 使用C++通过JavaScript将JSON转换为Excel文件|Documentation

    学习如何使用C++和Aspose.Cells for JavaScript将JSON转换为Excel文件。...file (JSON) const wb = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  2. Workbook hangs on calculateformula and RefreshD...

    PFA workbook (9.6 MB) Sample code: var workbook = New Aspose.Cells.Workbook(@"Slow Calc.xlsx"); var options = New CalculationOptions { CustomEngine = null, IgnoreError =…...Sample code: var workbook = new Aspose.Cells.Workbook(@"Slow...Workbook(@"Slow Calc.xlsx"); var options = new CalculationOptions { CustomEngine...

    forum.aspose.com/t/workbook-hangs-on-calculatef...
  3. Converting a PDF file to PNG using Android via ...

    Sample code on Java for PDF to PNG conversion. Use example code for batch PDF to PNG conversion in Android...convertPDFtoPNG () { try { document = new Document ( inputStream ); } catch...()); return ; } File file = new File ( fileStorage , "PDF-to-PNG...

    products.aspose.com/pdf/android-java/conversion...
  4. Converting a DICOM file to PDF using Android vi...

    Sample code on Java for DICOM to PDF conversion. Use example code for batch DICOM to PDF conversion in Android...Initialize document object document = new Document (); Page page = document...Image image = new Image (); File imgFileName = new File ( fileStorage...

    products.aspose.com/pdf/android-java/conversion...
  5. Landray RDM MKR-102614 Convert Effect - Free Su...

    cells source code: src.zip (1.6 KB) origin cells: 12345654321.xlsx.zip (159.4 KB) before converted: image.jpg (197.3 KB) after converted: image.png (488.7 KB) Please have a check....Excel file Workbook workbook = new Workbook("path/to/your/file.xlsx");...ImageOrPrintOptions options = new ImageOrPrintOptions(); options...

    forum.aspose.com/t/landray-rdm-mkr-102614-conve...
  6. Convert data tag type to Plain text type with r...

    Hi Team, We want to convert date-type tags to plain text. If revisions are present in the document tags, we need to preserve those revisions in the plain-text version. We also need to support the reverse conversion (pla…... Document doc = new Document("input.docx"); // Iterate...Insert plain text node Run run = new Run(doc, content); parent.InsertBefore(run...

    forum.aspose.com/t/convert-data-tag-type-to-pla...
  7. 通过Node.js与C++签署和验证数字签名|Documentation

    使用Aspose.Cells for Node.js via C++对Excel文件进行数字签名和验证。保护工作簿内容的真实性。...signatures needed to sign const dsc = new AsposeCells . DigitalSignatureColl...certificate collection. const cert = new AsposeCells . DigitalSignature...

    docs.aspose.com/cells/zh/nodejs-cpp/assign-and-...
  8. Converting a EMF file to PDF using PHP | Aspose...

    Sample code on PHP for EMF to PDF conversion. Use example code for batch EMF to PDF conversion with Aspose.PDF for PHP via Java... Initialize a new Document Load input EMF image...// Create a new Document object $document = new Document ();...

    products.aspose.com/pdf/php-java/conversion/emf...
  9. Converting a CGM file to PDF using PHP | Aspose...

    Sample code on PHP for CGM to PDF conversion. Use example code for batch CGM to PDF conversion with Aspose.PDF for PHP via Java... Initialize a new Document Call Document.Process...// Create a new Document object $document = new Document ();...

    products.aspose.com/pdf/php-java/conversion/cgm...
  10. Converting a PDF file to WORD using PHP | Aspos...

    Sample code on PHP for PDF to WORD conversion. Use example code for batch PDF to WORD conversion with Aspose.PDF for PHP via Java... Initialize a new Document Call the Doc.Save method...$document = new Document ( $inputFile ); // Create a new DocSaveOptions...

    products.aspose.com/pdf/php-java/conversion/pdf...