Sort Score
Result 10 results
Languages All
Labels All
Results 2,011 - 2,020 of 22,468 for

print

(0.11 sec)
  1. HTML to PDF: ignoring page breaks - Free Suppor...

    Hello, If I open file “Page Break Test.html” in Google Chrome I shared for you in this ticket, I can see page breacks. As result, I can see 3 different pages in Chrome. But, if I try use Aspose.Words to convert this fi…...Just click “Ctrl+P” to see print preview. I attached the screenshot...give the same result as the print option in the browser....

    forum.aspose.com/t/html-to-pdf-ignoring-page-br...
  2. Actions disappeared after saving - Free Support...

    Hello, i have a shape with an action. But after saving the diagram to a vsdx file the action is disappeared. Please use this code to reproduce it. Am I doing something wrong, or is it a bug? Diagram diagram = new Diag…... You can print out the actions to verify their...shape = firstPage.Shapes[0]; // Print existing actions foreach (Aspose...

    forum.aspose.com/t/actions-disappeared-after-sa...
  3. 使用Node.js通过C++在饼图或饼状图中的第二个饼或柱子中查找数据点|Documentation

    学习如何使用Aspose.Cells for Node.js via C++查找数据点是否在饼图或饼状图的第二个饼或柱子中。本指南将演示如何识别和访问复合图表中的次级饼或柱,以便有效分析和操作数据。... get ( 0 ); /* * Print the data points of the chart...=== null ) continue ; /* * Print the chart point value and see...

    docs.aspose.com/cells/zh/nodejs-cpp/find-if-dat...
  4. Calculating Percentages in PHP | Aspose.Tasks D...

    This guide covers how to calculate percentages using Aspose.Tasks for PHP. It includes steps for parsing project files and performing percentage calculations....$resource_assignments -> get ( $i ); 14 15 print "Percentage of the Completed...PERCENT_WORK_COMPLETE ); 16 17 print " \n ---------- ; 18 19 $i +=...

    docs.aspose.com/tasks/java/calculating-percenta...
  5. Licensing|Aspose.Slides for Python Documentation

    Aspose.Slides for Python via Java provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation using Licensing and Subscription policies....getConsumptionQuanti () # Display information print ( "Amount Consumed Before: \"...the page count of document print ( "Amount Consumed After: \"...

    docs.aspose.com/slides/python-java/licensing/
  6. Export Range of Cells in a Worksheet to Image|D...

    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....an image of a range, set the print area to the desired range and...

    docs.aspose.com/cells/python-net/export-range-o...
  7. Protect and Unprotect with C++|Documentation

    This snippet introduces how to encrypt and decrypt excel files, protect and unprotect the data in excel files using C++ codes....a Single Workbook with C++ Print and Preview Workbook with C++...

    docs.aspose.com/cells/cpp/protect-and-unprotect/
  8. Aspose::Words::Settings::MailMergeDestination e...

    Aspose::Words::Settings::MailMergeDestination enum. Specifies the possible results which may be generated when a mail merge is carried out on a document in C++....hosting applications shall print the documents that result from...

    reference.aspose.com/words/cpp/aspose.words.set...
  9. PDF Text Annotation|Aspose.PDF for C++

    Aspose.PDF for C++ allows you to Add, Get, and Delete Text Annotation from your PDF document....annotationSelector -> get_Selected (); // print results for ( auto fa : textAnnotations...annotationSelector -> get_Selected (); // print results for ( auto fa : freeTextAnnotations...

    docs.aspose.com/pdf/cpp/text-annotation/
  10. 将 PDF 文件拆分为单独页面的 Python 实现|Aspose.PDF for Java

    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....pdf" ) pdf_page += 1 print "拆分过程成功完成!" ; 下载运行代码 从以下任一社交编码网站下载...

    docs.aspose.com/pdf/zh/java/split-pdf-file-into...