Sort Score
Result 10 results
Languages All
Labels All
Results 7,741 - 7,750 of 189,465 for

page

(0.22 sec)
  1. Hello World in Python|Aspose.Words for Java

    Write 'hello' to the Word Document using Python.... Please refresh the page and try again....

    docs.aspose.com/words/java/hello-world-in-python/
  2. PDF-UA Compliance Test - Errors List|Aspose.PDF...

    This article shows a list of the errors that can arise during PDF/UA compliance testing using the Aspose.PDF API and C# or VB....‘StructParents’ key missing in page 7.1:9.2(14.7) Error ‘StructParent’...‘[ELEMENT_NAME]’ element on a single page with no bounding box 7.3:2 Error...

    docs.aspose.com/pdf/net/pdf-ua-compliance-test-...
  3. 许可| Aspose.Page 提供 .NET

    C#.NET库供开发人员处理PS,EPS和XPS文件。了解如何评估Aspose.Page for .NET的页面API解决方案。...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/zh/net/licensing/
  4. BorderCollection.lineStyle property | Aspose.Wo...

    BorderCollection.lineStyle property. Gets or sets the border style....Shows how to create green wavy page border with a shadow. let doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. PDF to PDF with Aspose Words (Aspose TotalNet) ...

    Hello Aspose team, When trying one of your website to process PDF → PDF (Convert PDF To PDF Online) Result is completely different compare when trying to use the code to do this. Maybe you have some working snippet…...Words → PDF conversion page ( https://products.aspose.a...missing images, font substitution, page layout changes). Confirmation...

    forum.aspose.com/t/pdf-to-pdf-with-aspose-words...
  6. Table.preferred_width property | Aspose.Words f...

    Table.preferred_width property. Gets or sets the table preferred width....fit to 50% of the width of the page. doc = aw . Document () builder...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Working with Background in ODS Files with JavaS...

    Learn how to manage backgrounds in ODS files using Aspose.Cells for JavaScript via C++....Access ODS page background from the worksheet's page setup const...value = 12 ; // Configure ODS page background (converted getters/setters...

    docs.aspose.com/cells/javascript-cpp/working-wi...
  8. Convert PPTX to XLTM using Python or with free ...

    PPTX to XLTM conversion in your Python applications without using Microsoft Office or online. Test free PPTX to XLTM online converter quickly before integrating the code....as setting the page orientation, setting the page size, setting...setting the page margins, setting the page background color, and more...

    products.aspose.com/total/python-net/conversion...
  9. Convert PDF To XPS C#

    Convert PDF to XPS format in C# code. Save PDF as XPS using C#....xps); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.xps", saveOptions);...

    products.aspose.com/words/net/conversion/pdf-to...
  10. Convert PDF To DOC C#

    Convert PDF to DOC format in C# code. Save PDF as DOC using C#....doc); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.doc", saveOptions);...

    products.aspose.com/words/net/conversion/pdf-to...