Sort Score
Result 10 results
Languages All
Labels All
Results 2,141 - 2,150 of 184,592 for

page

(0.13 sec)
  1. Aspose::Words::Drawing::ShapeBase::get_Bottom m...

    Aspose::Words::Drawing::ShapeBase::get_Bottom method. Gets the position of the bottom edge of the containing block of the shape in C++....points, from the left side of the page. shape -> set_RelativeHorizontalPo...Drawing :: RelativeHorizontalPo :: Page ); // Set the shape's horizontal...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Generate PDF from XML|Aspose.PDF for Java

    Aspose.PDF for Java provides the opportunity to convert an XML file into PDF document requiring that the input XML file must follow the Aspose.PDF for Java Schema....<fo:simple-page-master master-name= "simpleA4" page-height= "29..."29.7cm" page-width= "21cm" margin-top= "2cm" margin-bottom= "2cm"...

    docs.aspose.com/pdf/java/generate-pdf-from-xml/
  3. Determine Line Break|Aspose.PDF for Python via ...

    Learn more about how to determinate a line break of multi-line TextFragment using Python...object is created, and a new page is added to it. Subsequently...points before being added to the page’s paragraphs. After all TextFragments...

    docs.aspose.com/pdf/python-net/determine-line-b...
  4. LayoutCollector.get_num_pages_spanned method | ...

    LayoutCollector.get_num_Pages_spanned method. Gets number of Pages the specified node spans...get_num_pages_spanned method get_num_pages_spanned(node) Gets...Gets number of pages the specified node spans. 0 if node is within...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Output Streams – C# MemoryStream – Aspose.HTML ...

    Learn about the ICreateStreamProvider interface, which is used when storing a conversion result in memory or sending it to remote storage....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/html/net/output-streams/
  6. How to Set Print Titles with JavaScript via C++...

    This article shows you how to set print titles using the Aspose.Cells library for JavaScript via C++....are repeated on every printed page, which is especially useful...spreadsheets that span multiple pages. Here are some reasons why you...

    docs.aspose.com/cells/javascript-cpp/how-to-set...
  7. Update Fields in Jython|Aspose.Words for Java

    Update Document Fields using Jython.... write ( "Page: " ) builder . insertField ( "PAGE" ) builder...document content on the second page. builder . insertBreak ( BreakType...

    docs.aspose.com/words/java/update-fields-in-jyt...
  8. Add Image to PDF in C# - Maintain Aspect ratio ...

    I have code that takes a list of documents (PDFs, image files, Word Docs, etc) and appends each into one single PDF. It has been pointed out to me that when an image that is larger than the Page is appended, the aspect …...image that is larger than the page is appended, the aspect ratio...Aspose.Pdf.Document(); Page page = pdfDoc.Pages.Add(); FileStream...

    forum.aspose.com/t/add-image-to-pdf-in-c-mainta...
  9. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – افزودن تمبر صفحه به PDF با استفاده از C# https://products.aspose.com/pdf/fa/net/stamps/Page/ Recent content in افزودن تمبر صفحه به PDF با استفا......com/pdf/fa/net/stamps/page/ Recent content in افزودن تمبر...aspose.com/pdf/fa/net/stamps/page/index.xml self application/rss+xml...

    products.aspose.com/pdf/fa/net/stamps/page/inde...
  10. 向PDF文件添加文本|Aspose.PDF for Java

    本文介绍了在Aspose.PDF中处理文本的各个方面。了解如何向PDF添加文本、添加HTML片段或使用自定义OTF字体。...pdf" ); // 获取特定页面 Page pdfPage = document . getPages...Document (); // 在文档对象的页面集合中添加页面 Page page = doc . getPages (). add ();...

    docs.aspose.com/pdf/zh/java/add-text-to-pdf-file/