Sort Score
Result 10 results
Languages All
Labels All
Results 7,661 - 7,670 of 222,903 for

new

(0.19 sec)
  1. Installing and Using Aspose.BarCode for Intelli...

    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....this plugin will introduce a new project type – Aspose.BarCode...under “New” menu (using Right Click -> New OR File menu->New) – Aspose...

    docs.aspose.com/barcode/java/installing-and-usi...
  2. Table Class | Aspose.Words for .NET

    Discover the Aspose.Words.Tables.Table class to easily create and manage tables in Word documents, enhancing your document's layout and functionality....DocumentBase ) Initializes a new instance of the Table class....Document doc = new Document (); Table table = new Table ( doc );...

    reference.aspose.com/words/net/aspose.words.tab...
  3. Problems with title and legend when saving as P...

    I am encountering issues while using Aspose.Words to convert a word document into a PDF. Aspose.Words Version : 25.6.0 When i use the code to convert “test.docx” to “test.pdf”: var testDoc = New Document("D:\\test.doc…...pdf”: var testDoc = new Document("D:\\test.docx"); testDoc...Load the document var testDoc = new Document("D:\\test.docx"); //...

    forum.aspose.com/t/problems-with-title-and-lege...
  4. PDF Printing Stuck on Size A4? - Free Support F...

    Hi All, I am attempting to print a document with specific sizes (configurable by customer). NOTE: In testing I am printing to a virtual printer. I have tried both Postscript and Microsoft Print to PDF and have seen the…...PdfPrinterSettings printerSettings = new PdfPrinterSettings(); printerSettings...PrintPageSettings pageSettings = new PrintPageSettings(printerSettings);...

    forum.aspose.com/t/pdf-printing-stuck-on-size-a...
  5. Customize PowerPoint Fonts on Android|Aspose.Sl...

    Customize fonts in PowerPoint slides with Aspose.Slides for Android via Java to keep your presentations sharp and consistent across any device.... String [] fontFolders = new String [] { externalFontFolder1...null ; try { presentation = new Presentation ( "sample.pptx"...

    docs.aspose.com/slides/androidjava/custom-font/
  6. 在 3D 文档中添加动画属性并设置目标相机|Documentation

    Aspose.3D for Java 支持渲染动画场景。本文介绍移动对象的先决条件。...Initialize scene object Scene scene = new Scene (); // Call Common class...property BindPoint bindPoint = new BindPoint ( scene , translation...

    docs.aspose.com/3d/zh/java/add-animation-proper...
  7. Defining Weekdays for Exceptions | Aspose.Tasks...

    Learn how to define exception weekdays for Microsoft Project (MPP/XML) projects using Aspose.Tasks for .NET....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/defining-weekdays-for...
  8. Style Class | Aspose.Words for .NET

    Discover Aspose.Words.Style class for managing custom and built-in styles effortlessly. Enhance your document formatting with ease and precision....be applied automatically to a new paragraph inserted after a paragraph...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/style/
  9. Product Overview|Aspose.Slides Documentation

    Aspose.Slides for Android via Java lets you create, edit and convert PowerPoint (PPT, PPTX) and OpenDocument (ODP) presentations without Microsoft Office....HTML Slide Features Creating new slides from scratch and add them...style. Adding new or managing slide notes. Setting new slide masters...

    docs.aspose.com/slides/androidjava/product-over...
  10. Perform memory optimization while loading docum...

    We have encountered an unexpected memory issue when trying to convert very large docx document to pdf (size ~100mb). The documents we are using consists of text, tables and images. We use openjdk 1.8 and aspose-words 20…...ByteArrayOutputStrea outputStream = new ByteArrayOutputStrea() LoadOptions...LoadOptions loadOptions = new LoadOptions() loadOptions.setTempFolder(tempFolder)...

    forum.aspose.com/t/perform-memory-optimization-...