Sort Score
Result 10 results
Languages All
Labels All
Results 1,911 - 1,920 of 4,425 for

rotate page

(0.19 sec)
  1. 使用 C++ 打印 PDF | Aspose.PDF

    使用 Aspose.PDF for C++ 透過 C++ 範例程式碼以程式方式列印 PDF 文檔...Print the file with adjusted rotation viewer . PrintPageDialog =...false ; // Do not produce the page number dialog when printing...

    products.aspose.com/pdf/zh-hant/cpp/print/
  2. How to Add Watermark | Aspose.PDF

    Do you know how easily Add Watermark to PDF in Java? Add Watermark to PDF with high quality using Java Aspose.PDF library....properties, such as alignment, rotation, opacity, and background,...artifact is added to the first page of the PDF using the getArtifacts()...

    products.aspose.com/pdf/tutorial/add-watermark/
  3. Convert PowerPoint Presentations to Video in Py...

    Learn how to convert PowerPoint and OpenDocument presentations to video using Python. Discover sample code and automation techniques to streamline your workflow....Prestige Fracture Crush Peel Off Page Curl Airplane Origami Dissolve...PowerPoint Pan Ferris Wheel Conveyor Rotate Orbit Fly Through FAQ Is it...

    docs.aspose.com/slides/python-net/convert-power...
  4. How to Add Circle in PDF using Java

    This article describes how to add circle in PDF using Java. It contains the information to establish the environment, steps to write the program and a sample code to insert circle in PDF using Java....Page Product Family Aspose.PSD Product...a new PDF document and add a page to it for adding graphics object...

    kb.aspose.com/pdf/java/how-to-add-circle-in-pdf...
  5. PclSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.PCL format in Java....Allows to control how separate pages are saved when a document is...exported to fixed page format. getPageSet() Gets the pages to render...

    reference.aspose.com/words/java/com.aspose.word...
  6. 以编程方式保存 Visio 文档|Documentation

    本页介绍如何将 Visio 文档保存到文件,使用 Aspose.Diagram 库进行流式传输。...Defines whether need enlarge page to fit drawing content or not...// discard saving background pages of the Visio diagram options...

    docs.aspose.com/diagram/zh/java/save-visio-docu...
  7. Format Worksheet Cells in a Workbook with Node....

    Learn how to format worksheet cells in a workbook using Aspose.Cells for Node.js via C++. Customize the appearance and style of data in spreadsheets....column, set alignments, wrap and rotate text in cells. Aspose.Cells...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/nodejs-cpp/format-workshe...
  8. Add Image Stamp to PDF using C++ | Aspose.PDF

    Add image stamp to PDF file programmatically with C++ sample code using Aspose.PDF for C++.... Add the Stamp to Page using AddStamp method Add Image...); imageStamp -> set_Rotate ( Rotation :: on270 ); imageStamp...

    products.aspose.com/pdf/cpp/stamps/image/
  9. Remove Shape Protection|Documentation

    This section explains how to remove shape protection using Aspose.Diagram for Python via Java....height, x-position, y-position, rotation and more. Developers can achieve..."ProtectAndUnprotect.vsd" ) # get page by name page = diagram . getPages ()...

    docs.aspose.com/diagram/python-java/remove-shap...
  10. 在C++中使用Artifacts|Aspose.PDF for C++

    本页描述了如何使用Aspose.PDF for C++处理Artifact类。代码片段展示了如何向PDF页面添加背景图像以及如何获取PDF文件第一页的每个水印。...ArtifactType枚举的值,其中值包括Background, Layout, Page, Pagination和Undefined)。 Artifact...Rectangle – 获取页面上工件的位置。 Artifact.Rotation – 获取工件的旋转(以度为单位,正值表示逆时针旋转)。...

    docs.aspose.com/pdf/zh/cpp/artifacts/