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

rotate page

(0.16 sec)
  1. How to add watermark to doc's every page - Free...

    How to add text as watermark in every Page?I try it, but some Pages don’t have watermark. code: doc = aw.Document(str(file_path)) text_watermark_options = aw.TextWatermarkOptions() text_watermark_options.font_family = …...add watermark to doc's every page Aspose.Words Product Family...watermark in every page?I try it, but some pages don’t have watermark...

    forum.aspose.com/t/how-to-add-watermark-to-docs...
  2. Redact certain text in PDF using Aspose.PDF for...

    Dear support team, if I use following code to blacken a section of the following document, the text that is deleted from the pdf-document is not under the annotation. The Page is Rotated to 180 degrees. If I try the s…...does not work correctly on rotated page Aspose.PDF Product Family...under the annotation. The page is rotated to 180 degrees. If I try...

    forum.aspose.com/t/redact-certain-text-in-pdf-u...
  3. Add stamp image in particular page using Aspose...

    Hi Team, We have requirement add stamp image, in particular pdf Page. Currently it is adding in each Page. Is there any Page parameter to pass in AsposePdfAddStamp, So only particular that Page will show the stamp. Th…...Add stamp image in particular page using AsposePdfAddStamp Aspose...particular pdf page. Currently it is adding in each page. Is there...

    forum.aspose.com/t/add-stamp-image-in-particula...
  4. Change PDF Page Size Programmatically|Aspose.PD...

    使用C++库更改PDF文件的页面大小。...Change PDF Page Size Programmatically Contents [ Hide ] PDF是...页面大小。本主题解释如何更新/更改现有 PDF 文件的页面尺寸(大小)。 Page 类包含 SetPageSize(…) 方法,该方法允许...

    docs.aspose.com/pdf/zh/cpp/change-page-size/
  5. 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/java/deskew/
  6. 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/
  7. 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/
  8. 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/
  9. 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/
  10. 请教,如何在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