翻譯|產(chǎn)品更新|編輯:李顯亮|2019-07-19 15:57:21.530|閱讀 357 次
概述:Aspose.PDF for Java更新至v19.6,修復(fù)文本片段在文本替換后未正確對(duì)齊等問(wèn)題,歡迎下載體驗(yàn)。
# 界面/圖表報(bào)表/文檔/IDE等千款熱門(mén)軟控件火熱銷售中 >>
Aspose.PDF for Java是一種快速,輕量級(jí)的PDF處理控件,無(wú)需使用Adobe Acrobat即可生成,修改,轉(zhuǎn)換,渲染,保護(hù)和打印PDF文檔。同時(shí)支持使用PDF,XFA,TXT,HTML,PCL,XML,XPS和圖像文件格式。
Aspose.PDF for Java提供PDF壓縮選項(xiàng),表格創(chuàng)建和操作,圖形支持,圖像功能,廣泛的超鏈接功能,擴(kuò)展的安全控制和自定義字體處理。此外,開(kāi)發(fā)人員可以通過(guò)其API或XML模板直接創(chuàng)建PDF文檔,并可以創(chuàng)建表單或管理PDF文檔中嵌入的表單域。
Aspose.PDF for Java更新至v19.6,修復(fù)文本片段在文本替換后未正確對(duì)齊等問(wèn)題。>>歡迎下載Aspose.PDF for Java最新試用版
key | 概述 | 類別 |
---|---|---|
PDFJAVA-37121 | 使用Latex腳本在表格單元格中添加數(shù)學(xué)表達(dá)式/公式 | 新功能 |
PDFJAVA-38431 | 文本片段在文本替換后未正確對(duì)齊 | Bug |
PDFJAVA-38607 | PdfFileEditor在連接期間泄漏文件句柄 | Bug |
PDFJAVA-38627 | 清除TextFragment文本后保留TextSegmentCollection | Bug |
PDFJAVA-38313 | 關(guān)鍵的性能問(wèn)題 | Bug |
PDFJAVA-38579 | 當(dāng)pdf文件轉(zhuǎn)換為圖像時(shí),一些數(shù)字丟失了 | Bug |
PDFJAVA-38384 | 帶有復(fù)選框的表會(huì)在分頁(yè)符處顯示Nullpointer | Bug |
PDFJAVA-38389 | 保存PDF時(shí)OutOfMemory異常 | Bug |
PDFJAVA-37192 | HTML到PDF - 使用Linux時(shí)缺少某些元素 | Bug |
PDFJAVA-38587 | PDF to PPTX:修復(fù)嵌入式getter和setter在編譯為Java時(shí)的問(wèn)題 | Bug |
PDFJAVA-37283 | HTML到PDF:遷移到Aspose.HTML的新版本后出現(xiàn) | Bug |
PDFJAVA-37501 | 如果在Linux中添加LatexFragment,則為NullPointerException | Bug |
PDFJAVA-37274 | SVG到PDF - 形狀的漸變顏色更改為純色 | Bug |
PDFJAVA-38363 | 保存PCL文件時(shí)出現(xiàn)錯(cuò)誤消息 | Bug |
PDFJAVA-38107 | 設(shè)置許可證時(shí)BadPaddingException | Bug |
公共API更改
重命名的方法:
com.aspose.pdf.facades.PdfAnnotationEditor.importAnnotationFromXfdf(String) ->> com.aspose.pdf.facades.PdfAnnotationEditor.importAnnotationsFromXfdf(String)
com.aspose.pdf.facades.PdfAnnotationEditor.importAnnotationFromXfdf(InputStream,int[]) ->> com.aspose.pdf.facades.PdfAnnotationEditor.importAnnotationsFromXfdf(InputStream,int[])
添加了新方法:
com.aspose.pdf.CheckboxField.deepClone()
com.aspose.pdf.EpubLoadOptions.setMargin(MarginInfo)
com.aspose.pdf.facades.PdfAnnotationEditor.exportAnnotationsToXfdf(java.io.OutputStream)
com.aspose.pdf.FreeTextAnnotation.getCallout()
com.aspose.pdf.FreeTextAnnotation.setCallout(Point[])
com.aspose.pdf.Image.convertToJpeg(InputStream)
com.aspose.pdf.Image.#ctor
com.aspose.pdf.PdfFormatConversionOptions.getTransparencyResolution()
com.aspose.pdf.PdfFormatConversionOptions.setTransparencyResolution(int)
com.aspose.pdf.RenderingOptions.getDefaultFontName()
com.aspose.pdf.RenderingOptions.setDefaultFontName(String)
com.aspose.pdf.Table.setMcName(String)
com.aspose.pdf.Table.getMcId()
com.aspose.pdf.Table.setMcId(int)
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableElement.getTable()
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableElement.getBackgroundColor()
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableElement.setBackgroundColor(Color)
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableElement.getBorder()
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableElement.setBorder(BorderInfo)
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableElement.getAlignment()
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableElement.setAlignment(int)
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableElement.getCornerStyle()
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableElement.setCornerStyle(int)
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableElement.getBroken()
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableElement.setBroken(int)
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableElement.getColumnAdjustment()
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableElement.setColumnAdjustment(int)
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableElement.getColumnWidths()
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableElement.setColumnWidths(String)
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableElement.getDefaultCellBorder()
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableElement.setDefaultCellBorder(BorderInfo)
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableElement.getDefaultCellPadding()
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableElement.setDefaultCellPadding(MarginInfo)
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableElement.getDefaultCellTextState()
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableElement.setDefaultCellTextState(TextState)
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableElement.getDefaultColumnWidth()
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableElement.setDefaultColumnWidth(String)
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableElement.isBroken()
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableElement.setBroken(boolean)
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableElement.isBordersIncluded()
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableElement.setBordersIncluded(boolean)
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableElement.getLeft()
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableElement.setLeft(float)
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableElement.getTop()
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableElement.setTop(float)
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableElement.getRepeatingColumnsCount()
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableElement.setRepeatingColumnsCount(int)
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableElement.getRepeatingRowsCount()
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableElement.setRepeatingRowsCount(int)
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableElement.getRepeatingRowsStyle()
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableElement.setRepeatingRowsStyle(TextState)
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableTRElement.getBackgroundColor()
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableTRElement.setBackgroundColor(Color)
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableTRElement.getBorder()
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableTRElement.setBorder(BorderInfo)
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableTRElement.getDefaultCellBorder()
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableTRElement.setDefaultCellBorder(BorderInfo)
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableTRElement.getMinRowHeight()
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableTRElement.setMinRowHeight(double)
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableTRElement.getFixedRowHeight()
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableTRElement.setFixedRowHeight(double)
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableTRElement.isInNewPage()
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableTRElement.setInNewPage(boolean)
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableTRElement.isRowBroken()
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableTRElement.setRowBroken(boolean)
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableTRElement.getDefaultCellTextState()
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableTRElement.setDefaultCellTextState(TextState)
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableTRElement.getDefaultCellPadding()
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableTRElement.setDefaultCellPadding(MarginInfo)
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableTRElement.getVerticalAlignment()
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableTRElement.setVerticalAlignment(int)
com.aspose.pdf.tagged.logicalstructure.elements.StructureElement.getDefaultAttributeOwner()
com.aspose.pdf.tagged.logicalstructure.elements.StructureElement.getS()
com.aspose.pdf.tagged.logicalstructure.StructureAttributes.hasAttribute(AttributeKey)
com.aspose.pdf.tagged.TaggedContext.getNextMCID()
com.aspose.pdf.tagged.TaggedContext.pageRegisterTableElement(Page,TableElement)
com.aspose.pdf.TextSegment.setTextSuppressedUpdate(String)
com.aspose.pdf.TextState.setFontSizeSuppressedUpdate(float)
com.aspose.pdf.TextState.setFontSuppressedUpdate(Font)
添加了新類:
com.aspose.pdf.tagged.logicalstructure.elements.bls.TableCellElement
*想要購(gòu)買(mǎi)Aspose正版授權(quán)的朋友可以哦~
ASPOSE技術(shù)交流QQ群(642018183)已開(kāi)通,各類資源及時(shí)分享,歡迎交流討論!
掃描關(guān)注“慧聚IT”微信公眾號(hào),及時(shí)獲取更多產(chǎn)品最新動(dòng)態(tài)及最新資訊
本站文章除注明轉(zhuǎn)載外,均為本站原創(chuàng)或翻譯。歡迎任何形式的轉(zhuǎn)載,但請(qǐng)務(wù)必注明出處、不得修改原文相關(guān)鏈接,如果存在內(nèi)容上的異議請(qǐng)郵件反饋至chenjj@fc6vip.cn