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

page

(0.29 sec)
  1. Hello World PHP via Java Example|Aspose.PDF for...

    This Page show how use simple programming for create a PDF document containing text - Hello World using Aspose.PDF for PHP via Java....Instantiate a Document object Add a Page to document object Create a...Paragraph collection of the page Save the resultant PDF document...

    docs.aspose.com/pdf/php-java/hello-world-example/
  2. Aspose::Words::Rendering::PageInfo::GetSizeInPi...

    Aspose::Words::Rendering::PageInfo::GetSizeInPixels method. Calculates the Page size in pixels for a specified zoom factor and resolution in C++....float) method Calculates the page size in pixels for a specified...ReturnValue The size of the page in pixels. See Also Class PageInfo...

    reference.aspose.com/words/cpp/aspose.words.ren...
  3. Delete Forms from PDF in Python|Aspose.PDF for ...

    Remove form objects from PDF Pages by using Aspose.PDF for Python via .NET, including full cleanup and targeted deletion....from a Page This code removes all form objects from the page specified...specified by page_num and saves the updated document. Load the PDF...

    docs.aspose.com/pdf/python-net/remove-form/
  4. VbaProject.CodePage | Aspose.Words for .NET

    Discover how to manage the VbaProject CodePage property to optimize your VBA project's code Page settings for enhanced performance and compatibility....sets the VBA project’s code page. public int CodePage { get ;...explicitly set appropriate code page to preserve regional character...

    reference.aspose.com/words/net/aspose.words.vba...
  5. for Umbraco|Aspose.Words for .NET

    Integrating Aspose.Words for .NET with Umbraco content management systems using C#.... What is this page about? This page explains the use of...results. Please refresh the page and try again....

    docs.aspose.com/words/net/aspose-words-net-for-...
  6. Document Comparison|Aspose.Words for .NET

    Investigate a showcase for Comparing Documents with Aspose.Words for .NET.... What is this page about? This page describes how Aspose...results. Please refresh the page and try again....

    docs.aspose.com/words/net/document-comparison-b...
  7. Splitter.RemoveBlankPages | Aspose.Words for .NET

    Effortlessly eliminate empty Pages from your documents with the Splitter RemoveBlankPages method. Save time and enhance your workflow today!...string, string ) Removes empty pages from the document and saves...the output. Returns a list of page numbers that were removed. public...

    reference.aspose.com/words/net/aspose.words.low...
  8. PageSetup.headingLevelForChapter property | Asp...

    PageSetup.headingLevelForChapter property. Gets or sets the heading level style that is applied to the chapter titles in the document....applied to page number. Before you can create page numbers that...Examples Shows how to work with page chapters. let doc = new aw ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. How to remove Caret Annotation using Java | Asp...

    Remove 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/r...
  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/