Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 204,847 for

new

(0.1 sec)
  1. ThumbnailGeneratingOptions | Aspose.Words for Java

    Can be used to specify additional options when generating thumbnail for a document in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...ThumbnailGeneratingO options = new ThumbnailGeneratingO(); options...

    reference.aspose.com/words/java/com.aspose.word...
  2. Migrating your code to Aspose.PDF for Java 2.5....

    Follow this guide to migrate your existing code to Aspose.PDF for Java 2.5.0 for improved functionality and performance.... License lic = new com . aspose . pdf . License...lic . setLicense ( new FileInputStream ( new File ( "Aspose.Total...

    docs.aspose.com/pdf/java/migrating-your-code-to...
  3. OleObject|Aspose.Slides Documentation

    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....Add_Ole_Object () { using var pres = new Presentation (); var slide =...Slides [ 0 ]; var pdfData = new OleEmbeddedDataInfo ( File ....

    docs.aspose.com/slides/net/examples/elements/le...
  4. Font Substitution Issue When Converting PDF to ...

    Hello Aspose Team, I am using the latest version(25.4) of Aspose.PDF for Java to convert regular PDFs to PDF/A-3 format. In the input PDFs, the font used is Helvetica, including some text with bold styling. Since I’m w…...add(new Document.FontSubstitutionHand()...(licenseStream == null) { throw new IAException("PDF-1005", EMPTY_PLACEHOLDERS...

    forum.aspose.com/t/font-substitution-issue-when...
  5. 自定义PowerPoint字体|Aspose.Slides for PHP 文档

    PowerPoint自定义字体...进行一些工作并执行演示文稿/幻灯片渲染 $pres = new Presentation ( "DefaultFonts...setDocumentLevelFont 属性: $Array = new JavaClass ( "java.lang.reflect...

    docs.aspose.com/slides/zh/php-java/custom-font/
  6. PlainTextDocument | Aspose.Words for Java

    Allows to extract plain-text representation of the documents content in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...PlainTextDocument plaintext = new PlainTextDocument(getArtifactsDir()...

    reference.aspose.com/words/java/com.aspose.word...
  7. Working with multipage image formats|Documentation

    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....)) { PngOptions pngOptions = new PngOptions (); pngOptions . setMultiPageOptions...setMultiPageOptions ( new MultiPageOptions ( new IntRange ( startPage...

    docs.aspose.com/imaging/java/working-with-multi...
  8. VbaModule | Aspose.Words for .NET

    Effortlessly create empty VBA modules with our VbaModule constructor. Streamline your coding process and enhance your development workflow today!...Document doc = new Document (); // Create a new VBA project. VbaProject...VbaProject project = new VbaProject (); project . Name = "Aspose...

    reference.aspose.com/words/net/aspose.words.vba...
  9. ContainerConfig|Documentation

    ContainerConfig element is used to break content into columns and to add a footer to the form.... new ContainerConfig () { Children = new List < BaseConfig...templateConfig = new TemplateConfig () { Children = new List < BaseConfig...

    docs.aspose.com/omr/net/programmatic-forms/cont...
  10. DocumentBuilder | Aspose.Words for .NET

    Create powerful documents effortlessly with DocumentBuilder. Initialize a New instance and streamline your document management today!...DocumentBuilder() Initializes a new instance of this class. public...Creates a new DocumentBuilder object and attaches it to a new Document...

    reference.aspose.com/words/net/aspose.words/doc...