Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 4,054 for

rotate page

(0.38 sec)
  1. 使用 C# 旋转 PDF 页面|Aspose.PDF for .NET

    本主题描述了如何使用 C# 程序化地旋转现有 PDF 文件中的页面方向。...您还可以通过使用 Rotate() 方法设置旋转角度来更改页面方向。 // For complete...RunExamples . GetDataDir_AsposePdf_Pages (); // Open PDF document using...

    docs.aspose.com/pdf/zh/net/rotate-pages/
  2. 使用页面旋转|Aspose.PDF for .NET

    本节解释如何使用 PdfPageEditor 类处理页面旋转。...pdf" ); // Specify the page rotation dictionary editor . PageRotations..."sample-rotate-a.pdf" ); } } 使用 Rotation 旋转页面 我们还可以使用 Rotation 属性。旋转必须是...

    docs.aspose.com/pdf/zh/net/working-with-page-ro...
  3. Working with Text in PDF using C#|Aspose.PDF fo...

    This section explains various techniques of text handling. Learn how to add, replace, Rotate, search text using Aspose.PDF and C#....inside PDF file, replace and rotate text in your document. Aspose...text and other content on a PDF page. Replace Text in PDF - to replace...

    docs.aspose.com/pdf/net/working-with-text/
  4. Impose PDF using Java

    This article guides on how to impose PDF using Java. It has the details to set the IDE, a list of steps, and a sample code to perform PDF imposition using Java....Page Product Family Aspose.PSD Product...will guide you in applying PDF page imposition using various overloaded...

    kb.aspose.com/pdf/java/impose-pdf-using-java/
  5. Add Text Stamp to PDF using Python | Aspose.PDF

    Add text stamp to PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET.... Add the Text Stamp to Page using AddStamp method Add Text...( path_infile ) document . pages . add () # Create text stamp...

    products.aspose.com/pdf/python-net/stamps/text/
  6. Delete PDF Pages with Rust via C++|Aspose.PDF f...

    You can delete Pages from your PDF file using Aspose.PDF for Rust via C++....Delete PDF Pages with Rust via C++ Contents [ Hide ] You can...can delete pages from a PDF file using Aspose.PDF for Rust via C++...

    docs.aspose.com/pdf/rust-cpp/delete-pages/
  7. Working with PDF Pages in Rust|Aspose.PDF for R...

    How to add Pages, Rotate Pages, add Page number, you can know in this section. Aspose.PDF for Rust via C++ explain to you all details on this topic....Working with PDF Pages in Rust Contents [ Hide ] You are able...do the following: Add Pages - add pages into your PDF file via...

    docs.aspose.com/pdf/rust-cpp/working-with-pages/
  8. Add Pages in PDF with Python via C++|Aspose.PDF...

    This article teaches how to insert (add) a Page at the desired location PDF file in Python using C++....Add Pages in PDF with Python via C++ Contents [ Hide ] Insert...Insert Empty Page in a PDF File at Desired Location The code snippet...

    docs.aspose.com/pdf/python-cpp/add-pages/
  9. Skew correction|Documentation

    How to straighten a Rotated image to improve recognition accuracy....correction Contents [ Hide ] When a page is fed to a flatbed scanner...SKEW ; asposeocr_preprocess_page_and_save ( image_path . c_str...

    docs.aspose.com/ocr/cpp/deskew/
  10. 使用 C# 更改 PDF 页面大小|Aspose.PDF for .NET

    使用 Aspose.PDF for .NET 库更改 PDF 文档的页面大小。... Page 类包含 SetPageSize(…) 方法,允许您设置...RunExamples . GetDataDir_AsposePdf_Pages (); // Open PDF document using...

    docs.aspose.com/pdf/zh/net/change-page-size/