Sort Score
Result 10 results
Languages All
Labels All
Results 5,951 - 5,960 of 228,592 for

page

(0.11 sec)
  1. Preparing content for recognition|Documentation

    How to prepare a batch of images, PDF documents, URLs and other content for recognition....GIF, PNG, JPEG, BMP, or single-page TIFF images. The images can...documents, containing scanned pages. The files can be provided by...

    docs.aspose.com/ocr/java/ocrinput/
  2. ArgumentException: "The node belongs to the oth...

    Using the following code with the attached file, causes the exception mentioned in the title: var document = new Document("file.one"); var Pages = document.GetChildNodes<Page>(); Page…...one"); var pages = document.GetChildNodes<Page>(); pages.ForEach(p...the following code as well: pages.ForEach(p => { var attachedFiles...

    forum.aspose.com/t/argumentexception-the-node-b...
  3. Aspose::Words::PageSetup::get_BorderDistanceFro...

    Aspose::Words::PageSetup::get_BorderDistanceFrom method. Gets or sets a value that indicates whether the specified Page border is measured from the edge of the Page or from the text it surrounds in C++....specified page border is measured from the edge of the page or from...border at the top of the first page. auto doc = MakeObject < Document...

    reference.aspose.com/words/cpp/aspose.words/pag...
  4. LayoutEntityType enumeration | Aspose.Words for...

    aspose.words.layout.LayoutEntityType enumeration. Types of the layout entities.... PAGE Represents page of a document. COLUMN...Represents a column of text on a page. ROW Represents a table row...

    reference.aspose.com/words/python-net/aspose.wo...
  5. textabsorber - 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....OutlineItemCollectio Outlines Page Page.BeforePageGenerate PageActionCollection...text on the first PDF document page. // open document Document doc...

    reference.aspose.com/pdf/java/com.aspose.pdf/te...
  6. PresetTheme | Aspose.Diagram for .NET API Refer...

    PresetTheme Page.PresetTheme property Apply a preset theme to this Page public PresetThemeValue PresetTheme { set ; }......PresetTheme Page.PresetTheme property Apply a preset theme to...to this page public PresetThemeValue PresetTheme { set ; } See...

    reference.aspose.com/diagram/net/aspose.diagram...
  7. PrintPageOrientation - Aspose.Diagram for Pytho...

    asposediagram.api Classes AbstractInterruptMonitor Act ActCollection Align Alignment Annotation AnnotationCollection ......ObjectKind ObjType OutputFormat Page PageCollection PageLayout PageLineJumpDirX...PrintPageOrientation Determines whether the page is printed in portrait or landscape...

    reference.aspose.com/diagram/python-java/aspose...
  8. Convert PDF to Black and White - Free Support F...

    converted.pdf (683.3 KB) desired.pdf (581.0 KB) document111068.pdf (683.4 KB) Hello I am trying to convert a pdf to Black and White and I am not getting the desired result. There are places where there are just big bl…...Pages.Count; idxPage++) { // Get instance...particular page inside PDF Page page = PDF.Pages[idxPage]; //...

    forum.aspose.com/t/convert-pdf-to-black-and-whi...
  9. Why choose Aspose.Pdf for Reporting Services|As...

    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.... Page Rotation Angle When using Aspose...number of degrees by which the page should be rotated clockwise...

    docs.aspose.com/pdf/reportingservices/why-choos...
  10. Determine Line Break in TextFragment|Aspose.PDF...

    Learn more about how to determinate a line break of multi-line TextFragment using C++...GetNotifications () method of Page Class as follows, in order to...Document > (); auto page = document -> get_Pages () -> Add (); for...

    docs.aspose.com/pdf/cpp/determine-line-break/