Sort Score
Result 10 results
Languages All
Labels All
Results 1,181 - 1,190 of 8,221 for

page count

(0.05 sec)
  1. Փոխարկել PDF SVG Python

    Փոխարկեք PDF ը SVG ձևաչափի Python կոդով: Պահեք PDF որպես SVG օգտագործելով Python:...SVG) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .svg" , save_options)...

    products.aspose.com/words/hy/python-net/convers...
  2. Փոխարկել WORD PNG Python

    Փոխարկեք WORD ը PNG ձևաչափի Python կոդով: Պահեք WORD որպես PNG օգտագործելով Python:...PNG) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .png" , save_options)...

    products.aspose.com/words/hy/python-net/convers...
  3. Փոխարկել PDF Պատկեր Python

    Փոխարկեք PDF ը Պատկեր ձևաչափի Python կոդով: Պահեք PDF որպես Պատկեր օգտագործելով Python:...JPG) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .jpg" , save_options)...

    products.aspose.com/words/hy/python-net/convers...
  4. TEX to PNG Converter using Python | Aspose.PDF

    Sample code on Python for TEX to PNG conversion. Use example code for batch TEX to PNG conversion with Python and .NET...formats, see the Documentation pages. Also, you can check the other...a filename that includes the page number (e.g. _out.png). Initialize...

    products.aspose.com/pdf/python-net/conversion/t...
  5. FieldNumWords | Aspose.Words for Java

    Implements the NUMWORDS field in Java....NUMCHARS, NUMWORDS, NUMPAGES and PAGE fields to track the size of...// 1 - Track the character count with a NUMCHARS field: FieldNumChars...

    reference.aspose.com/words/java/com.aspose.word...
  6. Aspose.Cells 8.3.2中的公共API更改|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....move(int count, bool isSameParent)方法可用于根据计...setPositionInSamePar 属性和 PivotItem.move(int count, bool isSameParent) 方法之前,必须调用PivotTable...

    docs.aspose.com/cells/zh/java/public-api-change...
  7. InlineStory Class | Aspose.Words for .NET

    Discover Aspose.Words.InlineStory class, the essential base for inline nodes, enabling seamless integration of paragraphs and tables in your documents....Properties Name Description Count { get; } Gets the number of...body text at the bottom of the page. // This entry will contain...

    reference.aspose.com/words/net/aspose.words/inl...
  8. 使用运算符与C++协作|Aspose.PDF for C++

    本主题解释如何在C++中使用Aspose.PDF的运算符。运算符类为PDF操作提供了强大的功能。...获取需要添加图像的页面 auto page = document -> get_Pages () -> idx_get (...jpg" ); // 将图像添加到页面资源的Images集合中 page -> get_Resources () -> get_Images...

    docs.aspose.com/pdf/zh/cpp/operators/
  9. Aspose::Words::Document::get_Frameset method | ...

    Aspose::Words::Document::get_Frameset method. Returns a Frameset instance if this document represents a frames Page in C++....document represents a frames page. System :: SharedPtr < Aspose...Shows how to access frames on-page. // Document contains several...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. 将PDF转换为图像格式|Aspose.PDF for PHP via Java

    本主题向您展示如何使用Aspose.PDF将PDF转换为各种图像格式。通过几行代码将PDF页面转换为PNG、JPEG、BMP图像。...获取文档中的页面集合 $pages = $document -> getPages (); // 获取文档中的总页数 $count = $pages...$pages -> size (); // 设置 PNG 图像的分辨率 $resolution = new devices_Resolution...

    docs.aspose.com/pdf/zh/php-java/convert-pdf-to-...