Sort Score
Result 10 results
Languages All
Labels All
Results 2,341 - 2,350 of 141,003 for

page

(0.06 sec)
  1. Aspose::Words::Settings::ViewOptions::get_ZoomT...

    Aspose::Words::Settings::ViewOptions::get_ZoomType method. Gets or sets a zoom value based on the size of the window in C++....document to fit the width of the page. // Set the "ZoomType" property...document to make the entire first page visible. // Set the "ZoomType"...

    reference.aspose.com/words/cpp/aspose.words.set...
  2. Converting email to pdf - cutting off right sid...

    I’m having difficulty in converting an email to pdf format when it has embedded images. That is, when an email has embedded images and their sizes differ, right side of the larger image is being cut off. Is there any wa…...outside the page because images’ size is greater than page width....increase the page width to fit the image on page. Following code...

    forum.aspose.com/t/converting-email-to-pdf-cutt...
  3. ChapterPageSeparator enumeration | Aspose.Words...

    Aspose.Words.ChapterPageSeparator enumeration. Defines the separator character that appears between the chapter and Page number....appears between the chapter and page number. Members Name Description...Examples Shows how to work with page chapters. let doc = new aw ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 从PDF中提取表格数据|Aspose.PDF for Java

    学习如何使用Aspose.PDF for Java从PDF中提取表格数据... Page page : pdfDocument . getPages ())...()) { absorber . visit ( page ); for ( com . aspose . pdf . AbsorbedTable...

    docs.aspose.com/pdf/zh/java/extract-data-from-t...
  5. PDF to PNG Converter using Python | Aspose.PDF

    Sample code on Python for PDF to PNG conversion. Use example code for batch PDF to PNG conversion with Python and .NET...formats, see the Documentation pages. Also, you can check the other...will be used to process each page of the PDF document and save...

    products.aspose.com/pdf/python-net/conversion/p...
  6. Python Split HTML

    Split HTML files into e Pages using Python code. Save HTML as separate files using Python....integrate the extracted HTML pages with other data and, as a result...HTML into parts and extract pages according to the specified mode...

    products.aspose.com/words/python-net/split/html/
  7. Convert HTML To JPG C#

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

    products.aspose.com/words/net/conversion/html-t...
  8. Convert HTML To SVG C++

    Convert HTML to SVG format in C++ code. Save HTML as SVG using C++....for ( int page = 0 ; page < doc-> get_PageCount (); page++) { saveOptions->...set_PageSet ( MakeObject <PageSet>(page)); doc-> Save (String:: Format...

    products.aspose.com/words/cpp/conversion/html-t...
  9. Convert PDF To Image C#

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

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

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

    products.aspose.com/words/net/conversion/html-t...