Sort Score
Result 10 results
Languages All
Labels All
Results 3,911 - 3,920 of 184,134 for

page

(0.1 sec)
  1. Generating the template|Documentation

    How to render a printable form and generate a recognition pattern file for Aspose.OMR engine....that apply to all template pages, as well as specify paths to...you are fine with the default page settings, pass the absolute...

    docs.aspose.com/omr/net/generate-template/
  2. Extract Images from PDF in Node.js|Aspose.PDF f...

    How to extract a part of the image from PDF using Aspose.PDF for Node.js via C++ toolkit....Where {0:D2} represents the page number with a two-digit format... {0:D2}, {0:D3}, ... format page number), resolution 150 DPI...

    docs.aspose.com/pdf/nodejs-cpp/extract-images-f...
  3. Manage print tickets of XPS files | .NET

    .NET API Solution to work with XPS. Includes the functionality to manage print tickets. C# examples on how to create, edit, get and link them....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/page/net/print-tickets-xps/
  4. Key Not found Exception - Free Support Forum - ...

    System.Collections.Generic.KeyNotFoundException: The given key ‘00000000-0000-0000-0000-000000000000, 0’ was not present in the dictionary. at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at .() at .() …...pdfDocuments = new List(); IList pages = document.GetChildNodes();...GetChildNodes(); for (int i = 0; i < pages.Count(); i++) { PdfSaveOptions opts...

    forum.aspose.com/t/key-not-found-exception/293338
  5. 从PDF中提取表格数据|Aspose.PDF for Java

    学习如何使用Aspose.PDF for Java从PDF中提取表格数据... Page page : pdfDocument . getPages ())...()) { absorber . visit ( page ); for ( com . aspose . pdf . AbsorbedTable...

    docs.aspose.com/pdf/zh/java/extract-data-from-t...
  6. PdfException during Xml to Pdf conversion - Fre...

    Hello, I am trying to convert Xml to Pdf using below aspose code but encountering an exception. Code I am using: try (final com.aspose.pdf.Document document = new com.aspose.pdf.Document();) { final com.as…...// -- Add a page to the PDF try (final Page page = document.getPages()...fragment to the page's paragraphs collection page.getParagraphs()...

    forum.aspose.com/t/pdfexception-during-xml-to-p...
  7. Converter.convert method | Aspose.Words for Python

    aspose.words.lowcode.Converter.convert method...GIF, JPEG, PNG, or WebP), each page of the output will be saved...GIF, JPEG, PNG, or WebP), each page of the output will be saved...

    reference.aspose.com/words/python-net/aspose.wo...
  8. PageInfo.height_in_points property | Aspose.Wor...

    PageInfo.height_in_points property. Gets the height of the Page in points....property Gets the height of the page in points. @property def height_in_points...

    reference.aspose.com/words/python-net/aspose.wo...
  9. LayoutEnumerator.MoveParent | Aspose.Words for ...

    Discover the LayoutEnumerator MoveParent method to effortlessly navigate to parent entities, enhancing your data management efficiency.... // Layout entities are pages, cells, rows, lines, and other...MoveParent ( LayoutEntityType . Page ); Assert . That ( layoutEnumerator...

    reference.aspose.com/words/net/aspose.words.lay...
  10. Can't set the style value - Free Support Forum ...

    Hello, I drew a rectangle and added some text. Now I wanted to make the text bold. But that didn’t work. I think I know where the problem might be. @philip.zhou you once wrote to me in response to another question th…...Page page = new Aspose.Diagram.Page(); page.Name = "My..."My Page"; diagram.Pages.Add(page); long shapeId = page.DrawRectangle(0...

    forum.aspose.com/t/cant-set-the-style-value/315934