Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 7,224 for

rotation

(0.18 sec)
  1. GroupShape class | Aspose.Words for Python

    aspose.words.drawing.GroupShape class. Represents a group of shapes in a document...(Inherited from ShapeBase ) rotation Defines the angle (in degrees)...degrees) that a shape is rotated. Positive value corresponds to...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 在 PDF 中使用 C# 添加图像印章|Aspose.PDF for .NET

    使用 Aspose.PDF 库中的 ImageStamp 类在 PDF 文档中添加图像印章。... Rotate = Rotation . on270 ; imageStamp ...

    docs.aspose.com/pdf/zh/net/image-stamps-in-pdf-...
  3. Java Barcode Library - Generate & Recognize QR,...

    Add barcode generation and recognition to Java applications. Create and scan 1D & 2D barcodes like QR Code, Data Matrix, PDF417, Code128 using a powerful cross-platform Java API.... PDFs, and streams Handle rotated, skewed, or noisy barcode images...background color, bar color, rotation angle, x-dimension, image...

    products.aspose.com/barcode/java/
  4. 2 issues when loading jpg and saving as another...

    Hello Try to convert this jpg to tiff, 2 issues: Image Exif and Xmp data will not be saved in the resulting Tiff. Result image is rotated! Original image is not! Thanks. Tested when saving as Tiff and Png, happened…... Result image is rotated! Original image is not! Thanks...meta data transfer and image rotation when saved? Thanks. Denis...

    forum.aspose.com/t/2-issues-when-loading-jpg-an...
  5. 在 PDF 中添加图像印章使用 JavaScript 通过 C++|Aspose.PDF fo...

    使用 JavaScript 工具包中的 AsposePdfAddStamp 函数将图像印章添加到您的 PDF 文档中。... Rotation . on270 , 0.5 , "ResultStamp...setWidth_ = 40 ; const rotation_ = 'Module.Rotation.on270' ; const setOpacity...

    docs.aspose.com/pdf/zh/javascript-cpp/stamping/
  6. Format Presentation Charts in Java|Aspose.Slide...

    Learn chart formatting in Aspose.Slides for Java and elevate your PowerPoint presentation with professional, eye-catching styling....for Category Axis Setting Rotation Angle for Category Axis labels...Setting category axis label rotation angle chart . getAxes ()....

    docs.aspose.com/slides/java/chart-formatting/
  7. Format Presentation Charts in С++|Aspose.Slides...

    Learn chart formatting in Aspose.Slides for С++ and elevate your PowerPoint presentation with professional, eye-catching styling....for Category Axis Setting Rotation Angle for Category Axis labels...

    docs.aspose.com/slides/cpp/chart-formatting/
  8. How to Generate Barcode in Python? | products.a...

    Short script code to generate barcodes using Python. Barcodes can be 1D, 2D and postal barcode images of various symbologies including 128 and QR using few lines code....color, resolution, text label, rotation angle, and more. This flexibility...

    products.aspose.com/total/python-net/generate-b...
  9. Convert HTML to DXF via C# API | products.aspos...

    Export HTML to DXF in your .NET applications without using any third party application... Convert & Rotate HTML File to DXF via C# Using...Using the API, you can also rotate the output DXF image as per...

    products.aspose.com/total/net/conversion/html-t...
  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"; …...position and possibly its rotation based on the page’s orientation...method. Additionally, you can rotate the image if necessary. Here’s...

    forum.aspose.com/t/pdf-base64image/315504