aspose.pdf

    0熱度

    1回答

    我試圖從某些輸入數據生成pdf。 所以我創造了我的pdfGenerator(),並創建了一些文本的PDF: public class PdfGenerator { public PdfGenerator() { //Instantiate License class and call its SetLicense method to use the license

    0熱度

    1回答

    爲什麼我的pdf不顯示波蘭字符? MemoryStream ms = new MemoryStream(); Pdf pdf = new Pdf(ms); Section section = pdf.Sections.Add(); var txt = new Text("aąbcćde"); txt.TextInfo.FontName = "calibri"; section.Parag

    0熱度

    1回答

    我該如何擬合水平分割單元格中的值?我正在動態克隆每一行。當前填充的值是一個合併字段,因爲我使用這種方法,但是我無法使其成爲動態報表。 任何幫助,將不勝感激。

    0熱度

    2回答

    我已經編寫了一個處理PDF的Java程序,最後運行以下代碼以優化創建的PDF的文件大小。 log.debug("Optimizing the PDF"); OptimizationOptions opt = new Document.OptimizationOptions(); opt.setRemoveUnusedObjects(true); opt.setRemoveUnusedStre

    0熱度

    1回答

    我需要使用Aspose將BMP呈現爲PDF並下載它。 下載的PDF已損壞,Adobe無法打開它。保存到文件PDF是好的,並打開。任何人都知道爲什麼從下載的PDF是損壞的? protected void ASPxButton1_OnClick(object sender, EventArgs e) { WebsiteToImage websiteToImage = new W

    0熱度

    1回答

    將MarkInfo條目元素添加到PDF文件的邏輯結構我正在Visual Studio中使用最新的Aspose.PDF DLL以及適當的代碼應用許可證。 將PDF文件,我用下面的代碼PDFA類型的我的轉換: Aspose.Pdf.Document pdf = new Aspose.Pdf.Document(pdfPath); bool converted = pdf.Convert(tempte

    0熱度

    1回答

    我希望有人可以幫我解決我用Aspose.Pdf庫生成帶有超鏈接密碼保護的PDF的問題。問題是,密碼保護似乎搞砸的超級鏈接起來...... 下面的代碼工作正常(無密碼保護): // create new PDF doc with hyperlink in Aspose.Pdf.Document doc = new Aspose.Pdf.Document(); Aspose.Pdf.Page pa

    -1熱度

    1回答

    我已將該jar移植到Aspose最新版本(10.6.2),併成功部署在UNIX env上。在UNIX env中保存表單時,我得到NullpointerPointer異常。