Sort Score
Result 10 results
Languages All
Labels All
Results 8,581 - 8,590 of 213,939 for

new

(0.41 sec)
  1. Cropping Metafiles in PHP|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....instance of Image class $image = new Image (); $image = $image ->...with desired size $rectangle = new Rectangle ( 10 , 10 , 100 , 100...

    docs.aspose.com/imaging/java/cropping-metafiles...
  2. PdfSaveOptions.exportParagraphGraphicsToArtifac...

    PdfSaveOptions.exportParagraphGraphicsToArtifact property. Gets or sets a value determining whether a paragraph graphic should be marked as an artifact.... let doc = new aw . Document ( base . myDir...artifacts.docx" ); let saveOptions = new aw . Saving . PdfSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose.Cells 8.8.0中的公共API更改|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....HTMLLoadOptions loadOptions = new Aspose . Cells . HTMLLoadOptions...true ; MemoryStream stream = new MemoryStream ( byteArray ); Workbook...

    docs.aspose.com/cells/zh/net/public-api-changes...
  4. Manage Video Frames in Presentations on Android...

    Learn to programmatically add and extract video frames in PowerPoint and OpenDocument slides using Aspose.Slides for Android via Java. Fast how-to guide....Presentation class Presentation pres = new Presentation ( "pres.pptx" );...FileInputStream fileStream = new FileInputStream ( "Wildlife.mp4"...

    docs.aspose.com/slides/androidjava/video-frame/
  5. Adding Attachment to PDF document|Aspose.PDF fo...

    This page describes how to add an attachment to a PDF file with Java....document Document pdfDocument = new Document ( _dataDir + "input..."input.pdf" ); // Set up a new file to be added as attachment FileSpecification...

    docs.aspose.com/pdf/java/add-attachment-to-pdf-...
  6. Add Digital Signatures to Presentations in PHP|...

    Learn how to digitally sign PowerPoint & OpenDocument files with Aspose.Slides for PHP via Java. Secure your slides in seconds with clear code examples....the presentation file $pres = new Presentation (); try { # Create...and PFX password $signature = new DigitalSignature ( "testsignature1...

    docs.aspose.com/slides/php-java/digital-signatu...
  7. 手动集成 Aspose.Slides 在 SSRS 2012 SharePoint 集成模式|...

    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...."Render" if (-not $aspps ) { New-SPRSExtension -ExtensionType...ReportingServices" } if (-not $aspptx) { New-SPRSExtension -ExtensionType...

    docs.aspose.com/slides/zh/reportingservices/man...
  8. InlineStory.Font | Aspose.Words for .NET

    Discover the InlineStory Font property for seamless font formatting of anchor characters, enhancing your design with unique typography options....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...least one cell. Table table = new Table ( doc ); table . EnsureMinimum...

    reference.aspose.com/words/net/aspose.words/inl...
  9. ListFormat.applyNumberDefault method | Aspose.W...

    ListFormat.applyNumberDefault method. Starts a New default numbered list and applies it to the paragraph....applyNumberDefault() Starts a new default numbered list and applies...shortcut method that creates a new list using the default numbered...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Rotate PDF Pages with Rust via C++|Aspose.PDF f...

    This topic describes how to rotate the page orientation in an existing PDF file programmatically with Rust via C++...Changes to a New File. The save_as function creates a new PDF file...previously opened PDF-document with new filename pdf . save_as ( "sample_rotate...

    docs.aspose.com/pdf/rust-cpp/rotate-pages/