Sort Score
Result 10 results
Languages All
Labels All
Results 1,751 - 1,760 of 188,089 for

page

(0.17 sec)
  1. 使用C++旋转PDF页面|Aspose.PDF for C++

    本主题描述了如何使用C++以编程方式旋转现有PDF文件中的页面方向。...( auto page : document -> get_Pages ()) { auto r = page -> get_MediaBox...get_Height () - newHeight ); page -> set_MediaBox ( MakeObject...

    docs.aspose.com/pdf/zh/cpp/rotate-pages/
  2. Security Notes|Aspose.Words for .NET

    Aspose.Words for .NET recognizes and adheres to common security standards to ensure a high level of data security. Look at possible security issues and recommendations on how to avoid them using C#.... What is this page about? This page explains security features...results. Please refresh the page and try again....

    docs.aspose.com/words/net/security/
  3. Showcases|Aspose.Words for .NET

    We show you examples of projects that use some of the Aspose.Words features. Such projects demonstrate more complex interactions between these features.... What is this page about? This page explains real-world...results. Please refresh the page and try again....

    docs.aspose.com/words/net/showcases/
  4. EPS to PDF Merge using C++ | Aspose.PDF

    Combine two or more EPS documents into one PDF single file programmatically with C++ sample code using Aspose.PDF for C++...Library on the Documentation pages. To verify the benefits of the...merging images In loop: add a new page to PDF document In loop: add...

    products.aspose.com/pdf/cpp/merger/eps-to-pdf/
  5. Add Bookmark|Aspose.Words for .NET

    Add a bookmark into a document easily and fast instead of using VSTO in C#.... What is this page about? This page outlines how to add...results. Please refresh the page and try again....

    docs.aspose.com/words/net/add-bookmark/
  6. PageSetup.borderDistanceFrom property | Aspose....

    PageSetup.borderDistanceFrom property. Gets or sets a value that indicates whether the specified Page border is measured from the edge of the Page or from the text it surrounds....specified page border is measured from the edge of the page or from...border at the top of the first page. let doc = new aw . Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. AsposeWordsPrintDocument.TotalPagesPrinted | As...

    Shows total Pages printed in Aspose.Words to track print session output....property Gets the total number of pages actually printed during the...Shows how to filtering pages base on page color. public void ColorMode...

    reference.aspose.com/words/net/aspose.words.ren...
  8. Add HTML String using DOM in Python|Aspose.PDF ...

    Explains how to add HTML string in DOM using Python with PDF file format library... Document () page = doc . getPages () . add ()...paragraphs collection of page page . getParagraphs () . add (...

    docs.aspose.com/pdf/java/add-html-string-using-...
  9. JPEG to PDF Merge using C++ | Aspose.PDF

    Combine two or more JPEG documents into one PDF single file programmatically with C++ sample code using Aspose.PDF for C++...Library on the Documentation pages. To verify the benefits of the...merging files In loop: add a new page to PDF document In loop: add...

    products.aspose.com/pdf/cpp/merger/jpeg-to-pdf/
  10. 以编程方式创建 PDF 文档|Aspose.PDF for .NET

    本页面描述了如何使用 Aspose.PDF 库从头开始创建 PDF 文档。... 向 Document 对象的 Pages 集合中添加一个 Page 对象。 向页面的 Paragraphs 集合中添加...Document ()) { // Add page var page = document . Pages . Add (); // Add...

    docs.aspose.com/pdf/zh/net/create-document/