Sort Score
Result 10 results
Languages All
Labels All
Results 4,001 - 4,010 of 181,424 for

page

(0.31 sec)
  1. isLandscape() Does Not Return Correct Value - F...

    Hello, Using jar: aspose-pdf-25.2-jdk17.jar I don’t know why this is happening, but no matter what I do and what PDF document I open, the value I receive for isLandscape() is always “false”, even in cases where it is a…...getMessage()); continue; } Page page = doc.getPages().get_Item(1);...get_Item(1); double pageWidth = page.getPageInfo().getWidth(); double...

    forum.aspose.com/t/islandscape-does-not-return-...
  2. PageSetup.Gutter | Aspose.Words for .NET

    Adjust PageSetup Gutter settings to optimize document margins for binding. Enhance your layout with perfect margins for professional results....// Insert text that spans 16 pages. DocumentBuilder builder = new...both sides, we can take the pages to stack them // and fold them...

    reference.aspose.com/words/net/aspose.words/pag...
  3. 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...
  4. Merge EPS files to PDF using Python

    Merger EPS functionality of Aspose.Page API solution for Python allows you to combine several EPS files into a single PDF document....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/python-net/merge/eps/
  5. Aspose::Words::Layout::LayoutCollector::GetEnti...

    Aspose::Words::Layout::LayoutCollector::GetEntity method. Returns an opaque position of the LayoutEnumerator which corresponds to the specified node. You can use returned value as an argument to Current given the document being enumerated and the document of the node are the same in C++....how to see the the ranges of pages that a node spans. auto doc..."GetNumPagesSpanned" method to count how many pages the content of our document...

    reference.aspose.com/words/cpp/aspose.words.lay...
  6. Convert TEXT To JPG Python

    Convert TEXT to JPG format in Python code. Save TEXT as JPG using Python....JPG) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .jpg" , save_options)...

    products.aspose.com/words/python-net/conversion...
  7. Convert PDF To Image Python

    Convert PDF to Image format in Python code. Save PDF as Image using Python....JPG) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .jpg" , save_options)...

    products.aspose.com/words/python-net/conversion...
  8. Convert HTML To Image Python

    Convert HTML to Image format in Python code. Save HTML as Image using Python....JPG) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .jpg" , save_options)...

    products.aspose.com/words/python-net/conversion...
  9. How to Redact a PDF in C#

    This precise article discusses how to redact a PDF in C#. It contains the IDE configuration information, and the algorithm as simple steps, followed by a code snippet to redact text in PDF using C#....Page Product Family Aspose.PSD Product...class instance for a specific page area Append the annotation to...

    kb.aspose.com/pdf/net/how-to-redact-a-pdf-in-cs...
  10. Convert WORD To TIFF Python

    Convert a Word document to TIFF format in Python code. Save a Word document as TIFF using Python....TIFF) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .tiff" ,...

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