Sort Score
Result 10 results
Languages All
Labels All
Results 3,381 - 3,390 of 222,967 for

new

(0.39 sec)
  1. Opening Image files 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....using the file path $image = new Image (); $image = $image ->...Create a Stream Object $stream = new Stream ( $dataDir + "test.jpg"...

    docs.aspose.com/imaging/java/opening-image-file...
  2. Edit PPT in Python | products.aspose.com

    Edit PPT in Python. Use Python library API to edit PowerPoint presentation...PPT presentation by adding a new line of text to it. Edit PPT...Python via .NET , you can add a new line of text to a PPT document...

    products.aspose.com/slides/python-net/editor/ppt/
  3. LINQ Reporting Engine – Multiple Series in a Sc...

    Hello, I’m using Aspose.Words with the LINQ Reporting Engine and I’m trying to create a scatter chart with two series (temperature and conductivity), both using a common date as the X-axis. Here’s what I’ve implemented…...Select(g => new { Date = g.Key, Conductivity...[dailyTemp = GroupedTemp.Select(g => new { Date = g.Key, Temperature =...

    forum.aspose.com/t/linq-reporting-engine-multip...
  4. Image added using Place in cell option removed ...

    Steps: Open a blank excel file Click the Insert tab Click on Pictures Click Place In Cell Browse an image from your PC and add it into any cell In another part of the excel, just copy paste an image When this excel (T…...(var doc = new Workbook(Stream)) { var converted = new MemoryStream();...MemoryStream(); doc.Save(converted, new PdfSaveOptions { ImageType =...

    forum.aspose.com/t/image-added-using-place-in-c...
  5. How to add a typedMember dimension element? - F...

    Hello everyone! I’m a Newbie in both C# and Aspose Finance. I’m trying to add a context scenario, with a typedMember dimension. For instance, I’m trying to achieve something like this: <xbrli:context id="c-4"> <xbr…...this code: Context context = new Context(contextPeriod, contextEntity);...Scenario = new ContextSenario() { DimensionMemberList = { new DimensionMember(...

    forum.aspose.com/t/how-to-add-a-typedmember-dim...
  6. FormFieldCollection | Aspose.Words for Java

    A collection of FormField objects that represent all the form fields in a range in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...insertComboBox("MyComboBox", new String[]{"One", "Two", "Three"}...

    reference.aspose.com/words/java/com.aspose.word...
  7. Generate AustraliaPost Barcode with Different F...

    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....object $symbology = new Symbology (); $builder = new BarCodeBuilder...standard $australiaPostFormatC = new AustraliaPostFormatC (); $builder...

    docs.aspose.com/barcode/java/generate-australia...
  8. Add and Verify PDF Digital Signature using PHP ...

    Сreate electronic signature in PDF documents programmatically with PHP sample code using Aspose.PDF for PHP via Java...$document = new Document ( $inputFile ); $signature = new facades_PdfFileSignature...ture ( $document ); $pkcs = new PKCS7 ( $inputPKCS7 , 'Pa$$w0rd2020'...

    products.aspose.com/pdf/php-java/signature/
  9. 编辑 PDF API | Aspose.PDF

    使用适用于任何平台的免费跨平台应用程序和高代码 API 编辑 PDF 文档。... 编辑 PDF-C# Document doc = new Document ( dataDir + "test.pdf"...TextFragmentAbsorber textFragmentAbsorber = new TextFragmentAbsorber ( searchTerm...

    products.aspose.com/pdf/zh-hans/redaction/
  10. Edit PPT in C++ | products.aspose.com

    Edit PPT in C++. Use C++ library API to edit PowerPoint presentation...PPT presentation by adding a new line of text to it. Edit PPT...Slides for C++ , you can add a new line of text to a PPT document...

    products.aspose.com/slides/cpp/editor/ppt/