Sort Score
Result 10 results
Languages All
Labels All
Results 3,921 - 3,930 of 181,395 for

page

(0.25 sec)
  1. 获取和设置页面属性|Aspose.PDF for C++

    您可以使用C++库从PDF文件中获取和设置页面属性。...cout << "Page Count : " << srcDocument -> get_Pages () -> get_Count...向PDF文件的页面集合中添加页面 auto page = document -> get_Pages () -> Add (); //...

    docs.aspose.com/pdf/zh/cpp/get-and-set-page-pro...
  2. Extract Images from PDF and recognize BarCodes|...

    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....to extract images from PDF pages and identify the Barcodes inside...contains one or more pages where each page contains collection...

    docs.aspose.com/pdf/net/extract-images-from-pdf...
  3. Aspose words合并word包含toc,toc的宽度和被合并文件的宽度不一致 - Fr...

    Hi , 我的问题,合并word包含toc,toc的宽度和被合并文件不一致。帮忙看下,感谢 技术栈:jdk21 + spring boot 3.2.5 + aspose-words-21.5.0-jdk17 合并代码: public static final String tocFontName = "Arial"; private static final License ASPOSE_LICENSE = new Li…...likely due to differences in the page setup or margins between the...merged document, adjust the page setup and margins before inserting...

    forum.aspose.com/t/aspose-words-word-toc-toc/31...
  4. PDF to JPEG Merge using Python | Aspose.PDF

    Combine two or more PDF documents into one JPEG single file programmatically with Python sample code using Aspose.PDF for Python for .NET...Library on the Documentation pages. To verify the benefits of the...loop to iterate through each page of the document. The loop runs...

    products.aspose.com/pdf/python-net/merger/pdf-t...
  5. C++ Split DOC

    Split DOC files into e Pages using C++ code. Save DOC as separate files using C++....integrate the extracted DOC pages with other data and, as a result...files into parts and extract pages according to the specified mode...

    products.aspose.com/words/cpp/split/doc/
  6. C++ Split WORD

    Split WORD files into e Pages using C++ code. Save WORD as separate files using C++....integrate the extracted Word pages with other data and, as a result...files into parts and extract pages according to the specified mode...

    products.aspose.com/words/cpp/split/word/
  7. PDF to JPEG Converter using Rust | Aspose.PDF

    Rust sample code for converting PDF to JPEG on any platform...converting Convert a PDF Page to JPEG using page_to_jpeg function Close...save the specified page as Jpg-image pdf . page_to_jpg ( 1 , 100...

    products.aspose.com/pdf/rust-cpp/conversion/pdf...
  8. PDF to BMP Converter using Rust | Aspose.PDF

    Rust sample code for converting PDF to BMP on any platform...converting Convert a PDF Page to BMP using page_to_bmp function Close...save the specified page as Bmp-image pdf . page_to_bmp ( 1 , 100...

    products.aspose.com/pdf/rust-cpp/conversion/pdf...
  9. Replace Image in Existing PDF File|Aspose.PDF f...

    This section describes about replace image in existing PDF file using C# library....collection can be found in a page’s Resources collection. To replace...FileMode . Open )) { document . Pages [ 1 ]. Resources . Images ....

    docs.aspose.com/pdf/net/replace-image-in-existi...
  10. How to Create PDF using Java

    In this short and elaborative tutorial, you will learn how to create PDF using Java. This tutorial will help you, how to generate PDF file in Java using simple API calls, whether you are working in Windows, macOS, or Linux platforms....Page Product Family Aspose.PSD Product...followed by addition of empty page in pages collection. By using TextBuilder...

    kb.aspose.com/pdf/java/how-to-create-pdf-using-...