Sort Score
Result 10 results
Languages All
Labels All
Results 5,271 - 5,280 of 213,541 for

new

(0.28 sec)
  1. Muokkaa PSD-tiedostoja verkossa | products.aspo...

    Muokkaa PSD Adobe Photoshop -tiedostoja verkossa...UpdateText("test update", new Point(0, 0), 15.0f, Color.Purple);...of Image using (Image image = new PsdImage(100, 100)) { // Create...

    products.aspose.com/psd/fl/editor/
  2. 档案

    档案...asList(new String[] { "0", "0:0", "0:1"...shapeIdMap = new Hashtable(); // 创建新图表 Diagram diagram = new Diagram(visioStencil);...

    blog.aspose.com/zh/diagram/create-organizationa...
  3. 档案

    档案...您可以通过从 New Releases 部分下载参考 DLL 文件或使用以下 NuGet...Aspose.Html.License license = new License(); license.SetLicense("License...

    blog.aspose.com/zh/html/download-image-from-url...
  4. Working with Attachments | Aspose.Note Document...

    A guide on how to work with attachments in your Java development environment....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/note/java/working-with-attachme...
  5. Compose Multi-volume Zip Archive | Aspose.Zip D...

    This documentation describes how to create and manage multi-volume ZIP archives with Composer....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/zip/java/multi-volume-zip/
  6. 将各种图像格式转换为PDF|Aspose.PDF for Java

    本主题向您展示如何使用Aspose.PDF for Java库将各种图像格式转换为PDF。...初始化文档对象 Document document = new Document (); Page page = document...getPages (). add (); Image image = new Image (); // 加载示例 BMP 图像文件 image...

    docs.aspose.com/pdf/zh/java/convert-images-form...
  7. 如何将PDF中的图片置于底层? - Free Support Forum - aspose.com

    如何将PDF中的图片置于底层? 如何在PDF中添加图片时,将图片绘制在底层?...创建一个新的PDF文档 Document pdfDocument = new Document(); Page page = pdfDocument...layer = new Layer("底层图层"); // 添加图片到图层 Image image = new Image();...

    forum.aspose.com/t/pdf/316036
  8. Aspose.3D 1.2.0中的公共 API 更改|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....示例代码: C# Scene scene = new Scene (); Node cameraNode = scene...CreateChildNode ( "camera" , new Camera ()); cameraNode . Transform...

    docs.aspose.com/3d/zh/net/public-api-changes-in...
  9. Aspose转换过程中有没有办法控制转换进程? - Free Support Forum - ...

    1)使用Aspose.Slides for Java 和Aspose.Words for Java 将ppt文档或者word文档转换成png图片的时候,是否有相关api可以获取到文档转换的进度或者预估时间? 2)如果转换时间超过了预期时间,是否可以终止掉正在转换的任务? 我想实现的目的:如果我用 Aspose.Slides for Java 19.12 开启10条线程,同时进行把PPT文档转换成Png图片,如果某一个线程在转换过…...thread Thread infiniteThread = new Thread(infiniteProcessingLo());...infiniteProcessingLo() { return new Runnable() { @Override public...

    forum.aspose.com/t/aspose/207364
  10. Add Text stamps in PDF C#|Aspose.PDF for .NET

    Add a text stamp to a PDF document using the TextStamp class with Aspose.PDF for .NET library....document using ( var document = new Aspose . Pdf . Document ( dataDir...Create text stamp var textStamp = new Aspose . Pdf . TextStamp ( "Sample...

    docs.aspose.com/pdf/net/text-stamps-in-the-pdf-...