Sort Score
Result 10 results
Languages All
Labels All
Results 2,241 - 2,250 of 187,327 for

page

(0.09 sec)
  1. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – PDF Stamping in C++: Text, Image, and Page Options https://products.aspose.com/pdf/cpp/stamps/ Recent content in PDF Stamping in C++: Text, Ima......Stamping in C++: Text, Image, and Page Options https://products.aspose...Stamping in C++: Text, Image, and Page Options on Aspsoe.PDF Products...

    products.aspose.com/pdf/cpp/stamps/index.xml
  2. Change Background of VSTM File via Python | pro...

    Python source code to change background of VSTM 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...
  3. 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-java/changeb...
  4. Change Background of VSDX File via Python | pro...

    Python source code to change background of VSDX 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...
  5. TIF to PDF-A-1B is not converting as expected. ...

    Hi Team, We are trying to covert TIF File to PDF using Aspose Total, Aspose PDF. But, the result is not as expected. Image is shrinked and is showing as line. Aspose PDF version : 25.7 Current JDK : 21-jre-alpine vert…... a mismatch between the PDF page size and the image size, or...too small. Set Page Size : Make sure that the page size of the PDF...

    forum.aspose.com/t/tif-to-pdf-a-1b-is-not-conve...
  6. FootnotePosition enumeration | Aspose.Words for...

    aspose.words.notes.FootnotePosition enumeration. Defines the footnote position....BOTTOM_OF_PAGE Footnotes are output at the bottom of each page. BENEATH_TEXT...output beneath text on each page. Examples Shows how to select...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Issue with HTML to PDF Conversion – Content Ove...

    Hi Aspose Team, We are currently experiencing an issue with HTML-to-PDF conversion using Aspose.PDF. In our HTML content, which includes structured data, the content is not rendering correctly during the conversion pro…...to split/partition across the page, creating unwanted gaps and...generated PDF. Additionally, during page partitioning, when the content...

    forum.aspose.com/t/issue-with-html-to-pdf-conve...
  8. How to get Caret Annotation using Java | Aspose...

    Get Caret annotations programmatically in PDF with Java sample code on Java Runtime Environment for JSP/JSF Application and Desktop Applications....Document class Create a new page or get a reference to an existing...Add for Caret annotation from Page.Annotations collections Save...

    products.aspose.com/pdf/java/annotation/caret/get/
  9. Get Visio Shape Inherit Line|Documentation

    This section explains how to get visio shape's line style inherited from it's parent style and master with Aspose.Diagram....vsdx" ); // Get page by ID Page page = diagram . getPages...getPage ( "Page-1" ); // Get shape by ID Shape shape = page . getShapes...

    docs.aspose.com/diagram/java/get-visio-shape-in...
  10. TIF 轉成PDF後頁面會縮小無法滿版 - Free Support Forum - aspo...

    TIF 轉成PDF後頁面會縮小, 如何可以滿版? 以下是程式碼片段 using (FileStream fs = new FileStream($“D:\IMG2PDF.tif”, FileMode.Open, FileAccess.Read)) { // Create a new Document object Document pdfDocument = new Document(); // Ad…...Add a page to the PDF document Page page = pdfDocument.Pages.Add();...image to the page's paragraphs collection page.Paragraphs.Add(image);...

    forum.aspose.com/t/tif-pdf/293699