Sort Score
Result 10 results
Languages All
Labels All
Results 5,991 - 6,000 of 192,014 for

page

(1.75 sec)
  1. Converting Worksheet to Image using ImageOrPrin...

    Learn how to convert a worksheet to an image file and apply various image and print options using Aspose.Cells for Node.js via C++....compression, image format, and page quality. Saving Worksheets to...into your applications or web pages. You might need to insert the...

    docs.aspose.com/cells/nodejs-cpp/converting-wor...
  2. 使用 Python 向 PDF 添加页脚 | Aspose.PDF

    使用 Aspose.PDF for Python for .NET,使用 Python 示例代码,以编程方式向 PDF 添加页脚。... Top = 20 for page in document . pages : page . footer = footer...

    products.aspose.com/pdf/zh-hans/python-net/footer/
  3. 以编程方式保存 Visio 文档|Documentation

    本页介绍如何将 Visio 文档保存到文件,使用 Aspose.Diagram 库进行流式传输。...Defines whether need enlarge page to fit drawing content or not...// Discard saving background pages of the Visio diagram options...

    docs.aspose.com/diagram/zh/net/save-visio-docum...
  4. Aspose::Words::Saving::PageSavingArgs::get_Page...

    Aspose::Words::Saving::PageSavingArgs::get_PageFileName method. Gets the file name where the document Page will be saved to in C++....file name where the document page will be saved to. System ::...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. Aspose::Words::Layout::LayoutEnumerator::get_Pa...

    Aspose::Words::Layout::LayoutEnumerator::get_PageIndex method. Gets the 1-based index of a Page which contains the current entity in C++....Gets the 1-based index of a page which contains the current entity...

    reference.aspose.com/words/cpp/aspose.words.lay...
  6. Several HTML Into SVG Javascript

    Merge multiple HTML into SVG in JavaScript code. Save HTML as SVG using JavaScript....for ( var page = 0 ; page < output.pageCount; page++) { var extractedPage...extractPages(page, 1 ); extractedPage.save(`Output_${page + 1 }.svg`);...

    products.aspose.com/words/nodejs-net/merge/html...
  7. Several TEXT Into GIF Javascript

    Merge multiple TEXT into GIF in JavaScript code. Save TEXT as GIF using JavaScript....for ( var page = 0 ; page < output.pageCount; page++) { var extractedPage...extractPages(page, 1 ); extractedPage.save(`Output_${page + 1 }.gif`);...

    products.aspose.com/words/nodejs-net/merge/text...
  8. Aspose::Words::Story::AppendParagraph method | ...

    Aspose::Words::Story::AppendParagraph method. A shortcut method that creates a Paragraph object with optional text and appends it to the end of this object in C++....will appear at the top of every page of this section, above the main...appear at the bottom of every page of this section, below the main...

    reference.aspose.com/words/cpp/aspose.words/sto...
  9. 使用页面旋转|Aspose.PDF for .NET

    本节解释如何使用 PdfPageEditor 类处理页面旋转。...pdf" ); // Specify the page rotation dictionary editor ..."sample.pdf" ); // Specify the pages to rotate and the rotation angle...

    docs.aspose.com/pdf/zh/net/working-with-page-ro...
  10. Convert HTML To Markdown Java

    Convert HTML to Markdown format in Java code. Save HTML as Markdown using Java....the easy steps to turn a HTML page into MD format. Read your HTML...for (int page = 0; page < doc.getPageCount(); page++) { saveOptions...

    products.aspose.com/words/java/conversion/html-...