Author Archives: Forever

Aspose.Pdf for Reporting Services V1.3.0.0 Released!

In this release, some new features such as custom embedded font, line arrows, footnote, endnote and so on are supported. A Configuration tool is provided which can be used to install the Aspose.Pdf for Reporting Services without MSI installer. 64-bit windows is now supported well.

Download URL:
http://www.aspose.com/community/files/52/ssrs-rendering-extensions/aspose.pdf.reporting.services/default.aspx
Continue Reading

Posted in Aspose.PDF Product Family |

Aspose.Pdf.Kit for Java 2.0.0.0 Released

In this release, digital signature is supported. Form feature is improved. CJK font is supported in form filling and text stamping.

The features table at http://www.aspose.com/documentation/file-format-components/aspose.pdf.kit-for-.NET-and-java/features.html is updated. As you can see, many features in .NET version is now supported in Java version.

You can download it at
http://www.aspose.com/community/files/51/file-format-components/aspose.pdf.kit/category1198.aspx.
Continue Reading
Posted in Aspose.PDF Product Family |

Aspose.Pdf.Kit for Java 1.9.0.0 Released

Introduction

In this release, some advanced editing features are added into PdfContentditor.

What’s New?

  • In PdfContentditor, CreateBookmarks() is added for creating bookmarks of all pages with specified color and font setting.
  • In PdfContentEditor, CreateBookmarksAction() is added for creating bookmark with specified action. The supported action types include “GoToR”,”Launch”,”GoTo” and “URI”.
  • In PdfContentditor, annotations such as “Line”,”Square”,”Circle”,”Polygon”, “PolyLine” can be exported by ExportAnnotationsXfdf().
  • In PdfContentditor, delete all the annotations or deleting the annotations of specified type are supported.
  • In PdfContentditor, DeleteBookMarks()
Continue Reading
Posted in Aspose.PDF Product Family |

Aspose.Pdf for Reporting Services V1.0.0.0 Released!

Introduction

Microsoft SQL Server Reporting Services fulfills a need that many organizations are faced with—the need to build business intelligence and reporting solutions. Until now, developers were required to embed reports into their applications, or organizations were required to purchase expensive and sometimes problematic third-party reporting solutions. Now, Microsoft SQL Server Reporting Services offer a complete solution for distributing reports across the enterprise; enabling businesses to make decisions better and faster.

Aspose.Pdf for Reporting Services is another unique solution from … Continue Reading

Posted in Aspose.PDF Product Family |

Aspose.Pdf.Kit for Java Release 1.8.0.0 Published!

Features added or improved:

1. Filling XFA fields in PDF templates created by Adobe 7 and 8 is fully supported without losing any action or script information.

       1) User can fill XFA fields in PDF templates by Adobe 7 and 8 without losing any action or scripts.

       2) Form.allFlatten() and Form.partialFlatten() are both enabled for XFA forms.

       3) Form.FillImageField() can be applied to Image Field to support image pasting in both Adobe 7 and 8.

       4) Continue Reading

Posted in Aspose.PDF Product Family |

Running Aspose.Pdf and Aspose.Pdf.Kit under Windows Vista

We tested Aspose.Pdf and Aspose.Pdf.Kit under Windows Vista and currently we have not find any problem. We used Visual Studio 2005 with SP1 and SP1 Update for Windows Vista Beta.… Continue Reading
Posted in Aspose.PDF Product Family |

Adding glossary in Aspose.Pdf for .Net

Although glossary is not supported directly in Aspose.Pdf for .Net, it is possible to create glossary using the #$REFPAGE symbol. Here is an example:

[c#]

   //create Pdf and set license
   Pdf pdf = new Pdf();
   Aspose.Pdf.License lic = new Aspose.Pdf.License();
   lic.SetLicense(@”D:\CSharp\Test\License\Aspose.Custom.lic.xml”);
   pdf.IsTruetypeFontMapCached = true;
   pdf.TruetypeFontMapPath = @”d:\test”;

   //create new section
   Section sec1 = pdf.Sections.Add();

   //create tables and add data
   Table table1 = new Table();
   table1.ColumnWidths = “200 100”;
   sec1.Paragraphs.Add(table1);
   
   Row row1 = table1.Rows.Add();
   Cell cell1 = row1.Cells.Add();
   Heading heading1 … Continue Reading

Posted in Aspose.PDF Product Family |

Aspose.Pdf.Kit for Java Hotfix 1.7.1.0 Released!

In this hotfix:

Main bugs fixed:
1) A License bug has been fixed.

2) A bug in method Concatenate() of Class PdfFileEditor has been fixed.

3) Displaying in wrong position bug in Stamp.SetOrigin is fixed. Please refer to:
http://www.aspose.com/Community/forums/thread/62762.aspx.

Features added or improved:
1) Added new method PdfFileEditor.makeNUp() which allow user to concatenate multi Pdf files or streams in sidewise or lengthwise. Please refer to:
http://www.aspose.com/Community/forums/thread/62334.aspx.
Continue Reading

Posted in Aspose.PDF Product Family |

This is the new location for the Aspose.Pdf Blog

This is the new URL for Aspose.Pdf Blog.

The old Aspose.Pdf blog for .Net and old Aspose.Pdf for Java can still be accessed. We will soon copy all articles from the old blog to this new blog. In order to make the blog clear, we begin to use “product” and “team” blog and not “personal” blog anymore.Continue Reading

Posted in Aspose.PDF Product Family |

Aspose.Pdf.Kit for Java 1.7.0.0 Released!

In this release:

1) In PdfContentEditor:
    two new methods createText() and createFreeText() are added to support adding text into PDF:
    a new method createMarkup() is added:
    a new method createPopup() is added;
    a new method createLine() is added;
    a new method createFileAttachment() is added.
2) In PdfFileEditor, a new method makeNUp() is supported.
3) In PdfFileInfo, getting meta info of the document is supported.
4) In PdfExtractor, a new method extractAttachment() is supported.
5) In … Continue Reading

Posted in Aspose.PDF Product Family |