Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 200,002 for

new

(0.07 sec)
  1. How to Create Charts in a Presentation|Aspose.S...

    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....Presentation Contents [ Hide ] A new Aspose.Slides for .NET API has...describing how to migrate to new merged API. Legacy Aspose.Slides...

    docs.aspose.com/slides/net/how-to-create-charts...
  2. PDF Multimedia Annotation|Aspose.PDF for Java

    Aspose.PDF for Java allows you to add, get, and delete the multimedia annotation from your PDF document....PDF file Document document = new Document ( _dataDir + "sample...screenAnnotation = new ScreenAnnotation ( page , new Rectangle ( 170...

    docs.aspose.com/pdf/java/multimedia-annotation/
  3. Headers are disappearing while convertig from E...

    Hello, when converting Email to PDF, the Headers do not appear in the PDF file. I am using Aspose Email 23.12. I was using Aspose.Email 6.0.0 before. Everything was OK. Sample Code is below. Am I forgetting any settings…...outputStream) { MhtSaveOptions so = new MhtSaveOptions(); so.setMhtF...ByteArrayOutputStrea tmpStream = new ByteArrayOutputStrea(); ByteArrayOutputStrea...

    forum.aspose.com/t/headers-are-disappearing-whi...
  4. PersonCollection.Remove | Aspose.Words for .NET

    Effortlessly remove a person from your collection with the PersonCollection Remove method. Streamline your data management today!...Create a new person collection. PersonCollection persons = new PersonCollection...PersonCollection (); Person person = new Person ( "Roxanne" , "Brielle"...

    reference.aspose.com/words/net/aspose.words.bib...
  5. Public API Changes in Aspose.PDF for Java 9.5.0...

    Learn about the public API changes in Aspose.PDF for Java version 9.5.0 for improved functionality and better compatibility.... It includes not only new and obsoleted public methods...doc = new Document ( "doc.pdf" ); InputStream fs = new FileInputStream...

    docs.aspose.com/pdf/java/public-api-changes-in-...
  6. ChartSeriesGroupCollection Class | Aspose.Words...

    Explore the Aspose.Words.ChartSeriesGroupCollection class, your go-to solution for managing and organizing ChartSeriesGroup objects effortlessly....Add ( ChartSeriesType ) Adds a new series group of the specified...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Document.FontSettings | Aspose.Words for .NET

    Discover how to customize document font settings effortlessly. Enhance your documents with tailored font options for improved readability and style....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder..."Amethysta": "Arvo", and "Courier New". // If the first substitute...

    reference.aspose.com/words/net/aspose.words/doc...
  8. Superscript and Subscript|Aspose.Slides Documen...

    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....existing Paragraphs Create a new paragraph object for holding...of the ITextFrame . Create a new portion object Set Escapement...

    docs.aspose.com/slides/androidjava/superscript-...
  9. Superscript and Subscript|Aspose.Slides Documen...

    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....existing Paragraphs Create a new paragraph object for holding...of the ITextFrame . Create a new portion object Set Escapement...

    docs.aspose.com/slides/java/superscript-and-sub...
  10. Boxes appear in generated PDF due to missing fo...

    I’m using Aspose.PDF for .NET to generate PDF files in an AWS Lambda environment. The issue I’m facing is that boxes (□) appear instead of text in the generated PDFs — this seems to happen because the required fonts are…..., Arial, Times New Roman, etc.) without explicitly...inputStream = new MemoryStream(source); Document doc = new Document(inputStream);...

    forum.aspose.com/t/boxes-appear-in-generated-pd...