Sort Score
Result 10 results
Languages All
Labels All
Results 2,891 - 2,900 of 214,303 for

new

(0.14 sec)
  1. Convert HTML to JPG – C# Examples and Online Co...

    Convert HTML to JPG using Aspose.HTML for .NET. Consider various HTML to JPG conversion scenarios in C# examples. Try online HTML Converter....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/html/net/convert-html-to-jpg/
  2. Creating OneNote NoteBook | Aspose.Note Documen...

    This article explains how to create and manage OneNote note books using the C# API....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/note/net/working-with-onenote-n...
  3. Manage Presentation Properties in JavaScript|As...

    Master presentation properties in Aspose.Slides for Node.js via Java and streamline search, branding and workflow in your PowerPoint and OpenDocument files....the presentation var pres = new aspose . slides . Presentation...Node.js via Java. var pres = new aspose . slides . Presentation...

    docs.aspose.com/slides/nodejs-java/presentation...
  4. Manage Presentation Properties in Java|Aspose.S...

    Master presentation properties in Aspose.Slides for Java and streamline search, branding and workflow in your PowerPoint and OpenDocument files....presentation Presentation pres = new Presentation ( "Presentation...for Java. Presentation pres = new Presentation ( "Presentation...

    docs.aspose.com/slides/java/presentation-proper...
  5. Updated Embedded Excel Data Not Updating, Requi...

    In a C# environment using these packages <PackageReference Include="Aspose.Cells" Version="24.10.0" /> <PackageReference Include="Aspose.Slides.NET" Version="24.10.0" /> I have this powerpoint file with 1 slide slide …...Slides; List<string> queryKeys = new() { "6780253.SLIDE2147483647_OBJECT...Aspose.Slides.Presentation ap = new(ReportStream); foreach (ISlide...

    forum.aspose.com/t/updated-embedded-excel-data-...
  6. Manage canvases of PS file | .NET

    .NET API Solution to manage PS files. Code example on how to clip and transform graphics states of PS files with a few lines of C# code....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    products.aspose.com/page/net/work-with-ps-graph...
  7. Cell | Aspose.Words for Java

    Represents a table cell in Java....Document doc = new Document(); Table table = new Table(doc); doc...and paragraph. Row firstRow = new Row(doc); table.appendChild(firstRow);...

    reference.aspose.com/words/java/com.aspose.word...
  8. TabStop | Aspose.Words for Java

    Represents a single custom tab stop in Java.... Document doc = new Document(getMyDir() + "Table...TabStop(double position) Initializes a new instance of this class. TabStop(double...

    reference.aspose.com/words/java/com.aspose.word...
  9. Relfection error when calling Aspose from JS - ...

    After a New installtion of Apsose libraries (and sorry, have no idea what they do…) a previously working application now reports: java.lang.reflect.Invocation.TargetException I have not the foggiest what causes this. A…...March 16, 2025, 9:50am 1 After a new installtion of Apsose libraries...aspose.pdf.Font”); var lic = new license(); lic.setLicense(“Aspose...

    forum.aspose.com/t/relfection-error-when-callin...
  10. Working with Actions|Aspose.PDF for Java

    This section explains how to add actions to the document and form fields programmatically with Java. Learn how to Add, Create, and Get Hyperlink in a PDF File....document Document document = new Document ( GetDataDir () + "AddHyperlink...LinkAnnotation link = new LinkAnnotation ( page , new Rectangle ( 100...

    docs.aspose.com/pdf/java/actions/