Sort Score
Result 10 results
Languages All
Labels All
Results 4,681 - 4,690 of 213,527 for

new

(0.24 sec)
  1. Edit Word, PDF In C#

    Edit DOCX, DOC, PDF and a variety of other file formats in C#....and other file formats: Insert new document elements Update existing...patterns and replace them with new text Export the result to the...

    products.aspose.com/words/net/edit/
  2. Edit Markdown In C#

    Edit Markdown in C# code....and formatting attributes Add new MD elements Search MD for text...patterns and replace them with new text Save the result to a variety...

    products.aspose.com/words/net/edit/md/
  3. Issue with adding task link from manually sched...

    Using Aspose.Tasks 24.8.0. When I create a task link between a manually scheduled task and automatically scheduled one the scheduler does not move the automatically scheduled task. For example if I have a task that is ma…...project = new Project(); project.Set(Prj.StartDate, new DateTime(2024...true); manualTask.Set(Tsk.Start, new DateTime(2024, 9, 23, 8,0,0));...

    forum.aspose.com/t/issue-with-adding-task-link-...
  4. Insert Background Image to Excel with JavaScrip...

    How to insert background image to Excel using Aspose.Cells for JavaScript via C++....background image to apply to a new workbook's first worksheet, then...imgBytes = new Uint8Array ( arrayBuffer ); // Create a new Workbook...

    docs.aspose.com/cells/javascript-cpp/insert-bac...
  5. PDF rendering with Chinese fonts extremely slow...

    Hello, I’m encountering a performance issue when rendering a PDF using the Aspose.PDF library. When the document contains Chinese Simplified (zh-CN) or Chinese Traditional (zh-TW) text, I set: pdfDocument.OptimizeResou…...OptimizeResources(new OptimizationOptions() { SubsetFonts...optimization: var pdfDocument = new Document("input.pdf"); var optimizationOptions...

    forum.aspose.com/t/pdf-rendering-with-chinese-f...
  6. DICOM Anonymization|Aspose.Medical for .NET Doc...

    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.... Anonymizer anonymizer = new (); // Anonymize the DICOM file...Anonymization . Anonymizer anonymizer = new ( profile ); // Load a DICOM...

    docs.aspose.com/medical/net/developer-guide/dic...
  7. Manage Presentation Themes in .NET|Aspose.Slide...

    Master presentation themes in Aspose.Slides for .NET to create, customize and convert PowerPoint files with consistent branding....applying new colors for the theme. To allow you select a new theme...using ( Presentation pres = new Presentation ()) { IAutoShape...

    docs.aspose.com/slides/net/presentation-theme/
  8. FieldGreetingLine | Aspose.Words for Java

    Implements the GREETINGLINE field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...mail merge. DataTable table = new DataTable("Employees"); table...

    reference.aspose.com/words/java/com.aspose.word...
  9. FieldIndex | Aspose.Words for Java

    Implements the INDEX field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...index.getFieldCode()); // On a new page, start the bookmark with...

    reference.aspose.com/words/java/com.aspose.word...
  10. Add Slides to Presentations with Python|Aspose....

    Easily add slides to your PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET—seamless, efficient slide insertion in seconds....Slides allows you to append new slides based on existing layout.... PPTX ) FAQ Can I insert a new slide at a specific position...

    docs.aspose.com/slides/python-net/add-slide-to-...