Sort Score
Result 10 results
Languages All
Labels All
Results 3,581 - 3,590 of 186,591 for

page

(0.22 sec)
  1. Advanced Features|Aspose.PDF for Java

    This section shows how you can use LaTeX Tags in PDF document with Aspose.PDF for Java....Document doc = new Document (); Page page = doc . getPages (). add ();...latex = new LatexFragment ( s ); page . getParagraphs (). add ( latex...

    docs.aspose.com/pdf/java/advanced-features/
  2. Extend and Contribute to CRM Quote Generator|As...

    How to defined a custom workflow using Aspose.Words to convert HTML to word and Attach Generated Quotation with Quote in C#....Hide ] What is this page about? This page describes how to extend...results. Please refresh the page and try again....

    docs.aspose.com/words/net/extend-and-contribute...
  3. Saving a Document as a Multipage TIFF|Aspose.Wo...

    Convert a document to a multi-Page TIFF using Python. To determine how the document is displayed on the image you need to specify additional options: resolution, number of Pages, image binarization, etc....a raster image of the first page of your document as a preview...formats. Converting DOC to Multi-Page TIFF In Aspose.Words, conversion...

    docs.aspose.com/words/python-net/saving-a-docum...
  4. Aspose::Words::PageSetup::get_LayoutMode method...

    Aspose::Words::PageSetup::get_LayoutMode method. Gets or sets the layout mode of this section in C++....the number of lines that each page may have. auto doc = System...set the number of lines per page in this section. // A large...

    reference.aspose.com/words/cpp/aspose.words/pag...
  5. How to set excel Custom Paper Size width and he...

    @amjad.sahi, @Professionalize.Discourse, @John.He, @simon.zhao worksheet.PageSetup.PaperSize = PaperSizeType.Custom; // Set custom paper size for A1 (width: 33.1 inches, height: 23.4 inches) worksheet.PageSetup.Custom…...entire Excel file into a single-page SVG without cutting off any...to set all content is on one page using (MaxDisplayRange.ColumnCount...

    forum.aspose.com/t/how-to-set-excel-custom-pape...
  6. Converter.convert method | Aspose.Words for Python

    aspose.words.lowcode.Converter.convert method...GIF, JPEG, PNG, or WebP), each page of the output will be saved...GIF, JPEG, PNG, or WebP), each page of the output will be saved...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Document::get_Frameset method | ...

    Aspose::Words::Document::get_Frameset method. Returns a Frameset instance if this document represents a frames Page in C++....document represents a frames page. System :: SharedPtr < Aspose...Shows how to access frames on-page. // Document contains several...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. 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...
  9. 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...
  10. 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-...