Sort Score
Result 10 results
Languages All
Labels All
Results 2,821 - 2,830 of 140,988 for

page

(0.05 sec)
  1. 在 .NET 中将 PDF 转换为 PowerPoint|Aspose.PDF for .NET

    Aspose.PDF 允许您使用 .NET 将 PDF 转换为 PPT(PowerPoint)格式。 一种方法是将 PDF 转换为 PPTX,并将幻灯片作为图像。...: // Display progress of the page layout creation Console . WriteLine...$"{DateTime.Now.TimeOfDay} - Result page {eventInfo.Value} of {eventInfo...

    docs.aspose.com/pdf/zh/net/convert-pdf-to-power...
  2. HTML to PNG Converter using Python | Aspose.PDF

    Sample code on Python for HTML to PNG conversion. Use example code for batch HTML to PNG conversion with Python and .NET...formats, see the Documentation pages. Also, you can check the other...images from PDF pages. Loop through each page of the loaded document...

    products.aspose.com/pdf/python-net/conversion/h...
  3. XamlFixedSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.XAML_FIXED format in Java....Allows to control how separate pages are saved when a document is...exported to fixed page format. getPageSet() Gets the pages to render...

    reference.aspose.com/words/java/com.aspose.word...
  4. Convert TEXT To SVG Python

    Convert TEXT to SVG format in Python code. Save TEXT as SVG using 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/python-net/conversion...
  5. Convert DOC To PNG Python

    Convert DOC to PNG format in Python code. Save DOC as PNG using 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/python-net/conversion...
  6. Convert WORD To JPG Python

    Convert a Word document to JPG format in Python code. Save a Word document as JPG using 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/python-net/conversion...
  7. Convert TEXT To PNG Python

    Convert TEXT to PNG format in Python code. Save TEXT as PNG using 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/python-net/conversion...
  8. Add Comments to Visio Drawings using Python

    This brief article guides to add comments to Visio drawings using Python. You can follow this code and steps to insert comments to Visio drawings using Python....Page Product Family Aspose.PSD Product...diagram Insert a comment to any page of the Visio file with the add_comment()...

    kb.aspose.com/diagram/python/add-comments-to-vi...
  9. BuiltInDocumentProperties.linksUpToDate propert...

    BuiltInDocumentProperties.linksUpToDate property. Indicates whether hyperlinks in a document are up-to-date....document statistics such as word/page/character counts as metadata...Statistics // Page count: The PageCount property shows the page count...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. How to Convert PUB to JPG in Java

    This basic tutorial covers how to convert PUB to JPG in Java. It explains all basic details like environment setup, step-wise process, and a sample code to demonstrate the feature to convert Publisher to JPG in Java....Page Product Family Aspose.PSD Product...size for each page of the PDF file Set the page size and image...

    kb.aspose.com/pub/java/how-to-convert-pub-to-jp...