Sort Score
Result 10 results
Languages All
Labels All
Results 5,631 - 5,640 of 228,595 for

page

(1.12 sec)
  1. Convert WORD To PNG Java

    Convert a Word document to PNG format in Java code. Save a Word document as PNG using Java....for ( int page = 0 ; page < doc.getPageCount(); page++) { Document...extractedPage = doc.extractPages(page, 1 ); extractedPage.save(String...

    products.aspose.com/words/java/conversion/word-...
  2. Document.PageCount incorrect for Open Sans font...

    While using Aspose.words to get document statistics including Page count the Page count returned is always incorrect when using the font ‘Open Sans’ is there a limitation with this font or any other font when using Docum…...statistics including page count the page count returned is always...document layout and calculate page count. If Aspose.Words cannot...

    forum.aspose.com/t/document-pagecount-incorrect...
  3. DueDate | Aspose.Note for .NET API Reference

    Gets or sets the due date....generate a pdf containing all pages related to ‘Project A’. // The...(); foreach ( var page in oneFile ) { if ( page . GetChildNodes...

    reference.aspose.com/note/net/aspose.note/notet...
  4. Merged Documents with Footnotes and Endnotes Pr...

    Hello, We are seeing unexpected output when we merge three documents and generate a PDF. Relevant notes: The first document (aka the “base doc”) has four footnotes. This document has 2 Pages and the footnotes are ex…... This document has 2 pages and the footnotes are expected...expected to appear at the bottom of page 2. The second document has 3...

    forum.aspose.com/t/merged-documents-with-footno...
  5. PdfConverter | Aspose.PDF for .NET API Reference

    Represents a class to convert a pdf files each Page to images supporting BMP JPEG PNG and TIFF now. Supported content in pdfs pictures form comment....to convert a pdf file’s each page to images, supporting BMP, JPEG...get; set; } Gets or sets the page coordinate type (Media/Crop...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  6. ICompositeNodeT - Aspose.Note for Java - API Re...

    OneNote API for Java provides comprehensive developer's manual detailing every class along with code examples for easy integration....OutlineElement OutlineGroup Page PageHistory PageSavingArgs PageSizeType...OutlineGroup. class Page Represents a page. class Table Represents...

    reference.aspose.com/note/java/com.aspose.note....
  7. icompositenodet - Aspose.Note for Java - API Re...

    OneNote API for Java provides comprehensive developer's manual detailing every class along with code examples for easy integration....OutlineElement OutlineGroup Page PageHistory PageSavingArgs PageSizeType...OutlineGroup. class Page Represents a page. class Table Represents...

    reference.aspose.com/note/java/com.aspose.note....
  8. ICompositeNodeT - Aspose.Note for Java - API Re...

    OneNote API for Java provides comprehensive developer's manual detailing every class along with code examples for easy integration....OutlineElement OutlineGroup Page PageHistory PageSavingArgs PageSizeType...OutlineGroup. class Page Represents a page. class Table Represents...

    reference.aspose.com/note/java/com.aspose.note/...
  9. DOC ወደ PNG C++ ቀይር

    DOC ወደ PNG ቅርጸት በ C++ ኮድ ቀይር። C++ ን በመጠቀም DOC እንደ PNG ያስቀምጡ።...for (int page = 0; page < doc->get_PageCount(); page++) { auto...extractedPage = doc->ExtractPages(page, 1); extractedPage->Save(St...

    products.aspose.com/words/am/cpp/conversion/doc...
  10. DOC ወደ ምስል C++ ቀይር

    DOC ወደ ምስል ቅርጸት በ C++ ኮድ ቀይር። C++ ን በመጠቀም DOC እንደ ምስል ያስቀምጡ።...for (int page = 0; page < doc->get_PageCount(); page++) { auto...extractedPage = doc->ExtractPages(page, 1); extractedPage->Save(St...

    products.aspose.com/words/am/cpp/conversion/doc...