Sort Score
Result 10 results
Languages All
Labels All
Results 1,641 - 1,650 of 22,079 for

print

(0.13 sec)
  1. Get DrawObject and Bound while rendering to PDF...

    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....DrawObject type is Cell, it prints its Bound and StringValue....DrawObject type is Image, it prints its Bound and Shape Name. Please...

    docs.aspose.com/cells/nodejs-cpp/get-drawobject...
  2. Set Orientation and Control the Export of Hidde...

    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....Page class also exposes the print properties. The PrintPageOrientation...PrintPageOrientation field of the print properties allows to rotate the...

    docs.aspose.com/diagram/python-java/set-orienta...
  3. Set Orientation and Control the Export of Hidde...

    This section explains how to set page's layout with Aspose.Diagram....Page class also exposes the print properties. The PrintPageOrientation...PrintPageOrientation field of the print properties allows to rotate the...

    docs.aspose.com/diagram/net/set-orientation-and...
  4. Get Address Cell Count Offset Entire Column and...

    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....on a new empty workbook and prints info to the page. const resultEl...createRange ( "A1:B3" ); // Print range address and cell count...

    docs.aspose.com/cells/javascript-cpp/get-addres...
  5. Multithreading support|Documentation

    Optimize the resource usage by limiting the number of threads used by Aspose.OCR for Python via .NET recognition engine....input , recognitionSettings ) # Print recognition results for result...result in results : print ( result . recognition_text ) Recognize...

    docs.aspose.com/ocr/python-net/multithreading/
  6. 通過 Java 將 JPEG 轉換為 TXT | Aspose

    JPEG 格式到 TXT 文件的示例 Java 轉換代碼。使用此示例代碼在任何基於 Web 或桌面 Java 的應用程序中將 JPEG 轉換為 TXT。...jpeg" ); // print text System . out . print ( riText ); 將 JPEG...

    products.aspose.com/ocr/zh-hant/java/conversion...
  7. Get and Set Page Properties|Aspose.PDF for Go v...

    Learn how to get and set page properties for PDF documents using Aspose.PDF for Go, allowing for customized document formatting....retrieve its page count, and then print the result. The PageCount method...{ log . Fatal ( err ) } // Print fmt . Println ( "Count:" , count...

    docs.aspose.com/pdf/go-cpp/get-and-set-page-pro...
  8. Find if Data Points are in the Second Pie or Ba...

    Learn how to use Aspose.Cells for Node.js via C++ to find if data points are in the second pie or bar on a pie of pie or bar of pie chart. This guide will demonstrate how to identify and access the secondary pie or bar on a composite chart, allowing you to analyze and manipulate the data effectively.... get ( 0 ); /* * Print the data points of the chart...=== null ) continue ; /* * Print the chart point value and see...

    docs.aspose.com/cells/nodejs-cpp/find-if-data-p...
  9. Missing Text When Converting PPTX to PDF with A...

    Hello, we’ve been seeing issues with all text in some PPTX files missing from generated PDFs on our linux server. I’ll attach one of the files along with the code snippet and converted PDF here. The same code works fine…...folder_path in font_folders: print(folder_path) More examples:...FontsLoader.get_font_folders()) print(fontFolders) I get: ['/usr/...

    forum.aspose.com/t/missing-text-when-converting...
  10. 用 C++ 实现类似于 Excel VBA Range.FormulaLocal 的 Cell...

    学习如何使用 Aspose.Cells 与 C++ 实现类似于 Excel VBA Range.FormulaLocal 的 Cell.FormulaLocal。...); // Assign SUM formula and print its FormulaLocal cell . SetFormula...Assign AVERAGE formula and print its FormulaLocal cell . SetFormula...

    docs.aspose.com/cells/zh/cpp/implement-cell-for...