Sort Score
Result 10 results
Languages All
Labels All
Results 4,201 - 4,210 of 228,697 for

page

(0.15 sec)
  1. MultiPageMode | Aspose.PSD for .NET API Reference

    MultiPageMode MultiPageMode enumeration Represents multiPage mode public enum MultiPageMode Values Name Value Descrip......Description Pages 0 Used page indicies Titles 1 Used page titles Range...Used range of pages AllPages 3 Used all pages See Also namespace...

    reference.aspose.com/psd/net/aspose.psd.imageop...
  2. Aspose.Tasks for Java 20.12 Release Notes

    The Page contains the release notes for Aspose.Tasks for Java 20.12....Page Product Solution Aspose.PSD...Contents [ Hide Show ] This page contains release notes information...

    docs.aspose.com/tasks/java/aspose-tasks-for-jav...
  3. Aspose word generation Section is creating Sect...

    When I try to generate Word document by merging 3 input files Aspose is adding Section Break (Continuous) in the Word Generation. The section break is not visible in the individual documents, but gets added in the genera…... This is also resetting the page number. I have merged the documents...start each document from new page, you can use the following code:...

    forum.aspose.com/t/aspose-word-generation-secti...
  4. Converting PDF to JPEG or TIFF is slow - Free S...

    When using version 22.12 of Aspose.PDF to convert the attached PDF file to either JPEG or TIFF, it takes several minutes to complete. Converting other PDF files with a similar size and number of Pages only takes seconds…...similar size and number of pages only takes seconds to complete...used. In test runs the first page of the PDF takes about 1 second...

    forum.aspose.com/t/converting-pdf-to-jpeg-or-ti...
  5. PageDevice - Aspose.PDF for Java - API Reference

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform....Method and Description void Page. sendTo ( PageDevice device...Sends page to process with given page device. void Page. sendTo...

    reference.aspose.com/pdf/java/com.aspose.pdf.de...
  6. Aspose.Imaging for Java 20.10 - Release notes

    Aspose.Imaging for Java 20.10 - Release notes – the latest updates and fixes....export of multi-page vector formats to multi-page raster formats...export of multi-page vector formats to multi-page raster formats...

    releases.aspose.com/imaging/java/release-notes/...
  7. Splitter.Split | Aspose.Words for .NET

    Splitter Split method. Splits a document into multiple parts based on the specified split options and saves the resulting parts to files. The output file format is determined by the extension of the output file name in C#....Shows how to split document by pages. string doc = MyDir + "Big document...SplitCriteria = SplitCriteria . Page }); Splitter . Split ( doc ...

    reference.aspose.com/words/net/aspose.words.low...
  8. Aspose::Pdf::Heading Class Referencefinal - Asp...

    Public Member Functions | Protected Member Functions | Static Protected Member Functions | List of all members Aspose......Aspose::Pdf::Page > & get_TocPage () const Gets the page that contains...System::SharedPtr < Aspose::Pdf::Page > value) Gets the page that contains this...

    reference.aspose.com/pdf/cpp/class/aspose.pdf.h...
  9. pagedevice - Aspose.PDF for Java - API Reference

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform....Method and Description void Page. sendTo ( PageDevice device...Sends page to process with given page device. void Page. sendTo...

    reference.aspose.com/pdf/java/com.aspose.pdf.de...
  10. Bookmarks removed when removing blank pages - F...

    hi, we have this code to remove blank Pages from a document var stream = new MemoryStream(); var listOfBlankPageNumbers = new List<int>(); int Pagecount = document.PageCount; for (int i = 0; i < Pagecount; i++) { v…...removed when removing blank pages Aspose.Words Product Family...have this code to remove blank pages from a document var stream =...

    forum.aspose.com/t/bookmarks-removed-when-remov...