Sort Score
Result 10 results
Languages All
Labels All
Results 4,421 - 4,430 of 213,527 for

new

(0.34 sec)
  1. Format cells with JavaScript via C++|Documentation

    Learn how to format and style cells in Aspose.Cells for JavaScript via C++, including number formatting, date formatting, font styles, and other cell style options. Our guide will help you create attractive and professional-looking spreadsheets....arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...arrayBuffer )); } else { workbook = new Workbook (); } // Obtaining the...

    docs.aspose.com/cells/javascript-cpp/cells-form...
  2. FieldPrintDate | Aspose.Words for Java

    Implements the PRINTDATE field in Java.... Document doc = new Document(getMyDir() + "Field...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  3. Aspose.PSD for .NET 20.6 - 发行说明|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.... condition ) { throw new FormatException ( message );...actual , expected )) { throw new FormatException ( message );...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  4. ImageSaveOptions.scale property | Aspose.Words ...

    ImageSaveOptions.scale property. Gets or sets the zoom factor for the generated images....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...operation renders it. let options = new aw . Saving . ImageSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. PdfDigitalSignatureDetails class | Aspose.Words...

    Aspose.Words.Saving.PdfDigitalSignatureDetails class. Contains details for signing a PDF document with a digital signature....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...document to .PDF. let options = new aw . Saving . PdfSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Language detecton|Documentation

    How to detect the languages used on the provided image....AsposeOcr recognitionEngine = new Aspose . OCR . AsposeOcr ();...Aspose . OCR . OcrInput input = new Aspose . OCR . OcrInput ( Aspose...

    docs.aspose.com/ocr/net/language_detection/
  7. Crop PDF using PHP | Aspose.PDF

    Crop PDF without losing quality in PHP programmatically with C# sample code using Aspose.PDF for PHP via Java...create new Box Rectagle Save the updated document to the new path...// Open document $document = new Document ( $inputFile ); $page...

    products.aspose.com/pdf/php-java/crop/
  8. Story.firstParagraph property | Aspose.Words fo...

    Story.firstParagraph property. Gets the first paragraph in the story.... let doc = new aw . Document (); let run = new aw . Run ( doc...font ; font . name = "Courier New" ; font . size = 36 ; font ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. PDF Conversion Solution using Java | Aspose.PDF

    Convert PDF to DOCX, PPTX, XLS, XLSX, EPUB, TEX, MHTML, Markdown & more using Aspose.PDF for Java...PDF File Document pdfFile = new Document ( "Source-PDF-File.pdf"...DocSaveOptions saveOptions = new DocSaveOptions (); // Set the...

    products.aspose.com/pdf/java/conversion/
  10. Merge SVG to PNG in PHP | products.aspose.com

    Merge SVG to PNG in PHP. Use PHP library API to combine SVG and PNG files...php" ); $pres = new Presentation (); try { $slide...get_Item ( 0 ); $svgImage1 = new SvgImage ( 'image1.svg' ); $image1...

    products.aspose.com/slides/php-java/merger/svg-...