Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 33,738 for

new

(0.44 sec)
  1. 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...
  2. ChartDataTable | Aspose.Words for Java

    Allows to specify properties of a chart data table in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...clear(); double[] xValues = new double[] { 2020.0, 2021.0, 2022...

    reference.aspose.com/words/java/com.aspose.word...
  3. Converter.ConvertToImages | Aspose.Words for .NET

    Transform your documents effortlessly with ConvertToImages. Convert pages to high-quality image files quickly and easily for enhanced sharing and storage....ImageSaveOptions imageSaveOptions = new ImageSaveOptions ( SaveFormat...imageSaveOptions . PageSet = new PageSet ( 1 ); streams = Converter...

    reference.aspose.com/words/net/aspose.words.low...
  4. HTML to PDF conversion memory leak - Free Suppo...

    I am using the latest version of .NET Aspose.HTML 25.2.0. I noticed that converting a single HTML to PDF document does not consume a large amount of resources, and running that process multiple times sequentially does no…...ConvertHTML(TestingHtml, new PdfSaveOptions(), $@".\{Guid...{ List<Task> convertTasks = new List<Task>(); for (int counter...

    forum.aspose.com/t/html-to-pdf-conversion-memor...
  5. Basic samples how to convert OneNote to PDF

    Sample code to export or save OneNote to PDF using default options or with Jpeg compression...Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/note/net/convert-onenote-to-pdf...
  6. Change simple values in XMP EPS metadata |.NET

    The process of changing simple values in XMP metadata of EPS file with Aspose.Page API solution for .NET is explained and illustrated with the code here....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/page/net/xmp-metadata/change-si...
  7. FontSubstitutionSettings.DefaultFontSubstitutio...

    Discover how the DefaultFontSubstitution property optimizes font settings for seamless typography. Enhance your design with effective font substitution rules....doc = new Document (); FontSettings fontSettings = new FontSettings...all missing fonts with "Times New Roman". DefaultFontSubstitut...

    reference.aspose.com/words/net/aspose.words.fon...
  8. FieldPrintDate | Aspose.Words for Java

    Implements the PRINTDATE field in Java.... Document doc = new Document(getMyDir() + "Field...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose.PSD for .NET 24.5 - Release Notes|Docume...

    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....{ RawColor backgroundColor = new RawColor ( PixelDataFormat ....White PsdOptions psdOptions = new PsdOptions ( psdImage ) { ColorMode...

    docs.aspose.com/psd/net/aspose-psd-for-net-24-5...
  10. Document.fieldOptions property | Aspose.Words f...

    Document.fieldOptions property. Gets a [FieldOptions](../../../aspose.words.fields/fieldoptions/) object that represents options to control field handling in the document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...builder . font . localeId = new CultureInfo ( "de-DE" ). LCID...

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