DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Please enter at least three characters to search
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

Zones

Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks

Because the DevOps movement has redefined engineering responsibilities, SREs now have to become stewards of observability strategy.

Apache Cassandra combines the benefits of major NoSQL databases to support data management needs not covered by traditional RDBMS vendors.

The software you build is only as secure as the code that powers it. Learn how malicious code creeps into your software supply chain.

Generative AI has transformed nearly every industry. How can you leverage GenAI to improve your productivity and efficiency?

Related

  • How to Convert HTML to PDF in Java
  • How To Convert Common Documents to PNG Image Arrays in Java
  • Reading an HTML File, Parsing It and Converting It to a PDF File With the Pdfbox Library
  • How To Convert ODF Files to PDF in Java

Trending

  • A Guide to Auto-Tagging and Lineage Tracking With OpenMetadata
  • Implementing API Design First in .NET for Efficient Development, Testing, and CI/CD
  • Software Delivery at Scale: Centralized Jenkins Pipeline for Optimal Efficiency
  • ITBench, Part 1: Next-Gen Benchmarking for IT Automation Evaluation
  1. DZone
  2. Coding
  3. Languages
  4. Convert Specific PPTX Slide to PDF & Images Replacement in Presentation

Convert Specific PPTX Slide to PDF & Images Replacement in Presentation

By 
David Zondray user avatar
David Zondray
·
Dec. 19, 14 · News
Likes (0)
Comment
Save
Tweet
Share
3.5K Views

Join the DZone community and get the full member experience.

Join For Free

What's New in this Release?

The long awaited version of Aspose.Slides for Java (14.9.0) has been released. Aspose team has introduced support for replacing an image in a presentation image collection with a different one. As a result of this, the image is replaced in all instances in the presentation that refers to it. This release also introduced support for setting the fill format for SmartArt nodes and devlopers can now set the fill color or pattern for SmartArt nodes. More details about this feature are available in the article Setting Fill Format for SmartArt Node in the documentation section. Aspose team has introduced support for generating a PDF for a specific number of slides. Users can find more details by visiting and reading the article Exporting Presentation to PDF in the documentation section. Support for generating HTML files for individual presentation slides has also been included in this new release. Now, Aspose.Slides for Java makes it possible to get warning callbacks for font substitution in case the used font is not available on the machine during the rendering process. Warning callbacks are helpful when debugging issues of missing or inaccessible fonts during rendering. Developers can find more details about this feature by visiting the article Getting Warning Callbacks for Fonts Substitution in Aspose.Slides. Aspose team has rectified exception issues that appeared when accessing, saving and rendering presentation to PDF, HTML or slide thumbnails, which resulted in different exceptions like KeyNotFoundException, UnKnownFileFormatException, NullReference, ArgumentException, and IndexOutOfRange in previous releases. It has taken a leap towards improving the presentation rendering support for exported PDF, SVG, HTML and slide thumbnails in this release. Several issues pertaining to improper text, wrong shape, improper charts, unfitting SmartArt and wrong font rendering have been addressed in this regard. Some important enhancement & bug fixes included in this release are given below

  • Implementation of IWarningCallback in font substitution scenario
  • Convert a specific PPTX slide to PDF file
  • Get warnings for Fonts substitution in Aspose.Slides
  • Attaching an XLS file in a PPT file
  • Detecting symbols with position in text strings
  • Missing feature to replace image in presentation file in the new unified version
  • Slide per file when coverting PPTX to HTML
  • Setting Fill format for SmartArt node
  • Support for setting the background color of individual nodes in SmartArt shape
  • Implement animation timeline serialization to PPT
  • Thread blocking in Aspose.Slides for Java
  • PPTX to PDF takes immense memory resources
  • An element with the same key already exists in the dictionary Exception is thrown while opening the PPTX file
  • Double Underline in a table cell text is not working properly
  • Converting PPTX to HTML and saving images as other formats rather than SVG
  • Page number position is not proper in the generated PDF file
  • Aspose.Slides is unable to complete the PPTX to PDF conversion process
  • PPTX to HTML Conversion issue: Logo on the bottom is coming with black background
  • PPTX to HTML Conversion issue: Text background color is not proper
  • HTML to PDF Conversion issue: graph background color is not proper
  • Bullets are coming as junk characters in generated PDF file
  • Aspose.Slides escaping issue in PPTX file
  • Unknown file format exception is thrown on opening the file.
  • Font changes after conversion from PPT to PNG
  • Pie Chart Series Labels are outside the chart in generated PNG file
  • Chart Title position in generated PPTX are not same as in Original PPTX
  • KeyNotFoundException on exporting to PDF
  • Details required for Presentations to HTML with Externally Linked Images
  • InvertIfNegative values are rendered with colors in generated PDF
  • Setting fill picture for Media Player control does not work
  • Concurrent processing of slides takes more time then sequential threading
  • Aspose.Slides failed to work in Scala Framework
  • The line links are missing for rendered smart art in generated PDF
  • Hyperlinks Addresses Changing on opening and saving presentations using Aspose.Slides
  • Bullet position and shadow effects lost for text in exported PDF
  • Vertical text is rendered horizontally in generated thumbnail
  • Unable to remove shape border
  • PPT to PDF conversion issue
  • Missing shapes in generated thumbnails when used in JDK 1.4
  • font Typeface ignored when Bold property is used
  • Text position is lost in generated thumbnail
  • Table height sets successfully only if it is first read.

Newly added documentation pages and articles

Some new tips and articles have now been added into Aspose.Slides for Java documentation that may guide youl briefly how to use Aspose.Slides for performing different tasks like the followings.

  • Setting Fill Format for SmartArt Node
  • Converting Presentation to HTML

Overview: Aspose.Slides for Java

Aspose.Slides is a Java component to create, read, write and modify a PowerPoint document without using Microsoft PowerPoint. It supports PHP applications and provides all advanced features for managing presentations, slides, shapes, tables and supports PPT, POT, POS PowerPoint formats. Now you can add, access, copy, clone, edit and delete slides in your presentations. It also supports audio & video frames, adding pictures, text frames and saving presentations as streams or SVG format.

  • Homepage of Aspose.Slides for Java
  • Downlaod Aspose.Slides for Java
PDF Database HTML Convert (command) Java (programming language)

Opinions expressed by DZone contributors are their own.

Related

  • How to Convert HTML to PDF in Java
  • How To Convert Common Documents to PNG Image Arrays in Java
  • Reading an HTML File, Parsing It and Converting It to a PDF File With the Pdfbox Library
  • How To Convert ODF Files to PDF in Java

Partner Resources

×

Comments
Oops! Something Went Wrong

The likes didn't load as expected. Please refresh the page and try again.

ABOUT US

  • About DZone
  • Support and feedback
  • Community research
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 100
  • Nashville, TN 37211
  • support@dzone.com

Let's be friends:

Likes
There are no likes...yet! 👀
Be the first to like this post!
It looks like you're not logged in.
Sign in to see who liked this post!