Hi,
<!–[if gte mso 9]>
<w:WordDocument>
<w:View>Normal</w:View>
<w:Zoom>0</w:Zoom>
<w:TrackMoves/>
<w:TrackFormatting/>
<w:PunctuationKerning/>
<w:ValidateAgainstSchemas/>
<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
<w:IgnoreMixedContent>false</w:IgnoreMixedContent>
<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
<w:DoNotPromoteQF/>
<w:LidThemeOther>EN-US</w:LidThemeOther>
<w:LidThemeAsian>X-NONE</w:LidThemeAsian>
<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
<w:Compatibility>
<w:BreakWrappedTables/>
<w:SnapToGridInCell/>
<w:WrapTextWithPunct/>
<w:UseAsianBreakRules/>
<w:DontGrowAutofit/>
<w:SplitPgBreakAndParaMark/>
<w:DontVertAlignCellWithSp/>
<w:DontBreakConstrainedForcedTables/>
<w:DontVertAlignInTxbx/>
<w:Word11KerningPairs/>
<w:CachedColBalance/>
</w:Compatibility>
<w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
<m:mathPr>
<m:mathFont m:val=“Cambria Math”/>
<m:brkBin m:val=“before”/>
<m:brkBinSub m:val="–"/>
<m:smallFrac m:val=“off”/>
<m:dispDef/>
<m:lMargin m:val=“0”/>
<m:rMargin m:val=“0”/>
<m:defJc m:val=“centerGroup”/>
<m:wrapIndent m:val=“1440”/>
<m:intLim m:val=“subSup”/>
<m:naryLim m:val=“undOvr”/>
</m:mathPr></w:WordDocument>
<![endif]–>
I am trying to get the embedded icon with ASPOSE cell 7.3.1 but I am not able to get
the icon as image or any other format . Please kindly guide me how to get the embedded icon.
Regards
Babar Naveed<!–[if gte mso 10]>
/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Table Normal";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-qformat:yes;
mso-style-parent:"";
mso-padding-alt:0in 5.4pt 0in 5.4pt;
mso-para-margin-top:0in;
mso-para-margin-right:0in;
mso-para-margin-bottom:10.0pt;
mso-para-margin-left:0in;
line-height:115%;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-fareast-font-family:"Times New Roman";
mso-fareast-theme-font:minor-fareast;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:minor-bidi;}
<![endif]–>
Hi,
Thanks for your posting and using Aspose.Cells for Java.
We have looked into your issue and found either this is a bug or unsupported feature.
We have logged this issue in our database. We will look into it and fix the issue.
Once the issue is resolved or we have some other update for you, we will let you know asap.
This issue has been logged as CELLSJAVA-40366.
Java
Workbook workbook = new Workbook(path);
Worksheet worksheet = workbook.getWorksheets().get(0);
ImageOrPrintOptions options = new ImageOrPrintOptions();
options.setOnePagePerSheet(true);
options.setImageFormat(ImageFormat.getJpeg());
SheetRender sr = new SheetRender(worksheet, options);
//Send it to printer
sr.toPrinter(“doPDF v7”);
//Write it to disk
sr.toImage(0, path + “.out.jpg”);
Hi,
I am using above sample code and get the embedded icon but its provided the icon but its not similar with original icon . see the difference between actualyicon.PNG and embeddicon.jpg.
Regards
Babar Naveed
Hi,
Thanks for your posting and using Aspose.Cells.
Yes, your findings are correct. I have already logged these comments against the issue id: CELLSJAVA-40366.
Once, this issue is resolved or we have some other update for you, we will let you know asap.
Hi again,
This is to update you regarding the ticket logged earlier as CELLSJAVA-40366. The aforementioned issue has been resolved now. We will shortly share the fix here after ensuring the quality and incorporating other enhancements.
Please accept our apologies for the delay in resolving this problem.
The issues you have found earlier (filed as CELLSJAVA-40366) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.