Sort Score
Result 10 results
Languages All
Labels All
Results 2,581 - 2,590 of 181,649 for

page

(0.28 sec)
  1. Add, Extract or Remove Images in PDF using Java...

    Manipulate images in PDF programmatically with Java sample code using Aspose.PDF for Java... Get the page you want to add an image. Add...Add the image into the page’s Resources collection. Use the GSave...

    products.aspose.com/pdf/java/images/
  2. MetafileRenderingOptions.emulate_rendering_to_s...

    MetafileRenderingOptions.emulate_rendering_to_size_on_Page property. Gets or sets a value determining whether metafile rendering emulates the display of the metafile according to the size on Page or the display of the metafile in its default size....emulate_rendering_to_size_on_page property MetafileRenderingOpt...emulate_rendering_to_size_on_page property Gets or sets a value...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Add PDF Header and Footer|Aspose.PDF for PHP vi...

    Aspose.PDF for PHP via Java allows you to add headers and footers to your PDF file using TextStamp class....call AddStamp method of the Page to add the text in the header...$verticalAlignment -> Top ); $pages = $document -> getPages ();...

    docs.aspose.com/pdf/php-java/add-headers-and-fo...
  4. Create New Workbook|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Add Data in Cells Page Setup - Fit to Page Setting Analyzing...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/java/create-new-workbook/
  5. Add text to PDF using C# | Aspose.PDF

    Add text to PDF programmatically with C# sample code using Aspose.PDF for .NET... Add the TextParagraph to Page using TextBuilder. Save the...inputFile ); var page = pdfDocument . Pages [ 1 ]; var textFragment...

    products.aspose.com/pdf/net/text/
  6. Add text to PDF using C++ | Aspose.PDF

    Add text to PDF programmatically with C++ sample code using Aspose.PDF for C++... Add the TextParagraph to Page using TextBuilder. Save the...particular page auto pdfPage = document -> get_Pages () -> idx_get...

    products.aspose.com/pdf/cpp/text/
  7. Convert WORD To JPG C#

    Convert a Word document to JPG format in C# code. Save a Word document 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/word-t...
  8. Convert DOC To JPG C#

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

    Convert a Word document to Image format in C# code. Save a Word document 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/word-t...
  10. Convert HTML To GIF C#

    Convert HTML to GIF format in C# code. Save HTML 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/html-t...