Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 4,775 for

image rotation

(0.12 sec)
  1. How to Rotate Text in Adobe Acrobat using Java

    This short tutorial guides on how to rotate text in Adobe Acrobat using Java. It contains details about the IDE settings, step-wise process and a runnable sample code to rotate text in PDF using Java....Imaging Product Family Aspose.BarCode...Aspose.TeX Product Family How to Rotate Text in Adobe Acrobat using...

    kb.aspose.com/pdf/java/how-to-rotate-text-in-ad...
  2. Crop SVG – Free Online SVG Image Crop

    Crop SVG Image online with Aspose.SVG. Focus on specific elements, optimize designs, and tailor graphics to your needs with our free Crop SVG tool....Imaging Product Solution Aspose.BarCode...Slides Product Solution Aspose.Imaging Product Solution Aspose.BarCode...

    products.aspose.com/svg/crop/
  3. 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...
  4. How to Convert PLT to PDF in C#

    This quick article explains how to convert PLT to PDF in C#. It covers all the important information including the algorithm and code snippet to create a PLT to PDF converter software in C#....Imaging Product Family Aspose.BarCode...the source PLT file with the Image class Create an object of the...

    kb.aspose.com/cad/net/how-to-convert-plt-to-pdf...
  5. Generate EAN 13 Barcode in Python

    This guide covers how to generate EAN 13 barcode in Python. It discusses the environment configuration, the stepwise process, and a code snippet to create EAN 13 barcode in Python....Imaging Product Family Aspose.BarCode...output EAN 13 barcode as a PNG image These steps outline the process...

    kb.aspose.com/barcode/python/generate-ean13-bar...
  6. Working with Coordinate System Transformations|...

    Change Coordinate System Transformations of Image in C#....Graphics object to specify the rotation angle Draw the shapes with...such as Rectangle Working with Image Rendering Working with Text...

    docs.aspose.com/drawing/net/working-with-coordi...
  7. Working with Coordinate System Transformations|...

    Change Coordinate System Transformations of Image in Java....Graphics object to specify the rotation angle. Draw the shapes with...as a rectangle. Working with Image Rendering Drawing Text and Fonts...

    docs.aspose.com/drawing/java/working-with-coord...
  8. Aspose::Words::Rendering::NodeRendererBase::get...

    Aspose::Words::Rendering::NodeRendererBase::get_SizeInPoints method. Gets the actual size of the shape in points in C++....size 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/cpp/aspose.words.ren...
  9. Get Resolution and Dimensions of Embedded Image...

    Discover how to extract Image resolutions and dimensions from embedded Images in PDF files using Aspose.PDF in Java....and Dimensions of Embedded Images Contents [ Hide ] This topic...dimension information about images without having to extract them...

    docs.aspose.com/pdf/java/get-resolution-and-dim...
  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