Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 62,667 for

test

(0.13 sec)
  1. Auto Fit Columns in Worksheet|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.... PutValue ( "This is a test input" ); //Adding a double...). SetCellValue ( "This is a test input" ); row . CreateCell (...

    docs.aspose.com/cells/net/auto-fit-columns-in-w...
  2. Save ocr result as multipage document|Documenta...

    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....SaveMultipageDocumen ( "D://imgs/test/net.pdf" , SaveFormat . Pdf...api . RecognizeMultipleIma ( @"test.zip" , new RecognitionSettings...

    docs.aspose.com/ocr/net/save-ocr-result-as-mult...
  3. Convert excel to html merge cell width become s...

    Hello, when I convert excel to html, if I use cells-java-20.12, the merge cell D4 width become smaller, but in cells-java-8.8.2, it‘s same width as excel. Hope the result is the same as 8.8.2 code show as below: Work…...Workbook workbook = new Workbook("test-merge.xlsx"); WorksheetCollection...get(i, 0); } } workbook.save("test-merge.html"); result.zip (93...

    forum.aspose.com/t/convert-excel-to-html-merge-...
  4. Aspose.pdf for java版本24.11,使用TextFragmentAbsorb...

    相关代码如下: private static void pdfStamp(InputStream srcImgInputStream) throws Exception { License license = new License(); license.setLicense(getLicenseInputStream(LICENSE)); Locale.setDefault(Locale.CHINA); try { …...*test.*"); TextSearchOptions textSearchOptions...December 12, 2024, 12:53pm 6 test.pdf Google Drive file. 你好我分享了我的出问题的文件,可以看看吗?...

    forum.aspose.com/t/aspose-pdf-for-java-24-11-te...
  5. Cannot Create PDF/A - Aspose.PDF Product Family...

    Hello, I need to convert PDF files to PDF/A compliant PDF files using ASPOSE.Net and I followed the methods here: https://docs.aspose.com/pdf/net/convert-pdf-to-pdfa/ However, in all cases it produces the log.xml file …...a PDF/A is created, you can test its conformance using Adobe...Please try to convert a PDF, test its conformance and share it...

    forum.aspose.com/t/cannot-create-pdf-a/246236
  6. Aspose cells add static text in row 1 followed ...

    Hi Currently cell is working for JSON data using the below code string jsonInput = File.ReadAllText(“Data.json”); JsonLayoutOptions options = new JsonLayoutOptions(); options.ArrayAsTable = true; JsonUtility.ImportD…... I tested your scenario/case with sample...@"[ { BEFORE: 'before cell', TEST: 'asd1', AFTER: 'after cell'...

    forum.aspose.com/t/aspose-cells-add-static-text...
  7. Raster images not scaled down after conversion ...

    Hello, I tried to convert this vsd file evac_plan.zip (3.7 MB) to svg If I’m using SVGSaveOptions .IsExportScaleInMatrix = false then raster images come out huge, if IsExportScaleInMatrix = true images are normal. I a…...to have same problem , please test this scaled_dasharray.zip (420...already logged ticket and will test it as well. We will let you...

    forum.aspose.com/t/raster-images-not-scaled-dow...
  8. CaptionParameters | Aspose.BarCode for Java API...

    Caption parameters....arg0) getAlignment() Caption test horizontal alignment. getClass()...generation.TextAlignment-) | Caption test horizontal alignment. | | [setNoWrap(boolean...

    reference.aspose.com/barcode/java/com.aspose.ba...
  9. CSS left-margin of paragraph starts at page edg...

    Hi there We use a word template HTML formated text style attribute padding-left (indent) <p style="padding-left: 40px;">Test</p> The paragraph in which we insert the HTML text is already indented (Word template) We…...style="padding-left: 40px;">Test</p> The paragraph in which we...style=\"padding-left: 40px;\">Test</p>"); // This will create a...

    forum.aspose.com/t/css-left-margin-of-paragraph...
  10. Find the specific text in paragraph that text s...

    Find the specific text in paragraph that text should be starting of the paragraph and copy that paragraph to other document in Aspose.Words c# .Could you please help me for that....paragraphs that starts with "TEST". List<Paragraph> paragraphs...ToString(SaveFormat.Text).Trim().StartsWith("TEST")).ToList(); foreach (Paragraph...

    forum.aspose.com/t/find-the-specific-text-in-pa...