Sort Score
Result 10 results
Languages All
Labels All
Results 4,581 - 4,590 of 181,674 for

page

(0.22 sec)
  1. Create a Bulleted List or Numbered List in OneN...

    Learn how to create bulleted list or numbered list in OneNote using C#. Explore Aspose.Note for .NET for seamless integration and advanced features.... Initialize the Page and Outline class objects. Initialize...Similarly, add Outline to the Page and then Page to the Document Save...

    blog.aspose.com/note/create-bulleted-or-numbere...
  2. Merge EPS files to PDF using Python

    Merger EPS functionality of Aspose.Page API solution for Python allows you to combine several EPS files into a single PDF document....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/python-net/merge/eps/
  3. While using concate in Aspose.Pdf.Facades forma...

    0000800070_Service_Create_V15 (2) (1).pdf (2.1 MB) here is a file. when we concate this file with another text its formating is tting changed. File after concatination.pdf (1.7 MB)..., page‑range selection, preserving...with PdfFileEditor . Changed page size or margins One PDF has...

    forum.aspose.com/t/while-using-concate-in-aspos...
  4. Draw shapes in PS files | API for C++

    C++ API Solution PS, XPS and EPS files. Learn how to draw geometrical shapes in a PS file with the attached C++ code snippet....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/page/cpp/add-shapes-to-ps/
  5. FieldSection class | Aspose.Words for Python

    aspose.words.fields.FieldSection class. Implements the SECTION field...SECTIONPAGES fields to number pages by sections. doc = aw . Document...get_field_code ()) # A PAGE field displays the number of the page it is in...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Convert TEXT To JPG Python

    Convert TEXT to JPG format in Python code. Save TEXT 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 HTML To Image Python

    Convert HTML to Image format in Python code. Save HTML as Image 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...
  8. Convert PDF To Image Python

    Convert PDF to Image format in Python code. Save PDF as Image 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...
  9. Add PDF Form Fields|Aspose.PDF for .NET

    This topic explains how to work with Form Fields with Aspose.PDF Facades using FormEditor Class....named "Country" to the first page of the PDF // Specify the coordinates... the name of our field, the page number to which we want to add...

    docs.aspose.com/pdf/net/add-form-fields/
  10. Convert PDF To SVG Python

    Convert PDF to SVG format in Python code. Save PDF 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...