Sort Score
Result 10 results
Languages All
Labels All
Results 4,041 - 4,050 of 186,869 for

page

(0.14 sec)
  1. Get, Update and Expand a Bookmark|Aspose.PDF fo...

    This article describes how to use bookmarks in a PDF file with our Aspose.PDF for .NET library....PDF file, and how to get which page a particular bookmark is on...PDF file. Getting a Bookmark’s Page Number Once you have added a...

    docs.aspose.com/pdf/net/get-update-and-expand-b...
  2. Visio File Drawing NET C# | products.aspose.com

    C# source code to draw geomtry to visio file on Java Runtime Environment....geomtry in Pages. Open a Diagram object Select Page via its id...series methods to add geomtry to page Call the save() method and pass...

    products.aspose.com/diagram/java/drawing/
  3. Module.DetectAreasMode.CURVED_TEXT|Documentation

    How Aspose.OCR for JavaScript via C++ determines the structure of a document using the Module.DetectAreasMode.CURVED_TEXT model....[ Hide ] When photographing pages of books and magazine articles...cylindrical curvature of the page results in distortion of the...

    docs.aspose.com/ocr/javascript-cpp/areas-detect...
  4. ResourceSavingArgs | Aspose.Words for Java

    Provides data for the IResourceSavingCallback.resourceSavingcom.aspose.words.ResourceSavingArgs event in Java....Words saves a document to fixed page HTML, SVG or Markdown, it saves...an external resource to fixed page HTML or SVG. /// public void...

    reference.aspose.com/words/java/com.aspose.word...
  5. "GetRowHeightInch" returns wrong height for aut...

    See attached sample: I write a long text to a cell, set “IsTextWrapped = true” and call “AutoFitRows”. AsposeCellsRowHeightInch.zip (11.9 KB) When calling “GetRowHeightInch” afterwards (for setting horizontal Page brea…...afterwards (for setting horizontal page breaks at certain rows), this...(upper part of screenshot). In Page layout view or print preview...

    forum.aspose.com/t/getrowheightinch-returns-wro...
  6. Remove Tables from PDF using Python | Aspose.PDF

    Remove tables from PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET...first page with absorber. Get first table on the page. Remove...absorber . visit ( document . pages [ 1 ]) table = absorber . table_list...

    products.aspose.com/pdf/python-net/table/remove/
  7. Update Fields in Python|Aspose.Words for Java

    Update fields of Word Document using Python....document content on the second page . builder . insertBreak ( BreakType...BreakType . SECTION_BREAK_NEW_PAGE ) \# Call the method below to...

    docs.aspose.com/words/java/update-fields-in-pyt...
  8. 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
  9. Parsing PDF documents|Aspose.PDF for Android vi...

    Do you want to extract data from PDF documents? Discover various PDF data extraction methods with Aspose.PDF for Android via Java...particular page, or a particular region in a page. Extract Images...

    docs.aspose.com/pdf/androidjava/parsing/
  10. 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...