Sort Score
Result 10 results
Languages All
Labels All
Results 3,391 - 3,400 of 197,077 for

new

(0.11 sec)
  1. Convert various Images formats to PDF|Aspose.PD...

    This topic show you how to Aspose.PDF for Java library allows to convert various images formats to PDF....convert BMP images: Initialize a new Document Load sample BMP image...document object Document document = new Document (); Page page = document...

    docs.aspose.com/pdf/java/convert-images-format-...
  2. Set Default Font while rendering spreadsheet to...

    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....DefaultFont property to Courier New and the second image is taken...DefaultFont property to Times New Roman . This is the output image...

    docs.aspose.com/cells/java/set-default-font-whi...
  3. Node.getText method | Aspose.Words for Node.js

    Node.getText method. Gets the text of this node and of all its children....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...document by hand. let doc = new aw . Document (); // A blank...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 如何获取word中header和footer段落的坐标(x, y)? - Free Suppo...

    您好:我使用aspose-words-21.5.0-jdk17.jar版本生成word。生成的word包含header和footer,还有body。分别是三个table,每个table的的cell都设置了段落。然后把header、body和footer中某一个段落放入到集合中,遍历集合move到对应段落,然后插入对应段落的shape。以下代码注释了计算坐标的代码就可以正常运行。 但是现在有这样的问题:我需要在插入shape的时候重新计…...final License ASPOSE_LICENSE = new License(); static { try (InputStream...catch (Exception e) { throw new ToastMessageExceptio("The aspose...

    forum.aspose.com/t/word-header-footer-x-y/316493
  5. PdfEncryptionDetails | Aspose.Words for .NET

    Discover the PdfEncryptionDetails constructor to easily initialize secure PDF encryption instances. Enhance your document protection with our powerful tool!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...PdfEncryptionDetails encryptionDetails = new PdfEncryptionDetails ( "password"...

    reference.aspose.com/words/net/aspose.words.sav...
  6. FontSourceBase Class | Aspose.Words for .NET

    Discover Aspose.Words.Fonts.FontSourceBase, the essential abstract class for defining diverse font sources in your applications. Enhance your document formatting!...FileFontSource fileFontSource = new FileFontSource ( MyDir + "Alte...Document doc = new Document (); doc . FontSettings = new FontSettings...

    reference.aspose.com/words/net/aspose.words.fon...
  7. Check Version Number|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....publish new versions of Aspose.Cells, both to introduce new features...minor.hotfix When we release a new build of Aspose.Cells, we update...

    docs.aspose.com/cells/net/check-version-number/
  8. Split PDF programmatically|Aspose.PDF for PHP v...

    This topic shows how to split PDF pages into individual PDF files in your PHP applications....For each iteration, create a new Document object and add the individual...the empty document. Save the new PDF using Save method. The following...

    docs.aspose.com/pdf/php-java/split-document/
  9. Edit Connector Geometry Section in the ShapeShe...

    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....diagram from a VSD file $diagram = new Diagram ( $dataDir . "Drawing...LineTo geometry object $line_to = new LineTo (); \ # set X value $line_to...

    docs.aspose.com/diagram/java/edit-connector-geo...
  10. While converting XLSX to PDF Dynamic marker is ...

    I have applied Dynamic marker in template.xlsx but it is not reflecting in Generated PDF file. JAVA Code . WorkbookDesigner w=New WorkbookDesigner(); Template template=dao.getTemplate(templateID); InputStream inp…... WorkbookDesigner w=new WorkbookDesigner(); Template...D); InputStream inputStream=new ByteArrayInputStream(template...

    forum.aspose.com/t/while-converting-xlsx-to-pdf...