Sort Score
Result 10 results
Languages All
Labels All
Results 1,591 - 1,600 of 10,137 for

page count

(0.17 sec)
  1. Փոխարկել DOC Պատկեր Python

    Փոխարկեք DOC ը Պատկեր ձևաչափի Python կոդով: Պահեք DOC որպես Պատկեր օգտագործելով 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...
  2. Փոխարկել HTML PNG Python

    Փոխարկեք HTML ը PNG ձևաչափի Python կոդով: Պահեք HTML որպես 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. Փոխարկել HTML SVG Python

    Փոխարկեք HTML ը SVG ձևաչափի Python կոդով: Պահեք HTML որպես 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...
  4. Aspose::Words::Framesets::Frameset::get_ChildFr...

    Aspose::Words::Framesets::Frameset::get_ChildFramesets method. Gets the collection of child frames and frames Pages in C++....of child frames and frames pages. System :: SharedPtr < Aspose...Shows how to access frames on-page. // Document contains several...

    reference.aspose.com/words/cpp/aspose.words.fra...
  5. Python 和 .NET 版本差异|Python via .NET 格式的 Aspose.W...

    Aspose.Words for Python via .NET 是 Aspose.Words for .NET 的包装器,本页介绍了这两种产品的功能和 API 的差异。...as_field_section() as_field_section_pages() as_field_data() as_field_embed()...as_field_include_picture() as_field_page() as_field_create_date() as_field_edit_time()...

    docs.aspose.com/words/zh/python-net/python-notes/
  6. Working with Exchange Mailbox and Messages - Re...

    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....strFolderURI ); Listing Messages with Paging Support The following Java...get a list of messages with paging support. // For complete examples...

    docs.aspose.com/email/java/working-with-exchang...
  7. Add Table to PDF using C# | Aspose.PDF

    Adding table in PDF file programmatically with C# sample code using Aspose.PDF for .NET... Access the Page via its index. Create Table...Populate table. Add the table to a page. Save the file. Add Table in...

    products.aspose.com/pdf/net/table/add/
  8. Converting Documents in AWS|Aspose.PDF for .NET

    Learn to deploy and use Aspose.PDF for .NET in AWS environments. Unlock powerful PDF processing in the cloud....(); // Add a page Page page = pdfDocument . Pages . Add (); //...// Add text elements page . Paragraphs . Add ( new TextFragment...

    docs.aspose.com/pdf/net/integration-aws/
  9. FieldNumChars | Aspose.Words for Java

    Implements the NUMCHARS 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...
  10. Problem Reading PDF containing TAB characters -...

    cotiz_anonyme.pdf (2.4 KB) When working with this attached document, if I extract text position in a way similar to your sample code “HighlightCharacterInPDF” for (int charNum = …...Count; charNum++) { CharInfo characterInfo...Aspose.Pdf.Rectangle rect = page.GetPageRect(true); Console....

    forum.aspose.com/t/problem-reading-pdf-containi...