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

  • High-Performance Java Serialization to Different Formats
  • Did You Know the Fastest Way of Serializing a Java Field Is Not Serializing It at All?
  • What Is Ant, Really?
  • Looking for the Best Java Data Computation Layer Tool

Trending

  • When Airflow Tasks Get Stuck in Queued: A Real-World Debugging Story
  • Designing AI Multi-Agent Systems in Java
  • Data Lake vs. Warehouse vs. Lakehouse vs. Mart: Choosing the Right Architecture for Your Business
  • Operational Principles, Architecture, Benefits, and Limitations of Artificial Intelligence Large Language Models
  1. DZone
  2. Coding
  3. Languages
  4. Insert Embedded or Linked OLE Object in Word Files & EUDC Fonts Support in .NET & Java Apps

Insert Embedded or Linked OLE Object in Word Files & EUDC Fonts Support in .NET & Java Apps

By 
David Zondray user avatar
David Zondray
·
Apr. 18, 14 · News
Likes (0)
Comment
Save
Tweet
Share
2.9K Views

Join the DZone community and get the full member experience.

Join For Free

What's New in this Release?

Aspose development team is happy to announce the monthly release of Aspose.Words for Java &.NET 14.3.0. Aspose.Words now supports insertion of OLE objects such as another Microsoft Word document or a Microsoft Excel chart. A new public method, InsertOleObject, has been introduced in the DocumentBuilder class. This method can be used to insert an embedded or linked OLE object from a file into a Word document. Aspose.Words’ rendering engine now partially supports EUDC (End-User-Defined-Characters) fonts. Please find below the description of how EUDC fonts works on Windows. In this first implementation, Aspose.Words uses a single EUDC font. When rendering a document to fixed-page formats, this font is searched among the specified font sources by “EUDC” family name. Starting from Aspose.Words 14.3.0, Best Fit position of data labels in pie charts is partially supported. In previous versions labels with best fit position were rendered as if they had the inside end position. Currently we use a modified Open Office algorithm to set the best fit position of data labels. The list of new and improved features in this release are listed below

  • Public API for insertion of OLE objects both linked and embedded
  • Outline, Shadow, Reflection, Glow and Fill text effects for rendering text inside DrawingML shapes
  • EUDC fonts rendering partially supported
  • “PDF Logical Structure” export reworked, significantly improving memory usage
  • Support OLE embedding of documents and files      Feature
  • Write an article about how to work with Table of contents in Aspose.Words
  • Add <col> tag support
  • Support BestFit position of Pie chart's data labels.
  • Support style:text-decoration attribute of Paragraph tag.
  • Preserve private characters in EUDC.TTE during rendering to Pdf
  • Support HTML table row borders in HTML import
  • Support text outline effect.
  • Support text fill effect.
  • Support text shadow effect.
  • Support text reflection effect
  • Support text glow effect.
  • Support text effects applied to text in Dml Shape or in SmartArt.
  • Implement reading text effects from rPr in DML.
  • Support inheriting styles from parent objects.
  • Add image compression options for different image types
  • Add a link to the online documentation in the DLLs only release
  • Default run properties lose lang attribute value on DOCX to DOC conversions
  • Padding for image in table is lost when rendering to Pdf
  • Consider using "Don't vertically align cells containing floating objects" compatibility option when exporting to HTML
  • Shape in table's cell is improperly horizontally aligned to center after export to HTML is now fixed
  • Floating shape is now properly vertically positioned after export to HTML
  • Warning : Unkno/wn ProgId value 'Visio.Drawing.11'. This might cause inaccessible OLE embedding
  • Charts (DrawingML) issue fixed and now render correctly in Pdf file
  • Aspose.Words now properly work in Jdeveloper IDE
  • OLE object cannot be edited after re saving the document
  • Diagram connectors are inverted/flipped after conversion from Docx to pdf
  • WordArt letters are condensing issue is resolved
  • Condensed character spacing is lost is fixed
  • Relative hyperlink with Unicode is now properly saved to Pdf
  • Add pre-built Document Explorer JAR to Java release.
  • Aspose.Words does not take in account style set in <head>.
  • Table now looks correctly while converting html to doc.
  • Hyperlinks split into multiple fragments/links in output PDF
  • Horizontal table position is corrected.
  • Document.UpdateFields Does not Update TOC in DOCX
  • Content in the output html is overlapped at many places in Html
  • Different table justify alignment for different compatibilityMode values.
  • CSS selectors now work for <thead>, <tbody>, and<tfoot> elements
  • Chart Legend/Series now render correctly in output Pdf file
  • Data labels with best fit position are rendering at correct places in Chart
  • Offset of the hyperlink text line is off by a few pixels in output Pdf
  • Hyperlinks split into multiple fragments/links in output PDF is fixed
  • Document.UpdateFields  is enhanced and update SUM formula field
  • Paragraph's first line indent increases is fixed when exported to HTM
  • Space before a paragraph following a floating element is too large after HTML to DOCX conversion is now fixd
  • Block-level SVG image become inline after HTML to DOCX conversion
  • Problem with vertical paragraph spacing is resolved when importing HTML using InsertHtml method
  • Shape rotation is fixed after conversion from Doc to Pdf
  • Text color is changed after conversion from Docx to WordML/Doc
  • Word Table indentation is now corrected when <table> is placed inside <li>
  • Arrows on the Lines gets distorted when converting to Pdf is now fixed
  • A space character is exported to PDF output between Japanese and Numeric characters is fixed
  • Line Shape from Header is merged with the top border of Table in Body
  • Docx to WordML conversion issue resolved with content control
  • Junk text is rendered in fixed page formats
  • Positions of some DrawingML circles are now preserved during rendering
  • A row and some content is rendering at the bottom of previous page is fixed
  • Header table rows and images are now preserved in PDF
  • List items issue fixed, now line up correctly after conversion from RTF to HTML
  • Conversion from Docm to Doc creates corrupted document now fixed
  • Hyperlink for an icon is now preserved during HTML to PDF conversion
  • Text overlapping is fixed after conversion from Docx to Pdf
  • Text position change is fixed after conversion from Docx to Pdf

Other most recent bug fixes are also included in this release

Newly added documentation pages and articles

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

  • How Aspose.Words Uses True Type Fonts
  • How to Extract Images from a Document

Overview: Aspose.Words

Aspose.Words is a word processing component that enables .NET, Java & Android applications to read, write and modify Word documents without using Microsoft Word. Other useful features include document creation, content and formatting manipulation, mail merge abilities, reporting features, TOC updated/rebuilt, Embedded OOXML, Footnotes rendering and support of DOCX, DOC, WordprocessingML, HTML, XHTML, TXT and PDF formats (requires Aspose.Pdf). It supports both 32-bit and 64-bit operating systems. You can even use Aspose.Words for .NET to build applications with Mono.

More about Aspose.Words

  • Homepage Aspose.Words for .NET
  • Homepage Java Word Library
  • Download Aspose.Words for .NET
  • Download Aspose.Words for Java
  • Demos for Aspose.Words

Contact Information

Aspose Pty Ltd
Suite 163, 79 Longueville Road
Lane Cove, NSW, 2066
Australia
Aspose - Your File Format Experts
sales@aspose.com

Phone: 888.277.6734
Fax: 866.810.9465

Database Object (computer science) file IO Java (programming language)

Opinions expressed by DZone contributors are their own.

Related

  • High-Performance Java Serialization to Different Formats
  • Did You Know the Fastest Way of Serializing a Java Field Is Not Serializing It at All?
  • What Is Ant, Really?
  • Looking for the Best Java Data Computation Layer Tool

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!