Sort Score
Result 10 results
Languages All
Labels All
Results 1,801 - 1,810 of 213,038 for

new

(0.21 sec)
  1. Optimize, Compress or Reduce PDF Size in Java|A...

    Optimize PDF file, shrink all images, reduce size PDF, Unembed fonts, Remove unused objects with Java....document Document pdfDocument = new Document ( _dataDir + "sample...document Document pdfDocument = new Document ( _dataDir + "sample...

    docs.aspose.com/pdf/java/optimize-pdf/
  2. Generate Reports in PST Files via .NET | produc...

    C# source code to generate PST format reports on .NET Framework, .NET Core, and Xamarin Platforms....generate messages in bulk Create a new PST with PersonalStorage.Create...MailMessage MailMessage template = new MailMessage(); // add template...

    products.aspose.com/email/net/assembly/pst/
  3. 公共 API 与向后不兼容的更改(Aspose.Slides for .NET 15.1.0)...

    审阅 Aspose.Slides for .NET 的公共 API 更新和破坏性更改,顺利迁移您的 PowerPoint PPT、PPTX 和 ODP 演示文稿解决方案。...以下示例演示如何在演示文稿中替换字体: Presentation pres = new Presentation ( "PresContainsArialFon...sourceFont = new FontData ( "Arial" ); IFontData destFont = new FontData...

    docs.aspose.com/slides/zh/net/public-api-and-ba...
  4. Merge two adjacent cells|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....First (); } else { mergeCells = new MergeCells (); // Insert a MergeCells...MergeCell mergeCell = new MergeCell () { Reference = new StringValue (...

    docs.aspose.com/cells/net/merge-two-adjacent-ce...
  5. Aspose.PSD for Java 23.8 - Release Notes|Docume...

    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 new type of warp (Flag) Feature PSDJAVA-519 Add new types...Feature PSDJAVA-520 Implement new method PsdImage.AddPosterizeAdjustme...

    docs.aspose.com/psd/java/aspose-psd-for-java-23...
  6. StructuredDocumentTag.checked property | Aspose...

    StructuredDocumentTag.checked property. Gets/Sets current state of the Checkbox SDT...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...DocumentBuilder ( doc ); let sdtCheckBox = new aw . Markup . StructuredDocumentTa...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. DigitalSignatureDetails | Aspose.Words for .NET

    Discover the DigitalSignatureDetails constructor to easily initialize digital signature instances, enhancing your application's security and efficiency....DigitalSignatureDeta constructor Initializes a new instance of DigitalSignatureDeta...OOXML document. Document doc = new Document ( MyDir + "Document...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Convert PDF to text|Aspose.PDF for Android via ...

    With Aspose.PDF for Android via Java you can convert a whole PDF document to a text file or convert only a PDF page to a text file....Open document try { document = new Document ( inputStream ); } catch...TextAbsorber ta = new TextAbsorber (); int [] pages = new int [] { 1...

    docs.aspose.com/pdf/androidjava/convert-pdf-to-...
  9. FontInfoSubstitutionRule | Aspose.Words for Java

    Font info substitution rule in Java.... Document doc = new Document(getMyDir() + "Missing...WarningInfoCollectio warningCollector = new WarningInfoCollectio(); doc....

    reference.aspose.com/words/java/com.aspose.word...
  10. Add Text to PDF file|Aspose.PDF for PHP via Java

    Explore how to add text to PDF files in PHP using Aspose.PDF for easy content editing....// Open document $document = new Document ( $inputFile ); // get...text fragment $textFragment = new TextFragment ( "Aspose.PDF" );...

    docs.aspose.com/pdf/php-java/add-text-to-pdf-file/