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

page

(0.19 sec)
  1. Quick Tips|Aspose.PDF for Java

    Boost your productivity with quick tips for Aspose.PDF for Java. Learn time-saving techniques and essential tricks....Tips Contents [ Hide ] This page contains some quick tips related...PDF')" )); //Adding JavaScript at Page Level document . getActions...

    docs.aspose.com/pdf/java/quick-tips/
  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. LayoutCollector.Clear | Aspose.Words for .NET

    Efficiently clear all collected layout data with the LayoutCollector Clear method. Ideal for post-update document management and layout rebuilding....how to see the the ranges of pages that a node spans. Document..."GetNumPagesSpanned" method to count how many pages the content of our document...

    reference.aspose.com/words/net/aspose.words.lay...
  4. 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...
  5. 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...
  6. 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/
  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/