Sort Score
Result 10 results
Languages All
Labels All
Results 7,341 - 7,350 of 186,578 for

page

(0.12 sec)
  1. Table Formatting in Java|Aspose.Words for Java

    Table formatting in details. Using Java 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/java/applying-formatting/
  2. Categories

    Find Answers by API Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cells Pr......Page Product Family Aspose.PSD Product...to SVG using C# How to Change Page Size of PDF using C# How to...

    kb.aspose.com/categories/page/55/
  3. 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/
  4. Convert pdf to image Chinese garbled - Free Sup...

    Convert pdf to jpeg, Chinese garbled,other normal. image.png (51.7 KB) code: file_name_without_ext = Path(file_name).stem document = ap.Document(str(file_path)) resolution = ap.devices.Resolution(200) …...JpegDevice(resolution) page_count = 1 dmc_preview_urls =...dmc_password) while page_count <= max_pages and page_count <= len(document...

    forum.aspose.com/t/convert-pdf-to-image-chinese...
  5. Aspose::Words::Saving::XpsSaveOptions::get_UseB...

    Aspose::Words::Saving::XpsSaveOptions::get_UseBookFoldPrintingSettings method. Gets or sets a boolean value indicating whether the document should be saved using a booklet printing layout, if it is specified via MultiplePages in C++....settings are not specified in page setup, this option will have..."MultiplePages" // properties of the page setup objects of all sections...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. Margins | Aspose.Words for Java

    Specifies preset margins in Java....Shows when to recalculate the page layout of the document. Document...of the document within its pages. doc.save(getArtifactsDir()...

    reference.aspose.com/words/java/com.aspose.word...
  7. Aspose::Words::Saving::MultiPageLayout class | ...

    Aspose::Words::Saving::MultiPageLayout class. Defines a layout for rendering multiple Pages into a single output in C++....layout for rendering multiple pages into a single output. class...get_BorderColor () Gets the color of the pages border. The default is Empty...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. 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/
  9. 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/
  10. Convert Image To DOCX C#

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

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