Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 4,854 for

image rotation

(0.05 sec)
  1. Working with Text in PDF using Python|Aspose.PD...

    This section explains various techniques of text handling. Learn how to add, replace, rotate, search text using Aspose.PDF for Python....place a caption next to an image, or just fill out an application...inside PDF file, replace and rotate text in your document. Aspose...

    docs.aspose.com/pdf/python-net/working-with-text/
  2. Change QR Code Color using Python

    This article guides on how to change QR code color using Python. It shares instructions set for developing the application, IDE configuration, and a sample code to set QR code background color using Python....Imaging Product Family Aspose.BarCode...generator Save the output QR code image as a PNG on the disk The aforementioned...

    kb.aspose.com/barcode/python/change-qr-code-col...
  3. Working with Artifacts in .NET|Aspose.PDF for .NET

    Aspose.PDF for .NET allows you to add a background Image to PDF pages, and get each watermark using Artifact class....headers, footers, separators, or images that do not convey any meaning...Artifact.Image – Gets an artifact’s image (if an image is presents...

    docs.aspose.com/pdf/net/artifacts/
  4. Format PowerPoint Shapes in JavaScript|Aspose.S...

    Format PowerPoint shapes in JavaScript using Aspose.Slides—set fill, line, and effect styles for PPT, PPTX, and ODP files with precision and full control....rectangles (as shown in the image above) were created using the...insert an image inside a shape—effectively using the image as the...

    docs.aspose.com/slides/nodejs-java/shape-format...
  5. Insert Checkboxes, Text Input or Images during ...

    Insert checkboxes or text input fields during Mail Merge using Java. Also insert Images from a Database during Mail Merge in Java....Checkboxes, Text Input, or Images Contents [ Hide ] The merge...during a mail merge insert images from any custom storage (files...

    docs.aspose.com/words/java/insert-checkboxes-te...
  6. Archive

    archives...Imaging for .NET is a go-to image resize service...is also powered by Aspose.Imaging for .NET . However, there is...

    blog.aspose.com/imaging/reduce-the-size-of-a-jp...
  7. Aspose.BarCode for .NET|Documentation

    Aspose.BarCode for .NET API allows .NET programmers to control and manipulate barcode scanning, barcode reading and qr scanning functionalities. It provides a group of classes to work with barcodes on the backend, as well as GUI-based controls to process barcodes. Free evaluation version is available....color, bar color, rotation angle, X-dimension, image quality, resolution...

    docs.aspose.com/barcode/net/
  8. NodeRendererBase.bounds_in_points property | As...

    NodeRendererBase.bounds_in_points property. Gets the actual bounds of the shape in points....bounds takes into account shape rotation (if any). Examples Shows how...) # Verify the size of the image that the OfficeMath object will...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Manipulating WebP Images|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Manipulating WebP Images Contents [ Hide ] Convert GIFF Image Frame to...to WebP Image Aspose.Imaging enables you to extract a frame or...

    docs.aspose.com/imaging/net/manipulating-webp-i...
  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"; …...isLandscape); Image image = new Image(); image.setImageStream(new...decode(base64Image))); image.setFixWidth(100); image.setFixHeight(50);...

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