Sort Score
Result 10 results
Languages All
Labels All
Results 7,841 - 7,850 of 187,790 for

page

(0.21 sec)
  1. PdfSaveOptions.PageLayout | Aspose.Words for .NET

    Discover the PdfSaveOptions PageLayout property to customize your PDF’s layout for optimal viewing in any reader. Enhance your document's presentation!...PageLayout property Specifies the page layout to be used when the document...Examples Shows how to display pages when opened in a PDF reader...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Table Formatting in Node.js|Aspose.Words for No...

    Table formatting in details using Node.js. Use Python to format every part of table.... For example, changing the page margins or the preferred table...of the available space on the page. In this case, this means the...

    docs.aspose.com/words/nodejs-net/applying-forma...
  3. 合并图像|Aspose.PDF for Java

    本节解释如何合并图像,并可以保存为Tiff格式。...Document (); Page page = document . getPages (). add (); page . addImage...

    docs.aspose.com/pdf/zh/java/merge-images/
  4. Upload archive to ASP.NET web application in C#...

    Provides example of how to use c# zip library for archive decompression and image processing for ASP.NET web application....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/zip/net/upload-archive-asp-net/
  5. RelativeVerticalSize Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.RelativeVerticalSize enum, which defines vertical height calculations for shapes and text frames, enhancing document layout precision.... Page 1 Specifies that the height...calculated relatively to the page height. TopMargin 2 Specifies...

    reference.aspose.com/words/net/aspose.words.dra...
  6. RelativeHorizontalSize Enum | Aspose.Words for ...

    Discover Aspose.Words.Drawing.RelativeHorizontalSize enum for precise control over shape and text frame widths in your documents. Enhance your formatting today!... Page 1 Specifies that the width is...calculated relatively to the page width. LeftMargin 2 Specifies...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Several TEXT Into GIF C#

    Merge multiple TEXT into GIF in C# code. Save TEXT as GIF using C#....for ( int page = 0 ; page < output.PageCount; page++) { Document...ExtractPages(page, 1 ); extractedPage.Save( $"Output_ {page + 1 } ...

    products.aspose.com/words/net/merge/text-to-gif/
  8. Several WORD Into JPG C#

    Merge multiple a Word document into JPG in C# code. Save a Word document as JPG using C#....for ( int page = 0 ; page < output.PageCount; page++) { Document...ExtractPages(page, 1 ); extractedPage.Save( $"Output_ {page + 1 } ...

    products.aspose.com/words/net/merge/word-to-jpg/
  9. Convert Image To HTML C++

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

    products.aspose.com/words/cpp/conversion/image-...
  10. Convert Image To TXT C#

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

    products.aspose.com/words/net/conversion/image-...