Sort Score
Result 10 results
Languages All
Labels All
Results 7,481 - 7,490 of 222,973 for

new

(0.29 sec)
  1. Box appearing around the watermark after conver...

    While converting the Excel first to pdf and then to Word, a box around the watermark text can be seen in Word format. This is fine in PDF. I have attached the PDF and converted Word file as well to this ticket. The co…...watermarkMessage -> TextStamp textStamp = new TextStamp(watermarkMessage) textStamp...Excel to PDF..." def workbook = new com.aspose.cells.Workbook(excelFile)...

    forum.aspose.com/t/box-appearing-around-the-wat...
  2. 在 Android 上优化演示文稿的图像管理|Aspose.Slides 文档

    通过 Aspose.Slides for Android via Java,简化 PowerPoint 和 OpenDocument 中的图像管理,优化性能并实现工作流自动化。...示例代码展示了如何向幻灯片添加图像: Presentation pres = new Presentation (); try { ISlide...中将网络图像添加到幻灯片: Presentation pres = new Presentation (); try { ISlide...

    docs.aspose.com/slides/zh/androidjava/image/
  3. Փոխարկել WORD TXT C#

    Փոխարկեք WORD ը TXT ձևաչափի C# կոդով: Պահեք WORD որպես TXT օգտագործելով C#:...Words; var doc = new Document( "Input.docx" ); doc...using Aspose.Words; var doc = new Document("Input.docx"); doc.Save("Output...

    products.aspose.com/words/hy/net/conversion/wor...
  4. Փոխարկել PDF Openoffice C#

    Փոխարկեք PDF ը OpenOffice ձևաչափի C# կոդով: Պահեք PDF որպես OpenOffice օգտագործելով C#:...Words; var doc = new Document( "Input.pdf" ); doc...using Aspose.Words; var doc = new Document("Input.pdf"); doc.Save("Output...

    products.aspose.com/words/hy/net/conversion/pdf...
  5. Փոխարկել PDF RTF C#

    Փոխարկեք PDF ը RTF ձևաչափի C# կոդով: Պահեք PDF որպես RTF օգտագործելով C#:...Words; var doc = new Document( "Input.pdf" ); doc...using Aspose.Words; var doc = new Document("Input.pdf"); doc.Save("Output...

    products.aspose.com/words/hy/net/conversion/pdf...
  6. Փոխարկել DOC DOCX C#

    Փոխարկեք DOC ը DOCX ձևաչափի C# կոդով: Պահեք DOC որպես DOCX օգտագործելով C#:...Words; var doc = new Document( "Input.doc" ); doc...using Aspose.Words; var doc = new Document("Input.doc"); doc.Save("Output...

    products.aspose.com/words/hy/net/conversion/doc...
  7. Փոխարկել HTML DOC C#

    Փոխարկեք HTML ը DOC ձևաչափի C# կոդով: Պահեք HTML որպես DOC օգտագործելով C#:...Words; var doc = new Document( "Input.html" ); doc...using Aspose.Words; var doc = new Document("Input.html"); doc.Save("Output...

    products.aspose.com/words/hy/net/conversion/htm...
  8. Փոխարկել DOC TXT C#

    Փոխարկեք DOC ը TXT ձևաչափի C# կոդով: Պահեք DOC որպես TXT օգտագործելով C#:...Words; var doc = new Document( "Input.doc" ); doc...using Aspose.Words; var doc = new Document("Input.doc"); doc.Save("Output...

    products.aspose.com/words/hy/net/conversion/doc...
  9. LoadFormat | Aspose.Words for Java

    Indicates the format of the document that is to be loaded in Java....HtmlLoadOptions loadOptions = new HtmlLoadOptions(LoadFormat.HTML...getLoadFormat()); Document doc = new Document(getMyDir() + "Missing...

    reference.aspose.com/words/java/com.aspose.word...
  10. Field.type property | Aspose.Words for Node.js

    Field.type property. Gets the Microsoft Word field type....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...