Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 2,070 for

change image size

(0.28 sec)
  1. Efficiently Merge Presentations in PHP|Aspose.S...

    Effortlessly merge PowerPoint (PPT, PPTX) and OpenDocument (ODP) presentations with Aspose.Slides for PHP via Java, streamlining your workflow....allows you to merge other files: Images , such as JPG to JPG or PNG...two different files such as image to PDF or JPG to PDF or TIFF...

    docs.aspose.com/slides/php-java/merge-presentat...
  2. ImageSaveOptions class | Aspose.Words for Python

    aspose.words.saving.ImageSaveOptions class. Allows to specify additional options when rendering document pages or shapes to Images...document pages or shapes to images. To learn more, visit the Specify...can be used to save rendered images in the SaveFormat.TIFF , SaveFormat...

    reference.aspose.com/words/python-net/aspose.wo...
  3. What's new|Aspose.PDF for Python via .NET

    In this page introduces the most popular new features in Aspose.PDF for Python via .NET that have been introduced in recent releases.... it highlights meaningful changes while ignoring insignificant...SideBySideComparison () options . additional_change_marks = True options . comparison_mode...

    docs.aspose.com/pdf/python-net/whatsnew/
  4. Convert DWG to TIFF in Python

    This brief tutorial helps to convert DWG to TIFF in Python. It contains the details to configure the environment, a step-by-step algorithm, and a sample code snippet to develop an AutoCAD to TIFF converter in Python....Imaging Product Family Aspose.BarCode...export DWG to TIFF image Create an Image class object to load...

    kb.aspose.com/cad/python/convert-dwg-to-tiff-in...
  5. Paragraph Formatting in Word with Python

    This article guides how to set the paragraph formatting in Word with Python. It has IDE settings, steps, and a sample code for indenting paragraphs with Python....Imaging Product Family Aspose.BarCode...steps, and a sample code for changing the format of writing a paragraph...

    kb.aspose.com/words/python/paragraph-formatting...
  6. Working with Charts in Java|Aspose.Words for Java

    Introduction to Chart feature, how to create and manipulate charts using Java....with data, you are able to change its appearance. Shape.Chart...public API. For example, let’s change Chart title or legend behavior:...

    docs.aspose.com/words/java/working-with-charts/
  7. How to Add Header and Footer in PDF using Java

    This brief tutorial discusses how to add header and footer in PDF using Java. It covers the steps and the code snippet to demonstrate how using java add header and footer in PDF files....Imaging Product Family Aspose.BarCode...calls. Furthermore, you can change the text string in the header...

    kb.aspose.com/pdf/java/how-to-add-header-and-fo...
  8. Index was outside the bounds of the array when ...

    Hello, I am updating the XMP metadata of a PSB file approximately 2.7GB in Size. However, upon saving the file, I encountered the following error: “System.IndexOutOfRangeException: Index was outside the bounds of the ar…...Path)) { img = (PsdImage)Image.Load(inputStream, loadOptions);...Message.ToLower().Contains("image") && e.InnerException.Message...

    forum.aspose.com/t/index-was-outside-the-bounds...
  9. Working with Charts in Python|Aspose.Words for ...

    Create and modify charts of various types in a document using Python....with data, you are able to change its appearance. Shape.chart...public API. For example, let’s change Chart title or legend behavior:...

    docs.aspose.com/words/python-net/working-with-c...
  10. DWG to PDF Output Blurry - Free Support Forum -...

    Output of the conversion of a DWG file to A4 PDF using Aspose.CAD generates an unreadable file contents. Using the following code: using var Image = Aspose.CAD.Image.Load(“Drawing.dwg”); var pdfOptions = new PdfOption…...following code: using var image = Aspose.CAD.Image.Load(“Drawing.dwg”);...CadDrawTypeMode.UseObjectColor, }, }; image.Save(“Output_Aspose.pdf”, pdfOptions);...

    forum.aspose.com/t/dwg-to-pdf-output-blurry/324329