Sort Score
Result 10 results
Languages All
Labels All
Results 7,761 - 7,770 of 378,466 for

new

(0.17 sec)
  1. Convert PowerPoint to Video|Aspose.Slides Docum...

    Convert PowerPoint to Video in Java...Presentation presentation = new Presentation (); try { // Adds...ArrayList < String > frames = new ArrayList < String >(); PresentationAnimatio...

    docs.aspose.com/slides/java/convert-powerpoint-...
  2. imagemasking - Aspose.Imaging for Java - API Re...

    Detailed explanation & examples of Aspose.Imaging for Java library so you may easily integrate Image Processing capabilities with your own apps....AutoMaskingArgs args = new com.aspose.imaging.masking.options...imageoptions.PngOptions exportOptions = new com.aspose.imaging.imageoptions...

    reference.aspose.com/imaging/java/com.aspose.im...
  3. 使用 Java 製作 DOC

    通過幾個步驟在 Java 中創建一個新的 DOC。使用 Java 庫輕鬆創建 DOC。...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getFont(); font.setName( "Courier New" ); font.setColor(Color.BLUE);...

    products.aspose.com/words/zh-hant/java/make/doc/
  4. Unsuccessful PDF to PDF/A-2a conversion with fo...

    Hello, We are trying to convert PDFs to PDF/A-2a on Ubuntu with Java 8 using the latest Aspose PDF for Java 23.4. When converting documents with fonts that are not embedded into the input document, we get an invalid co…...with text in Times New Roman, the Times New Roman font is not...Document pdf = new com.aspose.pdf.Document("times-new-roman.pdf"))...

    forum.aspose.com/t/unsuccessful-pdf-to-pdf-a-2a...
  5. .NET 8 Linux Support - Free Support Forum - asp...

    using Aspose.Pdf.Facades; using Aspose.Pdf.Text; using Aspose.Pdf.Drawing; using System.Security.Cryptography; using System.Text; using Aspose.Pdf; namespace OSHD_Intranet.Classes.Common.Utilities { public class …...License license = new Aspose.Pdf.License(); license...ToString()); } using var stream1 = new MemoryStream(Encoding.UTF8.GetBytes(contentSB...

    forum.aspose.com/t/net-8-linux-support/277366
  6. SaveFormat | Aspose.Note for .NET API Reference

    Indicates the format in which the document is saved....one" ; Document document = new Document ( dataDir + inputFile...Aspose.Note. Document oneFile = new Document ( dataDir + "Aspose...

    reference.aspose.com/note/net/aspose.note/savef...
  7. DrawRectangles | Aspose.Imaging for .NET API 参考

    绘制一系列由RectangleFaspose.imaging/rectanglef结构指定的矩形... BmpOptions bmpOptions = new Aspose . Imaging . ImageOptions...还是not bmpOptions . Source = new Aspose . Imaging . Sources ....

    reference.aspose.com/imaging/zh/net/aspose.imag...
  8. Graphics - Aspose.Imaging for Java - API Reference

    Detailed explanation & examples of Aspose.Imaging for Java library so you may easily integrate Image Processing capabilities with your own apps....operation, the example creates a new Image in PNG format and draw...system.io.FileStream stream = new com.aspose.imaging.system.io...

    reference.aspose.com/imaging/java/com.aspose.im...
  9. ShapeBase.LocalToParent | Aspose.Words for .NET...

    ShapeBase 方法. 将一个值从局部坐标空间转换为父图形的坐标空间... Document doc = new Document (); // 插入一个组形状,并将其放置在...group = new GroupShape ( doc ); group . Bounds = new RectangleF...

    reference.aspose.com/words/zh/net/aspose.words....
  10. Convert EPS to BMP using .NET API

    EPS to BMP conversion functionality offered by Aspose.Page API solution for .NET is explained and illustrated with the code snippets here....Consulting Blog Knowledge Base New Releases Status Websites aspose...creating for every bytes array a new file output stream. If SuppressErrors...

    docs.aspose.com/page/net/convert/eps-to-bmp/