문제

Is there any designer tool (like XAML designer/Blend for Windows metro apps) available for designing Aspose reports format in .Net? Or we have to manually design each row, each section and each page?

도움이 되었습니까?

해결책

Aspose.Pdf for .NET is an API which you can use in your code to create, edit, or convert PDF files dynamically. It is not a graphical tool to create PDF files using some UI elements. If you need to create PDF files manually then you can try Adobe Acrobat etc. With Aspose.Pdf for .NET, you can create PDF files in your code using text, images, data from database, and other objects.

다른 팁

We designed the template in Excel, filled data and saved it as Pdf using Aspose.Cells.

Its a bit late but I hope it helps others.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top