Sort Score
Result 10 results
Languages All
Labels All
Results 8,471 - 8,480 of 21,866 for

printing document

(0.06 sec)
  1. Zoom Factor in Python|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....xls" ) # Print message print "Zoom factor set to 75...1, please check the output document." Download Running Code Download...

    docs.aspose.com/cells/java/zoom-factor-in-python/
  2. Find the Root Element Name of XML Map|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....accesses the first XML Map and prints its XmlMap.RootElementName...Name Of Xml Map : MiscData AI Document Assistant Close Export XML...

    docs.aspose.com/cells/java/find-the-root-elemen...
  3. DetectAreasMode.UNIVERSAL|Documentation

    How Aspose.OCR determines the structure of a Document using the DetectAreasMode.UNIVERSAL algorithm....png" ) # Set document areas detection mode recognitionSettings...recognitionSettings ) # Print recognition result print ( result [ 0 ]...

    docs.aspose.com/ocr/python-net/areas-detection/...
  4. 指定在刷新数据透视表时数据透视表是否兼容Excel2003|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....Cells initialized" ); }); document . getElementById ( 'runExample'...() => { const fileInput = document . getElementById ( 'fileInput'...

    docs.aspose.com/cells/zh/javascript-cpp/specify...
  5. Converting Excel Files to HTML in Jython|Docume...

    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....Files to HTML To convert documents using Aspose.Cells for Java...+ "Book1.xls" ) # Save the document in HTML format workbook ....

    docs.aspose.com/cells/java/converting-excelfile...
  6. 用 C++ 获取工作表页面设置的宽度和高度|Documentation

    学习如何使用C++代码通过Aspose.Cells for C++ API以编程方式获取Excel工作表页面设置的纸张宽度和高度。...// Set paper size to A2 and print paper width and height in inches...// Set paper size to A3 and print paper width and height in inches...

    docs.aspose.com/cells/zh/cpp/get-paper-width-an...
  7. Extracting text from ID cards|Documentation

    How to digitize scanned or photographed ID cards by automatically extracting text from them....passport card or other identity document. Manually re-typing text from...) # Print recognition result for result in results : print ( result...

    docs.aspose.com/ocr/python-net/recognition/id-c...
  8. 验证结果 – 使用 Aspose.HTML 检查网页的可访问性

    了解如何查看和描述网站可访问性检查过程中出现的问题,以及如何使用 Aspose.HTML for Java 保存验证结果。...class 14 final HTMLDocument document = new HTMLDocument(documentPath);...validationResult = validator. validate (document); 16 17 // Checking for success...

    docs.aspose.com/html/zh/java/web-accessibility-...
  9. Resize/Shrink PDF Content in Java | Aspose.PDF ...

    Aspose Support: We have purchased Aspose.Pdf for Java. Using your trial version (for evaluation purpose), I have come up with some code to see if it will meet our requirement. The code seems to be working fine but I am …...created by scanning some documents, some may have images too...ensure that all converted documents to be of same size and so...

    forum.aspose.com/t/resize-shrink-pdf-content-in...
  10. 加密 PDF 文件|Aspose.PDF for .NET

    本主题解释如何使用 PdfFileSecurity 类加密 PDF 文件。...EncryptPDFFile () { // The path to the documents directory var dataDir = RunExamples...PdfFileSecurity ()) { // Bind PDF document fileSecurity . BindPdf ( dataDir...

    docs.aspose.com/pdf/zh/net/encrypt-pdf-file/