Sort Score
Result 10 results
Languages All
Labels All
Results 2,411 - 2,420 of 180,952 for

page

(0.2 sec)
  1. Փոխարկել TEXT GIF C++

    Փոխարկեք TEXT ը GIF ձևաչափի C++ կոդով: Պահեք TEXT որպես GIF օգտագործելով 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/tex...
  2. Გადაიყვანეთ 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/ka/cpp/conversion/htm...
  3. Landscape pages are rendered as portrait pages ...

    Hi, When converting a DOCX with some portrait and landscape Pages to PDF using Aspose.Words, the Pages in the PDF all became portrait. Code: var doc = new Document(@".\test.docx"); doc.Save(@".\out.pd…...Landscape pages are rendered as portrait pages when converting...landscape pages to PDF using Aspose.Words, the pages in the PDF...

    forum.aspose.com/t/landscape-pages-are-rendered...
  4. FieldToa.use_passim property | Aspose.Words for...

    FieldToa.use_passim property. Gets or sets whether to replace five or more different Page references to the same authority with passim, which is used to indicate that a word or passage occurs frequently in the work cited....replace five or more different page references to the same authority...displaying long citations and page numbers for each entry. field_toa...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldTA.PageRangeBookmarkName | Aspose.Words fo...

    Discover the FieldTA PageRangeBookmarkName property, easily manage bookmarks for Page ranges and enhance your document navigation with this powerful feature....range of pages that is inserted as the entry’s page number. public...displaying long citations and page numbers for each entry. FieldToa...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Convert HTML to PDF in .NET|Aspose.PDF for .NET

    This topic shows you how to convert HTML to PDF and MHTML to PDF using Aspose.PDF....(disable) font embedding HTML pages often use fonts (i.e., fonts...all HTML content in a single Page Aspose.PDF for .NET provides...

    docs.aspose.com/pdf/net/convert-html-to-pdf/
  7. Aspose::Words::Settings::CompatibilityOptions c...

    Aspose::Words::Settings::CompatibilityOptions class. Contains compatibility options (that is, the user preferences entered on the Compatibility tab of the Options dialog in Microsoft Word). To learn more, visit the documentation article in C++....Floating Tables To Break Across Pages. get_DoNotExpandShiftRetu ()...Allow Tables to AutoFit Into Page Margins. get_LayoutRawTableWidth...

    reference.aspose.com/words/cpp/aspose.words.set...
  8. Convert PDF To BMP C#

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

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

    Convert DOC to Image format in C# code. Save DOC 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/doc-to...
  10. Convert PDF To JPG C#

    Convert PDF to JPG format in C# code. Save PDF 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/pdf-to...