Sort Score
Result 10 results
Languages All
Labels All
Results 6,471 - 6,480 of 183,960 for

aspose page

(0.26 sec)
  1. Remove Unused Styles in the Workbook with C++|D...

    Remove unused styles in an Excel workbook using Aspose.Cells with C++.... Aspose.Cells provides the Workbook...<iostream> #include "Aspose.Cells.h" using namespace Aspose :: Cells ;...

    docs.aspose.com/cells/cpp/remove-unused-styles-...
  2. Generating the template|Documentation

    How to render a printable form image and generate a recognition pattern file for Aspose.OMR for C++ engine....that apply to all template pages, as well as specify paths to...char * images [ 1 ] = { u "aspose-logo.png" }; System :: SharedPtr...

    docs.aspose.com/omr/cpp/generate-template/
  3. Evaluate Aspose.BarCode|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....Evaluate Aspose.BarCode Contents [ Hide ] You can download an...version of Aspose.BarCode for SharePoint from the download page . The...

    docs.aspose.com/barcode/sharepoint/evaluate-asp...
  4. Formatting Slicer with C++|Documentation

    Format slicers in Microsoft Excel using Aspose.Cells with C++.... Aspose.Cells also allows you to do...<iostream> #include "Aspose.Cells.h" using namespace Aspose :: Cells ;...

    docs.aspose.com/cells/cpp/formatting-slicer/
  5. HTML to PDF conversion runaway memory usage - F...

    Using the latest version (25.4) of Aspose.HTML for .NET, some HTML documents that we convert will go into a runaway memory usage. We have isolated the code to a console app and still see the same issue with all available…...conversion runaway memory usage Aspose.HTML Product Family html-to-pdf...the latest version (25.4) of Aspose.HTML for .NET, some HTML documents...

    forum.aspose.com/t/html-to-pdf-conversion-runaw...
  6. Convert Excel to HTML with tooltip using C++|Do...

    Convert Excel to HTML while adding tooltips with Aspose.Cells using C++.... Aspose.Cells supports this by providing...<iostream> #include "Aspose.Cells.h" #include "Aspose.Cells/HtmlSaveOptions...

    docs.aspose.com/cells/cpp/convert-excel-to-html...
  7. Export Comments while Saving Excel files to HTM...

    Learn how to export comments while saving Excel files to HTML using Aspose.Cells with C++.... However, Aspose.Cells provides this feature...<iostream> #include "Aspose.Cells.h" using namespace Aspose :: Cells ;...

    docs.aspose.com/cells/cpp/export-comments-while...
  8. What is XPS an file? | Knowledge Base

    XPS as one of the PDLs languages is explained in this article. Along with it this Page briefly answers the question "what is an XPS document?"...Products Aspose.Total Product Family Aspose.Words Product Solution...Solution Aspose.PDF Product Solution Aspose.Cells Product Solution...

    docs.aspose.com/page/net/what-is-xps-file/
  9. Several DOC Into JPG C++

    Merge multiple DOC into JPG in C++ code. Save DOC as JPG using C++....package Aspose.Words.Cpp Copy using namespace Aspose::Words;...( int page = 0 ; page < output-> get_PageCount (); page++) { auto...

    products.aspose.com/words/cpp/merge/doc-to-jpg/
  10. Several WORD Into Image C++

    Merge multiple a Word document into Image in C++ code. Save a Word document as Image using C++....package Aspose.Words.Cpp Copy using namespace Aspose::Words;...( int page = 0 ; page < output-> get_PageCount (); page++) { auto...

    products.aspose.com/words/cpp/merge/word-to-image/