Sort Score
Result 10 results
Languages All
Labels All
Results 3,091 - 3,100 of 181,678 for

page

(0.17 sec)
  1. Aspose::Words::Saving::IResourceSavingCallback ...

    Aspose::Words::Saving::IResourceSavingCallback interface. Implement this interface if you want to control how Aspose.Words saves external resources (images, fonts and css) when saving a document to fixed Page HTML or SVG in C++....when saving a document to fixed page HTML or SVG. class IResourceSavingCallb...an external resource to fixed page HTML or SVG formats. static...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Convert PDF To GIF C#

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

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

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

    products.aspose.com/words/net/conversion/html-t...
  4. Aspose::Words::Settings::ViewOptions class | As...

    Aspose::Words::Settings::ViewOptions class. Provides various options that control how a document is shown in Microsoft Word. To learn more, visit the documentation article in C++....text and the top edge of the page. get_FormsDesign () const Specifies...document to fit the width of the page. // Set the "ZoomType" property...

    reference.aspose.com/words/cpp/aspose.words.set...
  5. TxtSaveOptionsBase | Aspose.Words for Java

    The base class for specifying additional options when saving a document into a text based formats in Java....Allows to specify whether the page breaks should be preserved during...saving the document to a fixed page format. getUpdateLastPrinted()...

    reference.aspose.com/words/java/com.aspose.word...
  6. Convert TEXT To SVG Java

    Convert TEXT to SVG format in Java code. Save TEXT as SVG using Java....for ( int page = 0 ; page < doc.getPageCount(); page++) { saveOptions...PageSet (page)); doc.save(String.format( "Output_%d.svg" , page + 1...

    products.aspose.com/words/java/conversion/text-...
  7. Convert HTML To Image Java

    Convert HTML to Image format in Java code. Save HTML as Image using Java....for ( int page = 0 ; page < doc.getPageCount(); page++) { saveOptions...PageSet (page)); doc.save(String.format( "Output_%d.jpg" , page + 1...

    products.aspose.com/words/java/conversion/html-...
  8. Convert WORD To TIFF Java

    Convert a Word document to TIFF format in Java code. Save a Word document as TIFF using Java....for ( int page = 0 ; page < doc.getPageCount(); page++) { saveOptions...saveOptions.setPageSet( new PageSet (page)); doc.save(String.format( "Output_%d...

    products.aspose.com/words/java/conversion/word-...
  9. 使用 Python for .NET 创建 PDF | Aspose.PDF

    本主題介紹如何使用適用於 Python API 的 Aspose.PDF在 Python 應用程式中輕鬆生成和讀取 PDF 檔。... 使用 Pages.Add() 方法新增頁面。 建立一個新的 TextFragment...Document () # Add page page = document . pages . add () # Add text...

    products.aspose.com/pdf/zh-hant/python-net/create/
  10. C++ Split TXT

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

    products.aspose.com/words/cpp/split/txt/