Sort Score
Result 10 results
Languages All
Labels All
Results 7,551 - 7,560 of 228,689 for

page

(0.14 sec)
  1. 将PDF转换为图片 Java

    在Java代码PDF转换为图片使用Java将PDF保存为图片。...for (int page = 0; page < doc.getPageCount(); page++) { Document...extractedPage = doc.extractPages(page, 1); extractedPage.save(String...

    products.aspose.com/words/zh/java/conversion/pd...
  2. Multipage table with repeated headers not split...

    Hello all, We’re using Aspose.Words .Net version 21.7 with valid license to generate word document and also we’re using the same framework to generate PDF document as well. We tried to generate a multi Page table with …...a multi page table with repeating headers in each page, And while...multiple pages. And weirdly the repeated header in next page is tagged...

    forum.aspose.com/t/multipage-table-with-repeate...
  3. Add Footer to PDF using Java | Aspose.PDF

    Add footer to PDF programmatically with Java sample code using Aspose.PDF for Java.... Add the Stamp to Page using AddStamp method. Save...// Add footer on all pages for ( Page page : pdfDocument . getPages...

    products.aspose.com/pdf/java/footer/
  4. Aspose::Words::Layout::LayoutEnumerator::MoveNe...

    Aspose::Words::Layout::LayoutEnumerator::MoveNextLogical method. Moves to the next sibling entity in a logical order. When iterating lines of a paragraph broken across Pages this method will move to the next line even if it resides on another Page in C++....of a paragraph broken across pages this method will move to the...even if it resides on another page. bool Aspose :: Words :: Layout...

    reference.aspose.com/words/cpp/aspose.words.lay...
  5. VerticalPageBreakCollection class | Aspose.Cell...

    VerticalPageBreakCollection class VerticalPageBreakCollection class Encapsulates a collection of VerticalPageBreak ob......vertical page break to the collection. add Adds a vertical page break...vertical page break to the collection. add Adds a vertical page break...

    reference.aspose.com/cells/python-net/aspose.ce...
  6. TryExtract | Aspose.PDF for .NET API Reference

    Extracts Pages from input filesaves as a new Pdf file....int, int, string) Extracts pages from input file,saves as a new...Int32 Start page number. endPage Int32 End page number. outputFile...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  7. Aspose::Words::Layout::LayoutEnumerator::get_Re...

    Aspose::Words::Layout::LayoutEnumerator::get_Rectangle method. Returns the bounding rectangle of the current entity relative to the Page top left corner (in points) in C++....current entity relative to the page top left corner (in points)...entities. // Layout entities are pages, cells, rows, lines, and other...

    reference.aspose.com/words/cpp/aspose.words.lay...
  8. HTML to PDF Merge using Python | Aspose.PDF

    Combine two or more HTML documents into one PDF single file programmatically with Python sample code using Aspose.PDF for Python for .NET...Library on the Documentation pages. To verify the benefits of the...all html to single large pdf page opt1 = new Aspose . Pdf . HtmlLoadOptions...

    products.aspose.com/pdf/python-net/merger/html-...
  9. Convert MHTML to JPG in Java

    Convert MHTML to JPG, PNG, GIF, TIFF, BMP using Aspose.HTML for Java. Consider various MHTML to JPG conversion scenarios in Java code....Page Product Solution Aspose.PSD...web page for archiving or share the content of a web page with...

    docs.aspose.com/html/java/convert-mhtml-to-jpg/
  10. Conversion of PNG to PDF is failing - Free Supp...

    Hi, I am trying below code to convert a specific PNG to PDF. But I get an exception. This is happening with a few PNG files, where as others work as expected. Code: com.aspose.pdf.Document document = new com.aspose.pd…...Document(); Page page = document.getPages().add();...setImageStream(is); //“is” is inputstream. page.getParagraphs().add(image);...

    forum.aspose.com/t/conversion-of-png-to-pdf-is-...