Sort Score
Result 10 results
Languages All
Labels All
Results 1,951 - 1,960 of 181,248 for

page

(0.09 sec)
  1. 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...
  2. getPrintingPageBreaks returning unexpected resu...

    Hello, I am using the aspose-cells version 25.6. Below is the code I am using, ImageOrPrintOptions printOption = new ImageOrPrintOptions(); printOption.setPrintingPage(PrintingPageType.DEFAULT); cas = curSheet.getPri…... I expect 0 number of pages since, it is a single sheet...sheet with no distinguished pages in it. Please find the inupt file...

    forum.aspose.com/t/getprintingpagebreaks-return...
  3. Add Image stamps in PDF using C#|Aspose.PDF for...

    Add the Image Stamp in your PDF document using ImageStamp class with the Aspose.PDF library.... Call the Page class’ AddStamp method to add...stamp to particular page document . Pages [ 1 ]. AddStamp ( imageStamp...

    docs.aspose.com/pdf/net/image-stamps-in-pdf-page/
  4. Working with Hyperlinks | Aspose.Note Documenta...

    A comprehensive guide on creating and managing hyperlinks within your project....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/note/net/working-with-hyperlinks/
  5. 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...
  6. 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...
  7. 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...
  8. 请教,如何在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
  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. Generating preview for multipage CDR to webP - ...

    We are trying to generate a preview from multiPage Corel draw file(cdr) to webp and we encountered this exception. Aspose.Imaging.CoreExceptions.ImageSaveException: Image saving failed. —> Aspose.Imaging.CoreExceptions.…...Cast to CdrImage to access pages CdrImage cdrImage = image as...false); } // Get pages array - for single page CDR, Pages will contain...

    forum.aspose.com/t/generating-preview-for-multi...