Sort Score
Result 10 results
Languages All
Labels All
Results 7,961 - 7,970 of 223,097 for

new

(1.43 sec)
  1. TIF to PDFA conversion using Aspose JAVA API is...

    Hi Team, When I try to convert a multi-page TIFF file to PDF/A using Aspose Java code, the input TIFF file size is 174 KB, but the generated PDF/A file size is 441 KB. The output file is almost four times larger than th…...Exception { License pdfLicense = new License(); pdfLicense.setLic...load(inputFile)) { PdfOptions options = new PdfOptions(); image.save(tempPdf...

    forum.aspose.com/t/tif-to-pdfa-conversion-using...
  2. Table.leftIndent property | Aspose.Words for No...

    Table.leftIndent property. Gets or sets the value that represents the left indent of the table....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...cursor is in, // as well as any new cells and rows created using...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. HtmlSaveOptions.fontSavingCallback property | A...

    HtmlSaveOptions.fontSavingCallback property. Allows to control how fonts are saved when a document is saved to HTML, MHTML or EPUB....supported yet' , () => { let doc = new aw . Document ( base . myDir...custom manner. let options = new aw . Saving . HtmlSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Row class | Aspose.Words for Node.js

    Aspose.Words.Tables.Row class. Represents a table row...Description Row(doc) Initializes a new instance of the Row class. Properties... let doc = new aw . Document (); let table = new aw . Tables...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. How to change table direction LTR to RTL - Free...

    I am trying to create a report in arabic and english for shane content report has a table , in case of arabic report table is printing properly RTL if i save word file to PDF but it is not working in case of Savind word …...addAttribute(new Attribute<Integer>("r_content_size"...PdfSaveOptions pdfSaveOptions = new PdfSaveOptions(); wordDoc.save(os...

    forum.aspose.com/t/how-to-change-table-directio...
  6. Release Unmanaged Resources of the Workbook wit...

    Learn how to release unmanaged resources of the Workbook object using Aspose.Cells for JavaScript via C++....links const workbook = new Workbook ( new Uint8Array ( arrayBuffer...workbook object const wb1 = new Workbook (); // Call Dispose...

    docs.aspose.com/cells/javascript-cpp/release-un...
  7. 视频|Aspose.Slides for Node.js via .NET 文档

    使用 Aspose.Slides for Node.js 添加和控制视频:插入、播放、剪辑、设置海报帧,并提供 PPT、PPTX 和 ODP 演示文稿的示例。...addVideo () { let presentation = new aspose . slides . Presentation...accessVideo () { let presentation = new aspose . slides . Presentation...

    docs.aspose.com/slides/zh/nodejs-java/examples/...
  8. PdfDigitalSignatureHashAlgorithm | Aspose.Words...

    Specifies a digital hash algorithm used by a digital signature in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...PDF. PdfSaveOptions options = new PdfSaveOptions(); // Configure...

    reference.aspose.com/words/java/com.aspose.word...
  9. FontSavingArgs.originalFileName property | Aspo...

    FontSavingArgs.originalFileName property. Gets the original font file name with an extension....supported yet' , () => { let doc = new aw . Document ( base . myDir...custom manner. let options = new aw . Saving . HtmlSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Exception when converting mht into pdf - Free S...

    Hi,I have trouble converting some emails into pdf see attached sample file. Have tried this with v17.1.0 and v17.2.0 Code snippet reproducing the issue:MhtLoadOptions options = New MhtLoadOptions();File file = New File("…...MhtLoadOptions options = new MhtLoadOptions(); File file = new File("301116031114286...mhtml"); try { Document pdf = new Document(file.getAbsolutePath()...

    forum.aspose.com/t/exception-when-converting-mh...