Sort Score
Result 10 results
Languages All
Labels All
Results 1,961 - 1,970 of 181,228 for

page

(0.23 sec)
  1. Add TOC to Existing PDF in Python|Aspose.PDF fo...

    Discover how to add a Table of Contents (TOC) to an existing PDF document using Python and Aspose.PDF for better navigation....Get access to first page of PDF file toc_page = doc . getPages ()...toc_info . setTitle ( title ) toc_page . setTocInfo ( toc_info ) #...

    docs.aspose.com/pdf/python-java/add-toc-to-exis...
  2. 使用 C++ 添加图形注释|Aspose.PDF for C++

    本文描述了如何使用 Aspose.PDF for C++ 添加、获取和删除 PDF 文档中的图形注释...pdf" ); auto page = document -> get_Pages () -> idx_get (...MakeObject < CircleAnnotation > ( page , MakeObject < Rectangle > (...

    docs.aspose.com/pdf/zh/cpp/figures-annotation/
  3. Convert various Images formats to PDF in .NET|A...

    Convert various images formats such as, CDR, DJVU, BMP, CGM, JPEG, DICOM, PNG, TIFF, EMF and SVG to PDF using C# .NET....Document ()) { // Add page var page = document . Pages . Add (); var...= dataDir + "BMPtoPDF.bmp" ; page . Paragraphs . Add ( image );...

    docs.aspose.com/pdf/net/convert-images-format-t...
  4. 请教,如何在pdf中某一个固定位置插入一个base64image的图片,固定位置需要判断横向纵...

    public static void main(String[] args) { try { String inFilePath = "E:\\test\\pdf_signature\\a.pdf"; String outFilePath = "E:\\test\\pdf_signature\\z" + Instant.now().toEpochMilli() + ".pdf"; …...new Document(inFilePath); Page page = pdfDocument.getPages().get_Item(1);...isLandscape = page.getPageInfo().getWidth() > page.getPageInfo()...

    forum.aspose.com/t/pdf-base64image/315504
  5. Archive

    archives...integration of HTML5 Canvas on web pages. HTML5 Canvas element is used...graphics on the fly within the web pages. It provides you with an area...

    blog.aspose.com/imaging/generate-html5-canvas-p...
  6. Change Background of VSSX File via Python | pro...

    Python source code to change background of VSSX 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...
  7. Change Background of VSS File via Python | prod...

    Python source code to change background of VSS 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-net/changeba...
  8. Extract Data from Table in PDF|Aspose.PDF for C++

    Learn how to extract tabular from PDF using Aspose.PDF for C++....table extraction from the all pages: void ExtractTable () { std...// Scan pages for ( auto page : document -> get_Pages ()) { absorber...

    docs.aspose.com/pdf/cpp/extract-data-from-table...
  9. Supported file formats|Documentation

    File formats for images and recognition results supported by Aspose.OCR for Java....standardized format for multi-page documents .JPG JPEG, the most...TIFF or .TIF Single-page and multi-page images, commonly used...

    docs.aspose.com/ocr/java/supported-file-formats/
  10. Aspose::Words::PageSetup::ClearFormatting metho...

    Aspose::Words::PageSetup::ClearFormatting method. Resets Page setup to default paper size, margins and orientation in C++....PageSetup::ClearFormatting method Resets page setup to default paper size...Shows how to apply and revert page setup settings to sections in...

    reference.aspose.com/words/cpp/aspose.words/pag...