Sort Score
Result 10 results
Languages All
Labels All
Results 2,091 - 2,100 of 19,420 for

print

(0.26 sec)
  1. Slide Size|Aspose.Slides for PHP 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.... If you plan to print your presentation or display...For example, if you plan to print full-size slides from your presentation...

    docs.aspose.com/slides/php-java/slide-size/
  2. Slide Size|Aspose.Slides 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.... If you plan to print your presentation or display...For example, if you plan to print full-size slides from your presentation...

    docs.aspose.com/slides/java/slide-size/
  3. Working with CFF Fonts | API Solution for C++

    Native C++ APIs for the developers to manipulate and font files. Find out how to work with Compact Font Format in your C++ products....Processors) for high-quality print output. CFF fonts provide efficient...typographic features for professional print and publishing applications...

    docs.aspose.com/font/cpp/working-with-cff-fonts/
  4. FieldMergeSeq Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldMergeSeq class for seamless document merging with the MERGESEQ field. Boost your document automation today!...); // A MERGEREC field will print the row number of the data being...number of successful merges and print the current value on each respective...

    reference.aspose.com/words/net/aspose.words.fie...
  5. FieldPrintDate.UseSakaEraCalendar | Aspose.Word...

    Manage your dates effortlessly with FieldPrintDate's Saka Era Calendar feature. Easily toggle for seamless integration and enhanced user experience....a document is printed by a printer or printed as a PDF (but not...display the print operation's date/time. // If no printing has taken...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Comment.Accept | Aspose.Words for .NET

    Discover the Comment Accept method to enhance visitor engagement and create meaningful interactions on your site. Boost your online community today!... Examples Shows how print the contents of all comments...every top-level comment and prints its comment range, contents...

    reference.aspose.com/words/net/aspose.words/com...
  7. 使用 Python 合并 PDF 文档 | Aspose.PDF

    了解如何通过 .NET 有效地使用 Aspose.PDF for Python 将图像、XML、HTML、EPUB 等合并到单个 PDF 或 DOCX/PPTX 文档中。 了解如何通过 .NET 有效地使用 Aspose.PDF for Python 将图像、XML、HTML、EPUB 等合并到单个 PDF 或 DOCX/PPTX 文档中。...save(path_outfile) print(str(infiles) + " merged into...document.save(path_outfile) print(str(infiles) + " merged into...

    products.aspose.com/pdf/zh-hans/python-net/merger/
  8. XpsSaveOptions.useBookFoldPrintingSettings prop...

    XpsSaveOptions.useBookFoldPrintingSettings property. Gets or sets a boolean value indicating whether the document should be saved using a booklet Printing layout, if it is specified via [PageSetup.multiplePages](../../../aspose.words/pagesetup/multiplePages/)....should be saved using a booklet printing layout, if it is specified...matches MS Word. If book fold printing settings are not specified...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. XpsSaveOptions constructor | Aspose.Words for P...

    aspose.words.saving.XpsSaveOptions constructor... use_book_fold_printing_settings = render_text_as_book_fold...MultiplePagesType . BOOK_FOLD_PRINTING # Once we print this document, we...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Calculate Formulas with C++|Documentation

    This article introduces how to use Aspose.Cells library to calculate formulas in Microsoft Excel with C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to calculate the formula and get the result. Finally, we save the modified Excel file to disk....CalculateFormula ( u "=Sum(A1:A2)" ); // Print the output std :: cout << "Value...srcDir + u "book1.xls" ); // Print the time before formula calculation...

    docs.aspose.com/cells/cpp/calculate-formulas/