Sort Score
Result 10 results
Languages All
Labels All
Results 2,451 - 2,460 of 187,634 for

page

(0.29 sec)
  1. Aspose::Words::ConvertUtil::MillimeterToPoint m...

    Aspose::Words::ConvertUtil::MillimeterToPoint method. Converts millimeters to points in C++....Examples Shows how to specify page properties in millimeters. auto...section's "Page Setup" defines the size of the page margins in...

    reference.aspose.com/words/cpp/aspose.words/con...
  2. Aspose::Words::Layout::IPageLayoutCallback inte...

    Aspose::Words::Layout::IPageLayoutCallback interface. Implement this interface if you want to have your own custom method called during build and rendering of Page layout model in C++....during build and rendering of page layout model. class IPageLayoutCallback...possible to build page layout model for only a few pages at start of...

    reference.aspose.com/words/cpp/aspose.words.lay...
  3. Document.Save | Aspose.Words for .NET

    Effortlessly save your documents with our smart save method, automatically selecting the right format based on the file extension for seamless storage....); Shows how to render every page of a document to a separate...doc ); builder . Writeln ( "Page 1." ); builder . InsertBreak...

    reference.aspose.com/words/net/aspose.words/doc...
  4. Optimize PDF using C++|Aspose.PDF for C++

    Optimize PDF file, shrink all images, reduce size PDF, unembed fonts, enable reusing Page content, remove or flatten annotations with C++....the most essential: Optimize page content for online browsing...compress all images Enable reusing page content Merge duplicate streams...

    docs.aspose.com/pdf/cpp/optimize-pdf/
  5. Remove Pages from PDF using Rust | Aspose.PDF

    Remove Pages from PDF file programmatically with Rust sample code using Aspose.PDF for Rust via C++...How to Delete pages from PDF using Rust Remove pages from PDF using...information, you may need to delete pages or sections containing confidential...

    products.aspose.com/pdf/rust-cpp/pages/remove/
  6. Add PDF Bookmarks|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....not limited to linking to a page. You can set up the precise...view by positioning the target page, and then create the bookmark...

    docs.aspose.com/cells/java/add-pdf-bookmarks/
  7. Add Watermark To PDF|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....foreground/background, and scale to the page in RenderingWatermark . Add...foreground/background, and scale to the page in RenderingWatermark . AI Document...

    docs.aspose.com/cells/net/add-watermark-to-pdf/
  8. LayoutCollector constructor | Aspose.Words for ...

    LayoutCollector constructor. Initializes an instance of this class....how to see the the ranges of pages that a node spans. doc = aw..."GetNumPagesSpanned" method to count how many pages the content of our document...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Convert TEXT To JPG Javascript

    Convert TEXT to JPG format in JavaScript code. Save TEXT as JPG using JavaScript....) for ( var page = 0 ; page < doc.pageCount; page++) { var extractedPage...extractPages(page, 1 ); extractedPage.save(`Output_${page + 1 }.jpg`);...

    products.aspose.com/words/nodejs-net/conversion...
  10. How to define the cell splitting behavior - Fre...

    Good morning, I’m trying to define the cell splitting behavior in such a way that, when a row contains one or more cells that are too tall to fit entirely on the current Page, the row doesn’t get moved entirely to the n…...fit entirely on the current page, the row doesn’t get moved entirely...entirely to the next page. I know that cell splitting is possible...

    forum.aspose.com/t/how-to-define-the-cell-split...