Sort Score
Result 10 results
Languages All
Labels All
Results 4,601 - 4,610 of 181,392 for

page

(0.08 sec)
  1. Regarding AsposePDF Tagging - Free Support Foru...

    Hi Team, We are using latest version of Aspose.PDF (25.10). Requirement : We have to apply tags on the PDF ( Searchable PDF). I am using below code to add the tags but getting an exception like “Specified Cast is not …...foreach (var page in pdfDocument.Pages) { page.Flatten(); } //...Console.WriteLine($"Progress: page {e.PageNumber}, message: {e...

    forum.aspose.com/t/regarding-asposepdf-tagging/...
  2. Licensing|Documentation

    Aspose. Diagram for .NET invites its customers to get a Classic license and Metered License. As well as use a limited license to better explore the product....NET download page to find out the latest version...first ten shapes of the first page of your Visio diagram. Evaluation...

    docs.aspose.com/diagram/net/licensing/
  3. Extract Table Data from PDF|Aspose.PDF for PHP ...

    Learn how to extract tabular from PDF using Aspose.PDF for PHP...through each page of the document. Decide which pages to be analyzed...apply visit to the desired pages. The tabular data will be scanned...

    docs.aspose.com/pdf/php-java/extract-data-from-...
  4. BuiltInDocumentProperties.content_type property...

    BuiltInDocumentProperties.content_type property. Gets or sets the content type of the document....document statistics such as word/page/character counts as metadata...Statistics # Page count: The page_count property shows the page count...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Create VSSX Files via Python | products.aspose.com

    Python Sample code for generating VSSX documents. Use this code for creating VSSX files within any Python based application.....the first page of the diagram. Add text in the page. Use save...the first page of the diagram. page = diagram.Pages[ 0 ]; // Add...

    products.aspose.com/diagram/python-net/create/v...
  6. How to Create Hyperlink in PDF using Java

    This quick article teaches you how to create hyperlink in PDF using Java. It contains all the necessary information to write this application along with a working sample code to add link to PDF using Java....Page Product Family Aspose.PSD Product...and get access to the desired page Create a link annotation and...

    kb.aspose.com/pdf/java/how-to-create-hyperlink-...
  7. Create a Bulleted List or Numbered List in OneN...

    Learn how to create bulleted list or numbered list in OneNote using C#. Explore Aspose.Note for .NET for seamless integration and advanced features.... Initialize the Page and Outline class objects. Initialize...Similarly, add Outline to the Page and then Page to the Document Save...

    blog.aspose.com/note/create-bulleted-or-numbere...
  8. HTML|Documentation

    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.... Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/java/html/
  9. Unable to extract javaScript actions from PDF -...

    Hi There, We were able to retrieve the JavaScript from a PDF using the code snippet below, and it used to work perfectly. However, recently we encountered an issue: when processing multiple files together, their PDF con…...jsActionsList) { for (Page page : doc.getPages()) { // Check Page actions (OnOpen...OnClose) if (page.getActions() != null) { if (page.getActions()...

    forum.aspose.com/t/unable-to-extract-javascript...
  10. How to Convert Word to PDF using C++

    In this brief topic, we will learn how to convert Word to PDF using C++. You can customize the output PDF by changing its appearance and other properties using simple API calls and generate PDF from DOCX in C++ that can be viewed in the browser or any other viewer....Page Product Family Aspose.PSD Product...the PdfSaveOptions to set pages, page mode, and compliance mode...

    kb.aspose.com/words/cpp/how-to-convert-word-to-...