Sort Score
Result 10 results
Languages All
Labels All
Results 4,861 - 4,870 of 187,690 for

page

(0.09 sec)
  1. Manage Shape Options with C++|Documentation

    Manage shape options in Microsoft Excel files using Aspose.Cells with C++.... Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/cpp/managing-shape-options/
  2. VbaModule.source_code property | Aspose.Words f...

    VbaModule.source_code property. Gets or sets VBA project module source code....signed; Project code page: { vba_project . code_page } ; Modules count:...signed; Project code page: { vba_project . code_page } ; Modules count:...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Convert OneNote to Html | Aspose.Note Documenta...

    A comprehensive guide on converting your OneNote files to HTML format for better organization and accessibility....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/note/net/convert-onenote-to-html/
  4. Convert SVG to XPS | Aspose.HTML for .NET

    Convert SVG to XPS using Aspose.HTML for .NET. Consider various SVG to XPS conversion scenarios in C# examples. Try online SVG Converter....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/html/net/convert-svg-to-xps/
  5. 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/)....settings are not specified in page setup, this option will have..."MultiplePages" // properties of the page setup objects of all sections...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Total for Java, aspose-cells 25.9, the result ....

    Total for Java, aspose-cells 25.9, the result .pdf lacks a “logical table” in source .xlsx The file is very weird to me. I’ll attach bot the source and the target file (of the conversion)....from template file in MS Excel(Page Layout → Print Area ->Clear...<File Version="1.7" Name="" Pages="3"> <Security/> <Catalog/>...

    forum.aspose.com/t/total-for-java-aspose-cells-...
  7. Converting a PDF file to PNG using Rust | Aspos...

    Code Examples on Rust for PDF‑to‑PNG Conversion on All Platforms...converting Convert a PDF Page to PNG using page_to_png function Close...save the specified page as Png-image pdf . page_to_png ( 1 , 100...

    products.aspose.com/pdf/rust-cpp/conversion/pdf...
  8. Converting a PDF file to SVG using Rust | Aspos...

    Code Examples on Rust for PDF‑to‑SVG Conversion on All Platforms...converting Convert a PDF Page to Svg using page_to_svg function Close...save the specified page as Svg-image pdf . page_to_svg ( 1 , "sample_page1...

    products.aspose.com/pdf/rust-cpp/conversion/pdf...
  9. Converting a PDF file to GRAYSCALE using Rust |...

    Code Examples on Rust for PDF‑to‑GRAYSCALE Conversion on All Platforms...converting Convert a PDF Page to Grayscale using page_grayscale function...; // Convert page to black and white pdf . page_grayscale ( 1...

    products.aspose.com/pdf/rust-cpp/conversion/pdf...
  10. 使用 C# 从 PDF 中提取表格 | Aspose.PDF

    使用 Aspose.PDF for .NET,使用 C# 示例代码,以编程方式从 PDF 文件中提取表格...); foreach ( var page in pdfDocument . Pages ) { var absorber...TableAbsorber (); absorber . Visit ( page ); foreach ( var table in absorber...

    products.aspose.com/pdf/zh-hans/net/table/extract/