Sort Score
Result 10 results
Languages All
Labels All
Results 1,361 - 1,370 of 10,136 for

page count

(0.12 sec)
  1. PDF Multimedia Annotation using C++|Aspose.PDF ...

    Aspose.PDF for C++ allows you to add, get, and delete the multimedia annotation from your PDF document....document are contained in a Page object’s Annotations collection...for that individual page only: every page has its own Annotations...

    docs.aspose.com/pdf/cpp/multimedia-annotation/
  2. Getting Metadata | JavaScript

    Easy-to-use JavaScript library for font manipulation from Aspose.Font. Learn how to get metadata from font files....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/font/javascript-cpp/metadata-in...
  3. Track Changes in a Document|Aspose.Words for Py...

    Track changes to content and formatting made by you or others using Python. Access individual revisions in a document and apply various properties to them....a document usually does not count as a revision until you begin...results. Please refresh the page and try again....

    docs.aspose.com/words/python-net/track-changes-...
  4. wrapper.zip

    wrapper.xml aspose.words.AbsolutePositionTab Aspose.Words.AbsolutePositionTab SpecialChar node_type NodeType NodeType False True False parent_node ParentNode CompositeNode False True False document......LastChild Node False True False count Count int False True False story_type...Words.BookmarkCollection count Count int False True False [index]...

    docs.aspose.com/words/ru/python-net/python-note...
  5. wrapper.zip

    wrapper.xml aspose.words.AbsolutePositionTab Aspose.Words.AbsolutePositionTab SpecialChar node_type NodeType NodeType False True False parent_node ParentNode CompositeNode False True False document......LastChild Node False True False count Count int False True False story_type...Words.BookmarkCollection count Count int False True False [index]...

    docs.aspose.com/words/af/python-net/python-note...
  6. Add Image to PDF using C++|Aspose.PDF for C++

    This section describes how to add image to existing PDF file using C++ library....Existing PDF File Every PDF page contains Resources and Contents...input PDF document. Get the page you want to add an image to...

    docs.aspose.com/pdf/cpp/add-image-to-existing-p...
  7. Extract Vector Data from a PDF file using Pytho...

    Aspose.PDF makes it easy to extract vector data from a PDF file. You can get the vector data (path, polygon, polyline), such as position, color, linewidth, etc....graphic elements from a specific page of a PDF document and examine...visit()’ to inspect the second page. Retrieve the extracted elements...

    docs.aspose.com/pdf/python-net/extract-vector-d...
  8. Using Sparklines and Settings 3D Format with C+...

    Learn how to use sparklines and apply 3D formatting in Excel files using Aspose.Cells with C++....GetType ()) << ", sparkline items count:" << g . GetSparklines (). GetCount...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/cpp/using-sparklines-and-...
  9. Text Formatting inside PDF using Python|Aspose....

    Explore text formatting options within PDF files in Python using Aspose.PDF for customized document styling....the formatted text to a new page in a PDF. Create a new PDF document...formatted text fragment into the page’s paragraphs collection. Save...

    docs.aspose.com/pdf/python-net/text-formatting-...
  10. Aspose convert docx to md,Table Content Convers...

    I convert docx to markdown.There is a table content in the docx, not an image. But after converting to markdown, the table content becomes an image. code: document = aw.Document(file_path) for Page in range(0, docu…...Document(file_path) for page in range(0, document.page_count): extractedPage...document.extract_pages(page, 1) name = f"output2/page{page + 1}.docx"...

    forum.aspose.com/t/aspose-convert-docx-to-md-ta...