Sort Score
Result 10 results
Languages All
Labels All
Results 9,031 - 9,040 of 199,306 for

new

(0.2 sec)
  1. CellFormat.leftPadding property | Aspose.Words ...

    CellFormat.leftPadding property. Returns or sets the amount of space (in points) to add to the left of the contents of cell....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...at its current cell, and any new cells creates afterwards. builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. TxtSaveOptions.simplifyListLabels property | As...

    TxtSaveOptions.simplifyListLabels property. Specifies whether the program should simplify list labels in case of complex label formatting not being adequately represented by plain text....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...plaintext. let txtSaveOptions = new aw . Saving . TxtSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. CellFormat.bottomPadding property | Aspose.Word...

    CellFormat.bottomPadding property. Returns or sets the amount of space (in points) to add below the contents of cell....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...at its current cell, and any new cells creates afterwards. builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 使用 Java 向 PDF 添加附件 | Aspose.PDF

    用于在 PDF 文件中添加附件的 Java 源代码。...document Document pdfDocument = new Document ( DATA_DIR . resolve...). toString ()); // Set up a new file to be added as attachment...

    products.aspose.com/pdf/zh-hans/java/attachment...
  5. Merge SVG files using .NET | Aspose.PDF

    Merge SVG files programmatically with C# sample code using Aspose.PDF for .NET...pdf" ); var options = new Aspose . Pdf . SvgLoadOptions...SvgLoadOptions (); var pdfDocument1 = new Aspose . Pdf . Document ( inputFile1...

    products.aspose.com/pdf/net/merger/svg/
  6. Merge PS files using Java | Aspose.PDF

    Merge PS files programmatically with Java sample code using Aspose.PDF for Java...PsLoadOptions psLoadOptions = new com . aspose . pdf . PsLoadOptions...(); Document pdfDocument1 = new Document ( "sample1.pdf" , psLoadOptions...

    products.aspose.com/pdf/java/merger/ps/
  7. ID card recognition settings|Documentation

    Configuring Aspose.OCR for Java recognition engine for extracting text from ID cards....recognition: AsposeOCR api = new AsposeOCR (); // Add images to...recognition batch OcrInput images = new OcrInput ( InputType . SingleImage...

    docs.aspose.com/ocr/java/recognition-settings-i...
  8. Convert PPT to Word in Java | products.aspose.com

    Convert PPT to Word in Java. Use Java library API to convert PowerPoint to Word...to Word Presentation pres = new Presentation ( inputPres ); try...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    products.aspose.com/slides/java/conversion/ppt-...
  9. Receipt recognition settings|Documentation

    Configuring Aspose.OCR for Java recognition engine for extracting text from scanned receipts....recognition: AsposeOCR api = new AsposeOCR (); // Add images to...recognition batch OcrInput input = new OcrInput ( InputType . SingleImage...

    docs.aspose.com/ocr/java/recognition-settings-r...
  10. PdfSaveOptions.ImageCompression | Aspose.Words ...

    Optimize your PDF with PdfSaveOptions' ImageCompression property, allowing you to choose the best compression type for vibrant, high-quality images....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...PdfSaveOptions pdfSaveOptions = new PdfSaveOptions (); // Set the...

    reference.aspose.com/words/net/aspose.words.sav...