Sort Score
Result 10 results
Languages All
Labels All
Results 8,061 - 8,070 of 26,845 for

convert pptx

(0.31 sec)
  1. Get Paragraph Bounds from Presentations in Pyth...

    Learn how to retrieve paragraph and text-portion bounds in Aspose.Slides for Python via .NET to optimize text positioning in PowerPoint and OpenDocument presentations....pptx" ) as presentation : shape =...Presentation ( path + "source.pptx" ) as pres : tbl = pres . slides...

    docs.aspose.com/slides/python-net/paragraph/
  2. Chart Axis Labels Overlap with Legends When Con...

    Hi, When Converting a PowerPoint side to PDF using Aspose.slides. We noticed the x-axis labels were not rendered correctly and overlapped with legends. Code: var saveOptions = new PdfOptions { SaveMetafilesAsPng =…...Overlap with Legends When Converting to PDF in C# Aspose.Slides...2026, 10:00am 1 Hi, When converting a PowerPoint side to PDF...

    forum.aspose.com/t/chart-axis-labels-overlap-wi...
  3. Slide.GetImage() Renders Incorrectly with Speci...

    Hi Aspose Support Team, I am encountering a font rendering issue when Converting slides to images using Slide.GetImage(). The issue is specific to the Linux environment (both Ubuntu and Docker) and affects a specific ve…...font rendering issue when converting slides to images using Slide...application. Resources: The sample .pptx file. Fonts: “ChillRoundM” (Version...

    forum.aspose.com/t/slide-getimage-renders-incor...
  4. Get Paragraph Bounds from Presentations on Andr...

    Learn how to retrieve paragraph and text-portion bounds in Aspose.Slides for Android via Java to optimize text positioning in PowerPoint presentations....pptx" ); try { IAutoShape shape =...= new Presentation ( "source.pptx" ); try { Table tbl = ( Table...

    docs.aspose.com/slides/androidjava/paragraph/
  5. Get Paragraph Bounds from Presentations in Java...

    Learn how to retrieve paragraph and text-portion bounds in Aspose.Slides for Java to optimize text positioning in PowerPoint presentations....pptx" ); try { IAutoShape shape =...= new Presentation ( "source.pptx" ); try { Table tbl = ( Table...

    docs.aspose.com/slides/java/paragraph/
  6. Get the Entire Slide Background from a Presenta...

    Extract full slide backgrounds as images from PowerPoint and OpenDocument presentations using Aspose.Slides for C++, streamlining visual workflows....the slide shapes, and then converting the resulting slide background...shapes from the cloned slide. Convert the cloned slide to an image...

    docs.aspose.com/slides/cpp/get-the-entire-prese...
  7. Get Paragraph Bounds from Presentations in .NET...

    Learn how to retrieve paragraph and text-portion bounds in Aspose.Slides for .NET to optimize text positioning in PowerPoint presentations....pptx" )) { IAutoShape shape = ( IAutoShape...= new Presentation ( "source.pptx" )) { Table tbl = pres . Slides...

    docs.aspose.com/slides/net/paragraph/
  8. Merge TIFF Files Online or using Java | product...

    Free online app to combine different TIFF files. Java merging library code to merge TIFF documents into format of choice....(Macro-enabled Presentation File) Merge PPTX Files (Open XML presentation...result, they are sometimes converted to smaller formats like JPEG...

    products.aspose.com/total/java/merge/tiff/
  9. Get Paragraph Bounds from Presentations in C++|...

    Learn how to retrieve paragraph and text-portion bounds in Aspose.Slides for C++ to optimize text positioning in PowerPoint presentations....pptx" ); auto shape = System :: ExplicitCast...< Presentation > ( u "source.pptx" ); auto tbl = System :: AsCast...

    docs.aspose.com/slides/cpp/paragraph/
  10. Create a Presentation Viewer in Python|Aspose.S...

    Learn how to create a custom presentation viewer in Python using Aspose.Slides. Easily display PowerPoint (Pptx, PPT) and OpenDocument (ODP) files without Microsoft PowerPoint or other office software....pptx" ) as presentation : slide =...slides . Presentation ( "sample.pptx" ) as presentation : slide =...

    docs.aspose.com/slides/python-net/presentation-...