Sort Score
Result 10 results
Languages All
Labels All
Results 9,171 - 9,180 of 186,855 for

page

(0.19 sec)
  1. Convert VSD to VSDX using Python

    This short tutorial describes the process to convert VSD to VSDX using Python. It provides all the necessary details to set the IDE and develop a VSD to VSDX converter using Python....Page Product Family Aspose.PSD Product...VSD to VSDX Create a list of pages that you want to load from the...

    kb.aspose.com/diagram/python/convert-vsd-to-vsd...
  2. How to Add Image in PDF using Python

    This article explains how to add image in PDF using Python. It covers the environment configuration details, the algorithm, and a code snippet....Page Product Family Aspose.PSD Product...using Python on one or more pages as per your requirements without...

    kb.aspose.com/pdf/python/how-to-add-image-in-pd...
  3. StackOverflowException with ImagePlacementAbsor...

    Using the following code on the attached PDF causes a StackOverflowException on Aspose.PDF for .NET 26.2: var pdf = new Document("input.pdf"); var absorber = new ImagePlacementAbsorber(); …...Pages[1].Accept(absorber); Removing...ImagePlacementAbsorb walks the page content tree to collect image...

    forum.aspose.com/t/stackoverflowexception-with-...
  4. How to Convert Word to PDF using Python

    This brief tutorial contains information on how to convert Word to PDF using Python. In order to convert Word to PDF in Python this topic entails the environment configuration steps and API calls required to perform the conversion....Page Product Family Aspose.PSD Product...the page number that you wish to export to PDF using page_set...

    kb.aspose.com/words/python/how-to-convert-word-...
  5. Aspose::Words::Drawing::RelativeVerticalSize en...

    Aspose::Words::Drawing::RelativeVerticalSize enum. Specifies relatively to what the height of a shape or a text frame is calculated vertically in C++.... Page 1 Specifies that the height...calculated relatively to the page height. TopMargin 2 Specifies...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. FieldIndex.bookmark_name property | Aspose.Word...

    FieldIndex.bookmark_name property. Gets or sets the name of the bookmark that marks the portion of the document used to build the index....value on the left side # and the page containing the XE field on the...get_field_code ()) # On a new page, start the bookmark with a name...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Table header cell has no associated subcells - ...

    I am using Aspose.PDF for .NET version 25.8.0. I need to create a tagged table that passes the “Table header cell has no associated subcells” check for PDF/UA compliance. I have found that the object created by headerR…...new Document(); Page page = pdfDocument.Pages.Add(); // Create...table Table table = new Table(); page.Paragraphs.Add(table); // Add...

    forum.aspose.com/t/table-header-cell-has-no-ass...
  8. Հեռացրեք պատկերը PDF-ից Java-ի միջոցով

    Այս հոդվածը նկարագրում է, թե ինչպես հեռացնել պատկերը PDF-ից Java-ի միջոցով: Այն ունի IDE կոնֆիգուրացիաներ, քայլեր և օրինակելի կոդը՝ Java-ի միջոցով PDF-ից պատկերը ջնջելու համար:...Page Product Family Aspose.PSD Product...images from a page. You may iterate through all the pages in the PDF...

    kb.aspose.com/hy/pdf/java/remove-image-from-pdf...
  9. 如何将PDF中的图片置于底层? - Free Support Forum - aspose.com

    如何将PDF中的图片置于底层? 如何在PDF中添加图片时,将图片绘制在底层?...new Document(); Page page = pdfDocument.Pages.Add(); // 创建一个新的图层...DrawImage(image)); // 将图层添加到页面 page.Layers.Add(layer); // 保存PDF文档...

    forum.aspose.com/t/pdf/316036
  10. How to Convert Image to PDF in Java

    This basic tutorial explains how to convert image to PDF in Java. You will learn how using Java PNG to PDF conversion can be accomplished by following a few steps and a runnable code snippet....Page Product Family Aspose.PSD Product...the first page in the newly created PDF file. Each page contains...

    kb.aspose.com/pdf/java/how-to-convert-image-to-...