Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 4,045 for

rotate page

(0.06 sec)
  1. 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...image on the page. When working with single-page images, this...

    docs.aspose.com/ocr/net/deskew/
  2. Key Features of Aspose.PDF for Go|Aspose.PDF fo...

    Aspose.PDF for Go demonstrates its general features. Its shows the supported PDF versions, and all the manipulations we can do with PDF....SetLicense Page core operation Add page. Insert page. Delete page. Count...Count page. Organize Optimize. OptimizeResource. Grayscale. Rotate...

    docs.aspose.com/pdf/go-cpp/key-features/
  3. Skew correction|Documentation

    How to straighten a Rotated image using Aspose.OCR for Python via .NET to improve recognition accuracy....correction Contents [ Hide ] When a page is fed to a flatbed scanner...image on the page. When working with single-page images, this...

    docs.aspose.com/ocr/python-net/deskew/
  4. 请教,如何在pdf中某一个固定位置插入一个base64image的图片,固定位置需要判断横向纵...

    public static void main(String[] args) { try { String inFilePath = "E:\\test\\pdf_signature\\a.pdf"; String outFilePath = "E:\\test\\pdf_signature\\z" + Instant.now().toEpochMilli() + ".pdf"; …...new Document(inFilePath); Page page = pdfDocument.getPages().get_Item(1);...isLandscape = page.getPageInfo().getWidth() > page.getPageInfo()...

    forum.aspose.com/t/pdf-base64image/315504
  5. Overview|Aspose.PDF for Rust via C++

    Overview of key-features and supported formats of Aspose.PDF for Rust, installation and licensing manual of Rust via C++ library....PDF for Rust via C++ This page is an overview of Aspose.PDF...resources. Let’s check Docs pages for more details: Optimize PDF...

    docs.aspose.com/pdf/rust-cpp/overview/
  6. Working with PDF Pages in C++|Aspose.PDF for C++

    How to add Pages, add headers and footers, add watermarks you can know in this section. Aspose.PDF for C++ explain to you all details on this topic....Working with PDF Pages in C++ Contents [ Hide ] Aspose.PDF for...various manipulations with Pages in your PDF document. You will...

    docs.aspose.com/pdf/cpp/working-with-pages/
  7. Overview|Aspose.PDF for Go via C++

    Overview of key-features and supported formats of Aspose.PDF for Go, installation and licensing manual of Go via C++ library....PDF for Go via C++ This page is an overview of Aspose.PDF...resources. Let’s check Docs pages for more details: Optimize PDF...

    docs.aspose.com/pdf/go-cpp/overview/
  8. Working with PDF Pages in Python via C++|Aspose...

    How to add Pages, Rotate Pages, or set Page size you can know in this section. Aspose.PDF for Python via C++ explain to you all details on this topic....Working with PDF Pages in Python via C++ Contents [ Hide ] You...do the following: Add Pages - add pages at desired location or...

    docs.aspose.com/pdf/python-cpp/working-with-pages/
  9. Working with PDF Pages in Go|Aspose.PDF for Go ...

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

    docs.aspose.com/pdf/go-cpp/working-with-pages/
  10. 使用 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/