Sort Score
Result 10 results
Languages All
Labels All
Results 751 - 760 of 180,919 for

page

(0.09 sec)
  1. Convert various Images formats to PDF|Aspose.PD...

    This topic show you how to Aspose.PDF for PHP library allows to convert various images formats to PDF....a new page to the document Set the margins of the page to 0 (if...BMP file Add the image to the page Save the document to the output...

    docs.aspose.com/pdf/php-java/convert-images-for...
  2. Working with PDF Pages in Rust|Aspose.PDF for R...

    How to add Pages, rotate Pages, add Page number, you can know in this section. Aspose.PDF for Rust via C++ explain to you all details on this topic....Working with PDF Pages in Rust Contents [ Hide ] You are able...do the following: Add Pages - add pages into your PDF file via...

    docs.aspose.com/pdf/rust-cpp/working-with-pages/
  3. Spacing Factor|Aspose.Words for JasperReports

    Aspose Words for JasperReports can reduce spacing between Page elements proportionally....Sometimes you may notice that page contents in the exported documents...particular page and therefore are pushed to the next page, causing...

    docs.aspose.com/words/jasperreports/spacing-fac...
  4. Convert PDF to BMP|Aspose.PDF for Android via Java

    This article describes how to convert PDF Pages to BMP image, convert all Pages to BMP images and convert single PDF Page to BMP image with Java....class allows you to convert PDF pages to BMP images. This class provides...you to convert a particular page of the PDF file to Bmp image...

    docs.aspose.com/pdf/androidjava/convert-pdf-to-...
  5. Create PDF document programmatically|Aspose.PDF...

    This Page describes how to create PDF document from scratch with Aspose.PDF for Python via .NET library....Document class Add a Page object to the Pages collection of the...paragraphs collection of the page Save the resultant PDF document...

    docs.aspose.com/pdf/python-net/create-document/
  6. Set Image Size using C++|Aspose.PDF for C++

    This section describes how to set image size PDF file using C++ library....// add page to pages collection of PDF file auto page = document...document -> get_Pages () -> Add (); // Create an image instance auto...

    docs.aspose.com/pdf/cpp/set-image-size/
  7. Compare PDF documents|Aspose.PDF for .NET

    Since the 24.7 release, it's possible to compare PDF documents' content with annotation marks and side-by-side output...compare two PDF documents page by page. You can choose to compare...compare either specific pages or entire documents. The resulting...

    docs.aspose.com/pdf/net/compare-pdf-documents/
  8. Rotate Text Inside PDF using C++|Aspose.PDF for...

    Learn how to rotate text within a PDF document in C++ using Aspose.PDF to adjust text orientation and improve layout....particular page auto page = document -> get_Pages () -> Add ();...> ( page ); // Append the text fragment to the PDF page textBuilder...

    docs.aspose.com/pdf/cpp/rotate-text-inside-pdf/
  9. Delete PDF Pages in Java | Erase Pages from PDF

    Learn how to delete PDF Pages in Java. This guide explains how to erase Pages from PDF documents using Aspose.PDF for Java....you need to delete specific pages from a PDF document in Java...Whether you’re cleaning up blank pages, removing confidential sections...

    blog.aspose.com/pdf/delete-pdf-pages-in-java/
  10. Create Document|Aspose.PDF for Java

    Aspose.PDF for Java helps you to create PDF document and searchable PDF file in few easy steps....Document class Add a Page object to the Pages collection of the...Paragraphs collection of the page Save the resultant PDF document...

    docs.aspose.com/pdf/java/create-pdf-document/