Sort Score
Result 10 results
Languages All
Labels All
Results 3,801 - 3,810 of 187,651 for

page

(0.27 sec)
  1. Convert Visio to Images formats|Documentation

    This topic show you how to convert Visio to various images formats using Aspose.Diagram for Python via Java. Convert Visio,VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM, VSSM to PNG, JPEG, BMP images with a few lines of code....possible to save a particular page to image, instead of the entire...SaveFileFormat . PNG ) # Save one page only, by page index options . setPageIndex...

    docs.aspose.com/diagram/python-java/convert-vis...
  2. SplitCriteria Enum | Aspose.Words for .NET

    Discover Aspose.Words.LowCode.SplitCriteria enum for efficient document splitting. Optimize your workflow with versatile options for seamless part management....Description Page 0 Specifies that the document is split into pages. SectionBreak...Shows how to split document by pages. string doc = MyDir + "Big document...

    reference.aspose.com/words/net/aspose.words.low...
  3. Aspose.Email produces MHtml file with cutoff te...

    Hello, In the attached zip there are two files. One of them is the input EML file and the other is the MHtml, which is produced using Aspose.Email. The text on the third Page is cutoff and cannot be read correctly. It i…... The text on the third page is cutoff and cannot be read...(118.2 KB) 525384_Text_on_third_page_not_fully_visible.zip (21.5...

    forum.aspose.com/t/aspose-email-produces-mhtml-...
  4. Aspose::Words::Notes::FootnoteOptions::get_Posi...

    Aspose::Words::Notes::FootnoteOptions::get_Position method. Specifies the footnotes position in C++....an entry at the bottom of the page, consisting of a symbol // that...show up at the bottom of the page that contains its reference...

    reference.aspose.com/words/cpp/aspose.words.not...
  5. Reduce File Size|Documentation

    This section explains how to reduce file size from a diagram with Aspose.Diagram.... The Page object represents the drawing...area of a foreground page or a background page.In order to reduce...

    docs.aspose.com/diagram/java/reduce-file-size/
  6. Supported Parameters|Aspose.PDF for Reporting S...

    Explore the supported parameters in Aspose.PDF for Reporting Services to control and customize your PDF rendering with ease....includes the following topics: Page Orientation HTML Formatting...Setting IsFontEmbedded PageSize Page margin size XMP Metadata Debug...

    docs.aspose.com/pdf/reportingservices/supported...
  7. CompositeGrid|Documentation

    CompositeGrid element generates a highly customizable matrix of numbered bubbles that are combined into a single answer....relative to the left edge of the page. Overrides the value of align...relative to the top edge of the page. column integer 1 The number...

    docs.aspose.com/omr/net/json-markup/compositegrid/
  8. 通过C++用JavaScript预览工作簿|Documentation

    Aspose.Cells支持使用JavaScript通过C++打印和预览Excel文件,无需安装Microsoft Excel。... log ( "Workbook page count: " + workbookPageCount...; console . log ( "Worksheet page count: " + worksheetPageCount...

    docs.aspose.com/cells/zh/javascript-cpp/workboo...
  9. Creating and manipulating animation using APNG ...

    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....Create an animation from multi-page Tiff file Source image - img4...Create APNG animation from single-page image Source image Created animation...

    docs.aspose.com/imaging/java/creating-and-manip...
  10. 多线程下获取PDF中的图片信息报错:Not supported image type - Fr...

    代码如下,正常使用则没有问题,但是添加了线程池就会报错: com.aspose.pdf.internal.ms.System.l7n: Not supported image type at com.aspose.pdf.XImage.lI(Unknown Source) at com.aspose.pdf.XImage.saveInternal(Unknown Source) at com.aspose.pdf.XImage.…...PageCollection pages = document.getPages(); int pageSize = pages.size();...else { pages.forEach(page -> images.addAll(getImages(page))); }...

    forum.aspose.com/t/pdf-not-supported-image-type...