Sort Score
Result 10 results
Languages All
Labels All
Results 6,271 - 6,280 of 222,967 for

new

(0.13 sec)
  1. Shapes in charts rendered by aspose cells into ...

    Hi Aspose Team, I’m trying to convert charts/ranges in excel to images to insert them into word document. The code I’m using to do this is: Document RepDoc = New Document(); DocumentBuilder Builder = New DocumentBuild…...RepDoc = new Document(); DocumentBuilder Builder = new DocumentBuilder(RepDoc);...using (Workbook TemplateWB = new Workbook(dir + @"\Test_04072025\Excel_Template...

    forum.aspose.com/t/shapes-in-charts-rendered-by...
  2. Aspose.PSD for Java 21.7 - 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....psd" ; PsdImage image = new PsdImage ( 500 , 500 ); try {.... addTextLayer ( "Text 1" , new Rectangle ( 10 , 35 , image ...

    docs.aspose.com/psd/java/aspose-psd-for-java-21...
  3. SdtListItem constructor | Aspose.Words for Node.js

    Aspose.Words.Markup.SdtListItem constructor...SdtListItem(displayText, value) Initializes a new instance of this class. SdtListItem...SdtListItem(value) Initializes a new instance of this class. SdtListItem...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. FieldSeparator | Aspose.Words for Java

    Represents a Word field separator that separates the field code from the field result in Java.... To easily insert a new field into a document, use the...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  5. Memory Cap of 4GB when converting HTML to PDF -...

    Hi - I’m currently testing a conversion of html to pdf with the code below and it looks like the memory usage runs up to about 4GB then gets re-allocated. Do you know if this can be minimized at all for machines that may…...ConvertHTML(TestingHtml, new PdfSaveOptions(), $@".\{Guid...}; List<Task> convertTasks = new List<Task>(); for (int counter...

    forum.aspose.com/t/memory-cap-of-4gb-when-conve...
  6. Configure Fallback Font Collections in PHP|Aspo...

    Set up a fallback fonts collection in Aspose.Slides for PHP via Java to keep text consistent and crisp in PowerPoint and OpenDocument presentations....$pres = new Presentation (); try { $userRulesList = new FontFallBackRulesCol...(); $userRulesList -> add ( new FontFallBackRule ( 0xb80 , 0xbff...

    docs.aspose.com/slides/php-java/create-fallback...
  7. Configure Fallback Font Collections in .NET|Asp...

    Set up a fallback fonts collection in Aspose.Slides for .NET to keep text consistent and crisp in PowerPoint and OpenDocument presentations....Presentation presentation = new Presentation ()) { IFontFallBackRulesCo...userRulesList = new FontFallBackRulesCol (); userRulesList . Add ( new FontFallBackRule...

    docs.aspose.com/slides/net/create-fallback-font...
  8. 档案

    档案... StringPtr srcDir = new String("SourceDirectory\\Excel\\");...// 输出目录路径。 StringPtr outDir = new String("OutputDirectory\\");...

    blog.aspose.com/zh/cells/copy-rows-and-columns-...
  9. Migration Between Versions – Aspose.HTML for .NET

    The articles in this chapter supply information about the deprecated classes of Aspose.HTML for .NET API and provide examples of how to replace them with New ones....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/html/net/migration-between-vers...
  10. PdfSaveOptions.PreserveFormFields | Aspose.Word...

    Discover how PdfSaveOptions' PreserveFormFields property retains Microsoft Word form fields in PDFs or converts them to text. Enhance your document quality!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...InsertComboBox ( "MyComboBox" , new [] { "Apple" , "Banana" , "Cherry"...

    reference.aspose.com/words/net/aspose.words.sav...