Sort Score
Result 10 results
Languages All
Labels All
Results 5,591 - 5,600 of 31,639 for

test

(0.1 sec)
  1. Render multiple images in a row - Free Support ...

    Hello, I have a array of images. I want to render the all images in array two images in a row. I have attached my syntax. It throws an error. It works when trying to render 1 image per row. Also, is there any way to f…...zip (853 Bytes) Here is test code: JsonDataSource ds = new...

    forum.aspose.com/t/render-multiple-images-in-a-...
  2. IsFiltered series and ChartCalculateOptions - F...

    Hi Aspose team, It seems we have an issue if I enable “filtered” series (so not visible in the chart) by changing IsFiltered to false, indeed after a full chart calculation the datapoints seems to be empty… I have a ch…...2025, 12:39pm 4 FYI: I did a test and same problem in version...

    forum.aspose.com/t/isfiltered-series-and-chartc...
  3. Integrate with MS Report Viewer|Aspose.Words fo...

    How to render reports using built-in engine of the report viewer and Aspose.Words for Reporting Services library.... Test the new export formats. Run...

    docs.aspose.com/words/reportingservices/integra...
  4. PSD PSB Compress Solution | products.aspose.com

    Compress Adobe Photoshop images to reduce files sizes...you use it often you should test the PSD Files after the compression...

    products.aspose.com/psd/compress/psb/
  5. Aspose Slides WaterFall Chart - Free Support Fo...

    Hello Team, We are using Aspose.Slides in our .Net Core application and trying to create ChartType.WaterFall by adding chart into slide using slide.Shapes.AddChart() method. We are facing issue in formatting the number…... Test the chart with different cultures...

    forum.aspose.com/t/aspose-slides-waterfall-char...
  6. 发送和转发消息 - 使用 Java 程序发送 Outlook 电子邮件|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....com" , "Test subject" , "Test body" ); SmtpClient...MailMessage . load ( dataDir + "test.eml" ); // Send this message...

    docs.aspose.com/email/zh/java/sending-and-forwa...
  7. How to create OMR template file (.omr) using ex...

    Hi @nikita.korobeynikov, I am going to call TemplateProcessor.recognizeImage() method to process scanned image. It takes String as file path but I get the image from BufferedImage in the memory. In this case, can you please advise how to invoke method? In additon, is there any reference for API documenation? Here is the snippet for your understanding. // render the PDF page to an image with 100 DPI JPG format BufferedImage image = renderer.renderImageWithDPI(i, 100, ImageType.RGB); // Pro...... By the way, I tested sample code but it prints out...identified an issue during testing. It appears that the student...

    forum.aspose.com/t/how-to-create-omr-template-f...
  8. AbstractCalculationEngine dependency tree not w...

    I’ve implemented an AbstractCalculationEngine and the CalculationData object being passed into the Calculate override method does not properly reflect dependent changes to values in the workbook. As a result the custom f…... After initial testing, I was able to reproduce the...your sample files and runnable test code? If the file cannot be...

    forum.aspose.com/t/abstractcalculationengine-de...
  9. Incorrect Decimal Separator in CSS for Fixed Ro...

    Hello, when exporting XLSX files with fixed rows to HTML, the generated CSS uses a comma as the decimal separator (e.g., top:13,25pt) instead of a dot, which is invalid in CSS. System Language is German. CultureInfo o…... Always test with your actual files and environment...template Excel file and details. I tested your scenario using the provided...

    forum.aspose.com/t/incorrect-decimal-separator-...
  10. Add Text to PDF file|Aspose.PDF for Java

    Discover how to insert text into an existing PDF document in Java with Aspose.PDF for text insertion and modification....( new Note ( "foot note for test text 1" )); // add TextFragment...( new Note ( "foot note for test text 2" )); // add second text...

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