Sort Score
Result 10 results
Languages All
Labels All
Results 2,421 - 2,430 of 181,632 for

page

(0.2 sec)
  1. Remove Pages from PDF using Aspose.PDF CLI | As...

    Remove Pages from PDF file programmatically with CLI sample code using Aspose.PDF for Aspose.PDF CLI...How to Delete pages from PDF using CLI Remove pages from PDF using...information, you may need to delete pages or sections containing confidential...

    products.aspose.com/pdf/cpp-cli/pages/remove/
  2. Draw Lines on PDF using Python

    This article explains how to draw lines on PDF using Python. It has the details to set the IDE for the development, a list of steps, and sample code to add lines to PDF using Python....Page Product Family Aspose.PSD Product...add lines Add a page to the PDF file if no page is available or...

    kb.aspose.com/pdf/python/draw-lines-on-pdf-usin...
  3. Aspose::Words::Drawing::ShapeBase::get_WrapType...

    Aspose::Words::Drawing::ShapeBase::get_WrapType method. Defines whether the shape is inline or floating. For floating shapes defines the wrapping mode for text around the shape in C++....floating image to the center of a page. auto doc = System :: MakeObject...overlapping text and align it to the page's center. System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Փոխարկել DOC PNG C++

    Փոխարկեք DOC ը PNG ձևաչափի C++ կոդով: Պահեք DOC որպես PNG օգտագործելով C++:...for ( int page = 0 ; page < doc-> get_PageCount (); page++) { saveOptions->...set_PageSet ( MakeObject <PageSet>(page)); doc-> Save (String:: Format...

    products.aspose.com/words/hy/cpp/conversion/doc...
  5. Փոխարկել HTML PNG C++

    Փոխարկեք HTML ը PNG ձևաչափի C++ կոդով: Պահեք HTML որպես PNG օգտագործելով C++:...for ( int page = 0 ; page < doc-> get_PageCount (); page++) { saveOptions->...set_PageSet ( MakeObject <PageSet>(page)); doc-> Save (String:: Format...

    products.aspose.com/words/hy/cpp/conversion/htm...
  6. Փոխարկել WORD TIFF C#

    Փոխարկեք WORD ը TIFF ձևաչափի C# կոդով: Պահեք WORD որպես TIFF օգտագործելով C#:...Tiff); for ( int page = 0 ; page < doc.PageCount; page++) { saveOptions...= new PageSet(page); doc.Save( $"Output_ {page + 1 } .tiff" ...

    products.aspose.com/words/hy/net/conversion/wor...
  7. Փոխարկել DOC PNG C#

    Փոխարկեք DOC ը PNG ձևաչափի C# կոդով: Պահեք DOC որպես PNG օգտագործելով C#:...Png); for ( int page = 0 ; page < doc.PageCount; page++) { saveOptions...= new PageSet(page); doc.Save( $"Output_ {page + 1 } .png" ,...

    products.aspose.com/words/hy/net/conversion/doc...
  8. Փոխարկել HTML JPG C++

    Փոխարկեք HTML ը JPG ձևաչափի C++ կոդով: Պահեք HTML որպես JPG օգտագործելով C++:...for ( int page = 0 ; page < doc-> get_PageCount (); page++) { saveOptions->...set_PageSet ( MakeObject <PageSet>(page)); doc-> Save (String:: Format...

    products.aspose.com/words/hy/cpp/conversion/htm...
  9. How to Convert PUB to JPG in C#

    This brief tutorial explains how to convert PUB to JPG in C#. It describes setting up the environment, then algorithm and finally a code snippet is presented to cover all the details related to the process to convert Publisher to JPG in C#....Page Product Family Aspose.PSD Product...file to process each page Iterate each page of the PDF document...

    kb.aspose.com/pub/net/how-to-convert-pub-to-jpg...
  10. How to Insert Word Header and Footer using C#

    In this tutorial you will learn how to insert Word header and footer using C# without interop. This tutorial can be used to add header and footer in Word using C# and insert some text into them....Page Product Family Aspose.PSD Product...differently for first, even and odd pages. The C# code example in this...

    kb.aspose.com/words/net/how-to-insert-header-an...