Sort Score
Result 10 results
Languages All
Labels All
Results 1,841 - 1,850 of 181,227 for

page

(0.08 sec)
  1. Extract Links from the PDF File|Aspose.PDF for C++

    Learn how to extract links from a PDF document in C++ using Aspose.PDF to analyze and manage hyperlinks within PDF files.... Get the Page you want to extract links from...specified page. Pass the AnnotationSelector object to the Page object’s...

    docs.aspose.com/pdf/cpp/extract-links/
  2. Aspose::Words::Document::get_PageCount method |...

    Aspose::Words::Document::get_PageCount method. Gets the number of Pages in the document as calculated by the most recent Page layout operation in C++.... method Gets the number of pages in the document as calculated...calculated by the most recent page layout operation. int32_t Aspose ::...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. Change Background of VDX File via Python | prod...

    Python source code to change background of VDX documents within any Python based application....class Add a new page to diagram as background page Insert an image...background page Set background page to the first page of diagram...

    products.aspose.com/diagram/python-java/changeb...
  4. container|Documentation

    Container element is used to break content into columns and to add a footer to the form....the bottom of the page ( footer ). Each page can only have one...sync_children_height=true Adding page footer To add a footer that...

    docs.aspose.com/omr/net/txt-markup/container/
  5. Convert PDF API | Aspose.PDF

    Convert PDF to DOCX, PPTX, XLS, XLSX, EPUB, TEX, MHTML, Markdown & more formats with Aspose.PDF Library...document = new Document (); Page page = document . getPages ()...."Sample.bmp" ). toString ()); page . getParagraphs (). add ( image...

    products.aspose.com/pdf/conversion/
  6. Working with stamps and watermarks|Aspose.PDF f...

    This section explains how you can use PdfFileStamp Class by Aspose.PDF Facades in working with PDF....watermarks Contents [ Hide ] Add PDF Page Stamp Add Text and Image Stamp...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/pdf/net/pdffilestamp-class/
  7. Working with multipage image formats|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....whether the image contains layers/pages/ frames the IMultipageImage...has been introduced. All multi-page images such as PSD, CDR, GIF...

    docs.aspose.com/imaging/java/working-with-multi...
  8. CGM to PDF Converter using PHP | Aspose.PDF

    Sample code on PHP for CGM to PDF conversion. Use example code for batch CGM to PDF conversion with Aspose.PDF for PHP via Java...formats, see the Documentation pages. Also, you can check the other...Library on the Documentation pages. To verify the benefits of the...

    products.aspose.com/pdf/php-java/conversion/cgm...
  9. Insert Nested Fields in Jython|Aspose.Words for...

    Insert Nested Fields using Jython....DocumentBuilder ( doc ) # Insert few page breaks (just for testing) i.... insertBreak ( BreakType . PAGE_BREAK ) i = i + 1 # Move DocumentBuilder...

    docs.aspose.com/words/java/insert-nested-fields...
  10. Add Image stamps in PDF programmatically|Aspose...

    Add the Image Stamp in your PDF document using ImageStamp class with the Aspose.PDF for C++ library.... Call the Page class AddStamp method to add...stamp to particular page document -> get_Pages () -> idx_get ( 1...

    docs.aspose.com/pdf/cpp/image-stamps-in-pdf-page/