Sort Score
Result 10 results
Languages All
Labels All
Results 1,321 - 1,330 of 195,368 for

new

(0.35 sec)
  1. Convert JPG To TXT Javascript

    Convert JPG to TXT format in JavaScript code. Save JPG as TXT using JavaScript....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...require('@aspose/words'); var doc = new aw.Document("Input.jpg") doc...

    products.aspose.com/words/nodejs-net/conversion...
  2. Convert JPG To WORD Javascript

    Convert JPG to WORD format in JavaScript code. Save JPG as WORD using JavaScript....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...require('@aspose/words'); var doc = new aw.Document("Input.jpg") doc...

    products.aspose.com/words/nodejs-net/conversion...
  3. Working with Tables | Aspose.Note Documentation

    A comprehensive guide on working with tables in Java programming language....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/note/java/working-with-tables/
  4. Buat HTML Menggunakan C#

    Buat HTML baharu dalam C# dalam beberapa langkah. Buat HTML dengan mudah menggunakan pustaka .NET....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...builder.Font; font.Name = "Courier New" ; font.Color = Color.Blue; font...

    products.aspose.com/words/ms/net/make/html/
  5. 缩放 3D 场景的几何图形|Documentation

    开发人员只能缩放 3D 节点或 3D 场景的所有节点的几何图形。为了实现这一点,开发人员可以调用PolygonModifier类实例的多个Scale成员。...another file: Scene scene = new Scene ( "huge-scene.obj" ); //.... CreateChildNode ( "box" , new Box ()); // scale geometries...

    docs.aspose.com/3d/zh/net/scale-geometries-of-a...
  6. Convert PowerPoint to Animated GIF|Aspose.Slide...

    Convert PowerPoint to animated GIF: PPT to GIF, PPTX to GIF, with Aspose.Slides API....settings: Presentation pres = new Presentation ( "pres.pptx" );...in Java: Presentation pres = new Presentation ( "pres.pptx" );...

    docs.aspose.com/slides/androidjava/convert-powe...
  7. Aspose.OCR test - Free Support Forum - aspose.com

    How can I try Aspose.OCR? I installed the package from NuGet, but when I run api.Recognize, the application freezes. Do I need a trial license?...Here is the code: Dim api = New OCR.AsposeOcr() Dim settings...settings As RecognitionSettings = New RecognitionSettings() settings...

    forum.aspose.com/t/aspose-ocr-test/311268
  8. Font.SmallCaps | Aspose.Words for .NET

    Discover the Font SmallCaps property. Easily format text in small capital letters for enhanced readability and a stylish look in your designs.... Document doc = new Document (); Paragraph para =...regular capitals: Run run = new Run ( doc , "all capitals" );...

    reference.aspose.com/words/net/aspose.words/fon...
  9. Split PDF programmatically|Aspose.PDF for Java

    This topic shows how to split PDF pages into individual PDF files in your Java applications....For each iteration, create a new Document object and add the individual...the empty document. Save the new PDF using Save method. The following...

    docs.aspose.com/pdf/java/split-document/
  10. Manipulate custom properties of a 3D Scene|Docu...

    Developers can Add, retrieve, and remove custom properties of 3D objects. RemoveProperty, GetProperty, SetProperty members of 3D objects are a set of short-handed methods to manipulate customized properties of the object....initialize a scene Scene scene = new Scene (); // create a Box instance.... CreateChildNode ( "box" , new Box ()); // add custom property...

    docs.aspose.com/3d/net/manipulate-custom-proper...