Sort Score
Result 10 results
Languages All
Labels All
Results 5,111 - 5,120 of 227,521 for

new

(0.3 sec)
  1. Convert HTML To PNG Java

    Convert HTML to PNG format in Java code. Save HTML as PNG using Java....*; Document doc = new Document ( "Input.html" ); ImageSaveOptions...ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/java/conversion/html-...
  2. Convert DOC To Image Java

    Convert DOC to Image format in Java code. Save DOC as Image using Java....*; Document doc = new Document ( "Input.doc" ); ImageSaveOptions...ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/java/conversion/doc-t...
  3. Convert JPG To TIFF Java

    Convert JPG to TIFF format in Java code. Save JPG as TIFF using Java....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getShapeRenderer().save( "Output.tiff" , new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/java/conversion/jpg-t...
  4. Convert JPG To BMP Java

    Convert JPG to BMP format in Java code. Save JPG as BMP using Java....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getShapeRenderer().save( "Output.bmp" , new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/java/conversion/jpg-t...
  5. Convert JPG To SVG Java

    Convert JPG to SVG format in Java code. Save JPG as SVG using Java....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getShapeRenderer().save( "Output.svg" , new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/java/conversion/jpg-t...
  6. Using PSD files as templates for automation - B...

    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.... Then we new need to find a layer that we...old data will be lost in the new file. But what if we also need...

    docs.aspose.com/psd/net/using-psd-files-as-temp...
  7. 使用文本|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....; // create a new diagram Diagram diagram = new Diagram (); //...Diagram 中心形状中的文本从 Process 更改为 New Text 更新形状文本的过程很简单: 加载一个 diagram。...

    docs.aspose.com/diagram/zh/java/working-with-text/
  8. Incorrect rendering when converting chart to im...

    Hi Aspose team, I’ve run into an issue when converting a chart to EMF image. The rendered output is different from the excel chart itself. Here’s the code I used to generate my test outputs: string dir = @"C:\Users\";…...using (Workbook TemplateWB = new Workbook(dir + @"Test_09052025\Chart_Template...; List<string> PrintAreas = new() { "D137:O169", "D205:O237"...

    forum.aspose.com/t/incorrect-rendering-when-con...
  9. Aspose.PSD for .NET 19.10 - 发布说明|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.... Save ( destName , new PsdOptions ( image )); } string...); image . Save ( destName , new PsdOptions ( image )); } string...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-1...
  10. Add Watermark in Document|Aspose.Words for Java

    Add a watermark into a document easily and fast instead of using docx4j....throws Exception { Document doc = new Document ( dataDir + "document...watermarks. Shape watermark = new Shape ( doc , ShapeType . TEXT_PLAIN_TEXT...

    docs.aspose.com/words/java/add-watermark-in-doc...