Sort Score
Result 10 results
Languages All
Labels All
Results 1,901 - 1,910 of 196,900 for

new

(0.09 sec)
  1. Watermarker.Create | Aspose.Words for .NET

    Create a New watermarker processor with our innovative method for enhancing your images and protecting your content effortlessly....Create method Creates new instance of the watermarker processor...WatermarkerContext watermarkerContext = new WatermarkerContext (); watermarkerContext...

    reference.aspose.com/words/net/aspose.words.low...
  2. INodeChangingCallback | Aspose.Words for Java

    Implement this interface if you want to receive notifications when nodes are inserted or removed in the document in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...HandleNodeChangingFo callback = new HandleNodeChangingFo(); doc....

    reference.aspose.com/words/java/com.aspose.word...
  3. Working with Text | Aspose.Note Documentation

    A guide on how to work with text in Java....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/note/java/working-with-text/
  4. Quick Start|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.... $license = new License (); $license -> setLicense...= "code_128.gif" ; $reader = new BarCodeReader ( $filePath , null...

    docs.aspose.com/barcode/phpjava/quick-start/
  5. 在 PDF 中旋转文本使用 Python|Aspose.PDF for Python via ...

    学习不同的方法在 PDF 中旋转文本。Aspose.PDF 允许您旋转文本到任何角度,旋转文本片段或整个段落。...初始化文档对象 Document pdfDocument = new Document (); // 获取特定页面 Page pdfPage...TextFragment textFragment1 = new TextFragment ( "main text" );...

    docs.aspose.com/pdf/zh/python-net/rotate-text-i...
  6. BarCodeReader|Aspose.BarCode for Python via .NE...

    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....BarCodeReader() Initializes a new instance of the BarCodeReader...BarCodeReader(image) Initializes a new instance of the BarCodeReader...

    docs.aspose.com/barcode/python-net/api-referenc...
  7. How to Use Aspose.Tasks for Java Reporting Serv...

    Learn how to utilize Aspose.Tasks for Java-based reporting services within your project....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/tasks/java/reporting-services/
  8. 2021年新功能|Aspose.PDF for .NET

    本页面介绍了2021年引入的Aspose.PDF for .NET中最受欢迎的新功能。...(); using ( var fileSecurity = new Aspose . Pdf . Facades . PdfFileSecurity...document using ( var document = new Aspose . Pdf . Document ( dataDir...

    docs.aspose.com/pdf/zh/net/whatsnew/2021/
  9. PdfDigitalSignatureTimestampSettings | Aspose.W...

    Discover the PdfDigitalSignatureTimestampSettings constructor to easily initialize digital signature settings for enhanced document security and compliance....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...PDF. PdfSaveOptions options = new PdfSaveOptions (); // Create...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Creating a complex PDF|Aspose.PDF for PHP via Java

    Aspose.PDF for PHP via Java allows you to create more complex documents that contain images, text fragments, and tables in one document.... $document = new Document (); //Add page $page...AddImage ( $imageFileName , new Rectangle ( 20 , 730 , 120 ,...

    docs.aspose.com/pdf/php-java/complex-pdf-example/