Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 216,907 for

new

(0.21 sec)
  1. MULTIPLE PAGE TIFF FILE TO PDF - Free Support F...

    I want to merge a multipage tiff file to a pdf I used this function but only first frame of tiff got added , what do I need to change , we need to ensure that we are processing each frame of the TIFF file, can you sugge…...(FileInputStream imageStream = new FileInputStream(tiffPath)) {...add(imageStream); newPage.getContents().add(new GSave()); Rectangle pageRect...

    forum.aspose.com/t/multiple-page-tiff-file-to-p...
  2. OlePackage | Aspose.Words for Java

    Allows to access OLE Package properties in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...DocumentHelper.getBytesFromStream(new FileInputStream(getDatabaseDir()...

    reference.aspose.com/words/java/com.aspose.word...
  3. PSD PSB rješenje za komprimiranje | products.as...

    Komprimirajte Adobe Photoshop slike kako biste smanjili veličinu datoteka...Bounds, new int[layer.Bounds.Width * layer...stream = new MemoryStream(); image.Save(stream, new PsdOptions(image));...

    products.aspose.com/psd/cr/compress/psb/
  4. PSD PSB rješenje za komprimiranje | products.as...

    Komprimirajte Adobe Photoshop slike kako biste smanjili veličinu datoteka...Bounds, new int[layer.Bounds.Width * layer...stream = new MemoryStream(); image.Save(stream, new PsdOptions(image));...

    products.aspose.com/psd/cr/compress/
  5. Working with Linear Extrusion|Documentation

    Aspose.3D for Java offers LinearExtrusion class, which takes a 2D shape as an input and extends the shape in the 3rd dimension....extruded RectangleShape profile = new RectangleShape (); profile ....LinearExtrusion extrusion = new LinearExtrusion ( profile , 10...

    docs.aspose.com/3d/java/working-with-linear-ext...
  6. ChartAxisType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.ChartAxisType enum to easily define chart axis types and enhance your document's data visualization....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...( "Series 1" , categories , new [] { 76.6 , 82.1 , 91.6 }); chart...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Draw Pentagon|Documentation

    This section explains how to draw pentagon in a visio page with Aspose.Diagram. Support using C# to draw pentagon and save as pdf, svg, html, image, xps and other formats....Load diagram Diagram diagram = new Diagram ( dataDir + "Drawing1...//Initiazlie a new PointF[] PointF [] ps = new PointF [] { new PointF...

    docs.aspose.com/diagram/net/drawing/draw-pentagon/
  8. 新建一个DwgImage对象,插入线段、图形以及图片,保存为PDF时都可以显示,保存成dwg时...

    public static void main(String[] args) { // 创建一个新的CadImage实例,指定DWG版本 DwgImage dwgImage = New DwgImage(); // 创建一条直线 CadLine line = New CadLine(); line.setFirstPoint(New Cad3DPoint(0, 0, 0)); line.setSec…...dwgImage = new DwgImage(); // 创建一条直线 CadLine line = new CadLine();...setFirstPoint(new Cad3DPoint(0, 0, 0)); line.setSecondPoint(new Cad3DPoint(0...

    forum.aspose.com/t/dwgimage-pdf-dwg/320179
  9. 档案

    档案...Document 类的对象 Document doc = new Aspose.Note.Document(); // 初始化...类对象 Aspose.Note.Page page = new Aspose.Note.Page(doc); // 文档中所有文本的默认样式。...

    blog.aspose.com/zh/note/create-onenote-files-ad...
  10. VbaModuleType enumeration | Aspose.Words for No...

    Aspose.Words.Vba.VbaModuleType enumeration. Specifies the type of a model in a VBA project....for a new object. Each instance of a class creates a new object... let doc = new aw . Document (); // Create a new VBA project...

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