Sort Score
Result 10 results
Languages All
Labels All
Results 2,011 - 2,020 of 214,446 for

new

(0.23 sec)
  1. 使用JavaScript通过C++将文件保存到响应对象|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++动态生成文件并直接发送到客户端浏览器。...); // Create a new workbook (equivalent to new AsposeCells.Workbook()...JavaScript) const workbook = new Workbook (); // Simulate the...

    docs.aspose.com/cells/zh/javascript-cpp/saving-...
  2. LayoutOptions | Aspose.Words for Java

    Holds the options that allow controlling the document layout process in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  3. Open PDF Document|Aspose.PDF for Java

    Learn how to open a PDF file with Aspose.PDF for Java....pdf" ; Document pdfDocument = new Document ( fileName ); System...BufferedInputStream in = new BufferedInputStream ( new java . net . URL...

    docs.aspose.com/pdf/java/open-pdf-document/
  4. Save Presentations in PHP|Aspose.Slides for PHP...

    Discover how to save presentations using Aspose.Slides for PHP via Java — export to PowerPoint or OpenDocument while retaining layouts, fonts and effects.... $presentation = new Presentation (); try { // Do...the example below, we create a new presentation and save it to a...

    docs.aspose.com/slides/php-java/save-presentation/
  5. HyphenationOptions | Aspose.Words for Java

    Allows to configure document hyphenation options in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  6. Draw a line shape with arrow icon - Free Suppor...

    alcLine.zip (13.0 KB)... Workbook workbook = new Workbook(); int w = 230, h =...//shape1 ShapePath shapePath = new ShapePath(); shapePath.MoveTo(0...

    forum.aspose.com/t/draw-a-line-shape-with-arrow...
  7. Support a simple conversion without load+save c...

    Hi, our use case for Aspose.Cells is to simply convert an input file to a different format without any modification, like following: public void convert(@NotNull File input, @NotNull File output, int saveFormat) throws …...{ LoadOptions loadOptions = new LoadOptions(); loadOptions.s...InputStream is = new BufferedInputStream(new FileInputStream(input));...

    forum.aspose.com/t/support-a-simple-conversion-...
  8. SaveOptions.updateLastSavedTimeProperty propert...

    SaveOptions.updateLastSavedTimeProperty property. Gets or sets a value determining whether the [BuiltInDocumentProperties.lastSavedTime](../../../aspose.words.properties/builtindocumentproperties/lastSavedTime/) property is updated before saving.... let doc = new aw . Document ( base . myDir... lastSavedTime ). toEqual ( new Date ( 2021 , 5 - 1 , 11 , 6...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. TextWatermarkOptions | Aspose.Words for Java

    Contains options that can be specified when adding a watermark with text in Java.... Document doc = new Document(); // Add a plain text...TextWatermarkOptions textWatermarkOptions = new TextWatermarkOptions(); textWatermarkOptions...

    reference.aspose.com/words/java/com.aspose.word...
  10. ExternalSignature with SignData - Free Support ...

    Dear Aspose Support Team, Hello, I have an external signing service that uses the RSA.SignData method for digital signatures. I’m trying to integrate this service with Aspose.PDF using the ExternalSignature functionali…...pdfDocument = new Document("input.pdf"); var signature = new MyExte...certificate var cer = GetCer(new PSE3Request()); if (cer == null...

    forum.aspose.com/t/externalsignature-with-signd...