Sort Score
Result 10 results
Languages All
Labels All
Results 7,021 - 7,030 of 187,982 for

page

(0.58 sec)
  1. 使用保护|Documentation

    本节介绍如何在 diagram 和 Aspose.Diagram 中设置保护。...); // Get page by name Page page = diagram . Pages . GetPage...Get shape by ID Shape shape = page . Shapes . GetShape ( 1 ); //...

    docs.aspose.com/diagram/zh/net/working-with-pro...
  2. Aspose::Words::Vba::VbaProject::get_Name method...

    Aspose::Words::Vba::VbaProject::get_Name method. Gets or sets VBA project name in C++....name: {0} signed; Project code page: {1}; Modules count: {2} \n...{0} not signed; Project code page: {1}; Modules count: {2} \n...

    reference.aspose.com/words/cpp/aspose.words.vba...
  3. Convert PDF to QR Code using Java

    Follow this article to convert PDF to QR Code using Java. It has the details to set the IDE, a list of steps, and a sample code for transformation of PDF to Barcode using Java....Page Product Family Aspose.PSD Product...QR code Iterate through each page and access the collection of...

    kb.aspose.com/total/java/convert-pdf-to-qr-code...
  4. Converting Worksheet to Image using ImageOrPrin...

    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....compression, image format and page quality. Saving Worksheets to...in your applications or web pages. You might need to insert the...

    docs.aspose.com/cells/python-net/converting-wor...
  5. SplitOptions.split_criteria property | Aspose.W...

    SplitOptions.split_criteria property. Specifies the criteria for splitting the document into parts....Shows how to split document by pages. doc = MY_DIR + 'Big document.... lowcode . SplitCriteria . PAGE aw . lowcode . Splitter . split...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose - excel to pdf, excel to image, excel to...

    Package used: pip install aspose-cells-python Sample Excel file used for below conversions - Sample_Excel.zip (9.9 KB) Image conversion code – from aspose.cells import Workbook workbook = Workbook(“Sample_Excel.xls…...PdfSaveOptions to adjust the page size and scaling to ensure the...set_image_format("png") image_options.set_one_page_per_sheet(True) # Ensures each...

    forum.aspose.com/t/aspose-excel-to-pdf-excel-to...
  7. 以编程方式保存 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/java/save-visio-docu...
  8. Several HTML Into JPG C++

    Merge multiple HTML into JPG in C++ code. Save HTML as JPG using C++....( int page = 0 ; page < output-> get_PageCount (); page++) { auto...extractedPage = output-> ExtractPages (page, 1 ); extractedPage-> Save (String::...

    products.aspose.com/words/cpp/merge/html-to-jpg/
  9. Several WORD Into JPG C++

    Merge multiple a Word document into JPG in C++ code. Save a Word document as JPG using C++....( int page = 0 ; page < output-> get_PageCount (); page++) { auto...extractedPage = output-> ExtractPages (page, 1 ); extractedPage-> Save (String::...

    products.aspose.com/words/cpp/merge/word-to-jpg/
  10. Several TEXT Into GIF C++

    Merge multiple TEXT into GIF in C++ code. Save TEXT as GIF using C++....( int page = 0 ; page < output-> get_PageCount (); page++) { auto...extractedPage = output-> ExtractPages (page, 1 ); extractedPage-> Save (String::...

    products.aspose.com/words/cpp/merge/text-to-gif/