Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 181,584 for

page

(0.53 sec)
  1. Convert PDF to PNG|Aspose.PDF for Android via Java

    This Page describes how to convert PDF Pages to PNG image, convert all and single Pages to PNG images with Aspose.PDF for Android via Java....library for converting PDF Pages to PNG Images in an accessible...class allows you to convert PDF pages to PNG images. This class provides...

    docs.aspose.com/pdf/androidjava/convert-pdf-to-...
  2. Couldnt implement Auto Scale Option Need help -...

    Situation: Using Aspose.Pdf.Document First we generate the content in HTML format. Func1: var htmlOptions = CreateHtmlLoadOptions(marginsInInches, marginTopBotInInches, headerHeight, baseUrl, outputAreaHeight); usin…...(var page in tempDoc.Pages) { pdfDocument.Pages.Add(page); } }...pdf increase the number of pages. We need some images side by...

    forum.aspose.com/t/couldnt-implement-auto-scale...
  3. C++ OCR Image To Text Conversion | Aspose

    Convert images to text using C++ OCR library within your software application....extracting single line text, whole page text, text within a particular...and can handle any text fonts, page layouts and styles. Image to...

    products.aspose.com/ocr/cpp/conversion/
  4. PageInfo.HeightInPoints | Aspose.Words for .NET

    Discover the HeightInPoints property of PageInfo to easily access Page height in points. Enhance your document layout with precise measurements!...property Gets the height of the page in points. public float HeightInPoints...print page size and orientation information for every page in a...

    reference.aspose.com/words/net/aspose.words.ren...
  5. Split a Document in Java|Aspose.Words for Java

    Aspose.Words for Java provides you with an efficient way to split one document into multiple documents by headings or sections, as well as Pages or Page ranges....example, you only need some pages from a specific document and...also split a document by pages or by page ranges. Both splitting...

    docs.aspose.com/words/java/split-a-document/
  6. Aspose::Words::PageSetup class | Aspose.Words f...

    Aspose::Words::PageSetup class. Represents the Page setup properties of a section. To learn more, visit the documentation article in C++....PageSetup class Represents the page setup properties of a section...Description ClearFormatting () Resets page setup to default paper size...

    reference.aspose.com/words/cpp/aspose.words/pag...
  7. Public API Changes in Aspose.Diagram 6.8.0|Docu...

    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....addActiveXControl method in the Page class. Please check this code..."c:\\temp\\Drawing1.vsdx" ); // Get Visio page Page page = diagram . getPages ()...

    docs.aspose.com/diagram/java/public-api-changes...
  8. Split PDF File into Individual Pages in Python|...

    Understand how to split a PDF document into individual Pages using Python and Aspose.PDF, making content extraction easier....Split PDF File into Individual Pages in Python Contents [ Hide ]...PDF document into individual pages using Aspose.PDF Java for PHP...

    docs.aspose.com/pdf/python-java/split-pdf-file-...
  9. Move Pages to PDF using C++ | Aspose.PDF

    Move PDF Pages of your document programmatically programmatically with C++ sample code using Aspose.PDF for C++...to Move pages to PDF using C++ In order to move page in PDF file...Install-Package Aspose.PDF.Cpp Move Page to PDF using C++ You need Aspose...

    products.aspose.com/pdf/cpp/pages/move/
  10. PDF 文本注释|Aspose.PDF for C++

    Aspose.PDF for C++ 允许您从 PDF 文档中添加、获取和删除文本注释。... 将注释添加到 Page 对象的Annotations集合中。 以下代码片段向您展示了如何在PDF页面中添加注释。..."sample.pdf" ); auto page = document -> get_Pages () -> idx_get (...

    docs.aspose.com/pdf/zh/cpp/text-annotation/