|
1 | | -##Aspose.Pdf for Java Examples Repository |
| 1 | +##Aspose.Pdf for Java |
| 2 | + |
| 3 | +This package contains [Examples](https://github.com/asposepdf/Aspose_Pdf_Java/tree/master/Examples) and Showcase projects for [Aspose.Pdf for Java](http://www.aspose.com/categories/java-components/aspose.pdf-for-java/default.aspx) and will help you write your own applications. |
| 4 | + |
| 5 | +Aspose.Pdf for Java is a PDF document creation component that enables your Java applications to read, write and manipulate PDF documents without using Adobe Acrobat. |
2 | 6 |
|
3 | | -This package contains Java Examples [Aspose.Pdf for Java](http://www.aspose.com/categories/java-components/aspose.pdf-for-java/default.aspx). |
4 | | -<br/><br/> |
5 | 7 | <p align="center"> |
6 | | - <a title="Download Examples Dashboard" href="http://www.aspose.com/community/files/72/java-components/aspose-examples-for-java/default.aspx"> |
7 | | - <img src="https://raw.github.com/AsposeExamples/java-examples-dashboard/master/images/downloadDasboard-Button-Large.png" /> |
8 | | - </a> |
9 | | - |
10 | | - <a title="Download Examples ZIP" href="https://github.com/asposepdf/Aspose_Pdf_Java/archive/master.zip"> |
| 8 | + |
| 9 | + <a title="Download complete Aspose.Pdf for Java source code" href="https://github.com/asposepdf/Aspose_Pdf_Java/archive/master.zip"> |
11 | 10 | <img src="https://raw.github.com/AsposeExamples/java-examples-dashboard/master/images/downloadZip-Button-Large.png" /> |
12 | 11 | </a> |
13 | 12 | </p> |
14 | 13 |
|
15 | | -##How to use the Examples? |
16 | | - |
17 | | -###With the Examples Dashboard |
18 | | - |
19 | | -Download the [Aspose Examples Dashboard for Java](http://www.aspose.com/community/files/72/java-components/aspose-examples-for-java/default.aspx) to view and run all these examples on your PC. It updates itself with the latest dependency libraries and examples. |
20 | | - |
21 | | - |
22 | | - |
23 | | -###With IDE |
24 | | - |
25 | | -Clone or Download the ZIP and extract the contents to your local hard drive. If you have IntelliJ IDEA, then open the project directly |
26 | | -by browsing to the folder. For Netbeans and Eclipse, you can import project feature. |
27 | | - |
28 | | -Also download the [latest version](http://www.aspose.com/community/files/72/java-components/aspose.pdf-for-java/default.aspx) of Aspose.Pdf for Java and set/fix jar references. |
29 | | - |
30 | | -## Open Source Feel of Aspose.Pdf |
31 | | - |
32 | | -Aspose.Pdf for .NET and Aspose.Pdf for Java are successful commercial products, but our philosophy is to develop them using our unique "*open-source feel*" approach. In other words, we at Aspose are extremely customer driven and this shows in: |
33 | | - |
34 | | -+ Frequent releases (at least 1-2 a month). |
35 | | -+ Features are prioritized according to your requests. |
36 | | -+ Unlimited free technical support for anyone. |
37 | | -+ Helpful support in the forums and answers within 12-24 hours. |
38 | | -+ Live chat with experienced technical advisors. |
39 | | - |
40 | | -We think that customers who use our products feel that they use an open source product because of the extent they can influence the project, but with the security of a fully committed talented team working on the project. |
41 | | - |
42 | | -The Aspose.Pdf for Java examples published here at GitHub is a part of the above effort. |
43 | | - |
44 | | -##What's Included in this Examples Repository? |
45 | | - |
46 | | -###Code |
47 | | - |
48 | | -Following examples are included in the Examples Repository. |
49 | | - |
50 | | -<table> |
51 | | - <tr><th>Example<th>Description</th></tr> |
52 | | - <tr><td>HelloWord</td><td>Shows how to create simple Hello World PDF document. </td></tr> |
53 | | - <tr><td>Text</td><td>Provides code to add simple Text object in PDF document.</td></tr> |
54 | | - <tr><td>Image</td><td>Explains the steps to add sample image inside PDF document.</td></tr> |
55 | | - <tr><td>Annotations</td><td>Explains the steps to create Annotation in PDF document.</td></tr> |
56 | | - <tr><td>Attachment</td><td>Demonstrates the process to add Attachment in PDF document.</td></tr> |
57 | | - <tr><td>Table</td><td>Shows how to create Simple Table in PDF document.</td></tr> |
58 | | - <tr><td>TableOfContents</td><td>Shows how to create Table Of Contents inside PDF document.</td></tr> |
59 | | - <tr><td>BackgroundImage</td><td>Shows how to add image as Pdf BackGround.</td></tr> |
60 | | - <tr><td>Bookmark</td><td>Shows how to create Bookmark in PDF document.</td></tr> |
61 | | - <tr><td>Color</td><td>Demonstrates how to use Color class in different ways.</td></tr> |
62 | | - <tr><td>ColorSpace</td><td>Shows how to use different color space in PDF document</td></tr> |
63 | | - <tr><td>Graph</td><td>Explains how to use Graph class in PDF document.</td></tr> |
64 | | - <tr><td>Header</td><td>Shows how to create Header/Footer in PDF document.</td></tr> |
65 | | - <tr><td>Heading</td><td>Demonstrate the use of all 7 bullet styles with Heading object.</td></tr> |
66 | | - <tr><td>HyperLinkToAnotherFile</td><td>Shows how to create hyperlink to any file over local system.</td></tr> |
67 | | - <tr><td>HyperLinkToAnotherPDF</td><td>Explains the steps to create Hyperlink to a PDF file over local system.</td></tr> |
68 | | - <tr><td>HyperLinkToSamePDF</td><td>Shows how to create hyperlink to a page within PDF document.</td></tr> |
69 | | - <tr><td>HyperLinkToWebURL</td><td>Shows how to create Hyperlink to a web URL.</td></tr> |
70 | | - <tr><td>JavaScript</td><td>Shows how to add JavaScript to PDF document.</td></tr> |
71 | | - <tr><td>ListOfTables</td><td>Shows how to create List Of Tables inside PDF document.</td></tr> |
72 | | - <tr><td>MetaInfo</td><td>Shows how to add MetaInfo to PDF document.</td></tr> |
73 | | - <tr><td>NestedTable</td><td>Shows how to create Nested Tables in PDF document.</td></tr> |
74 | | - <tr><td>OpenType</td><td>Shows how to set the Document Appearance type.</td></tr> |
75 | | - <tr><td>Security</td><td>Demonstrates how to apply security restrictions to a PDF document.</td></tr> |
76 | | - <tr><td>XMLExample</td><td>Shows how create simple PDF using XML file.</td></tr> |
77 | | -</table> |
78 | | - |
79 | | -##Contact Us |
80 | | - |
81 | | -+ **Website:** [www.aspose.com](http://www.aspose.com) |
82 | | -+ **Product Home:** [Aspose.Pdf for Java](http://www.aspose.com/categories/java-components/aspose.pdf-for-java/default.aspx) |
83 | | -+ **Download:** [Download Aspose.Pdf for Java](http://www.aspose.com/community/files/72/java-components/aspose.pdf-for-java/category1366.aspx) |
84 | | -+ **Documentation:** [Aspose.Pdf for Java Documentation](http://www.aspose.com/documentation/java-components/aspose.pdf-for-java/index.html) |
85 | | -+ **Forum:** [Aspose.Pdf for Java Forum](http://www.aspose.com/community/forums/aspose.pdf-product-family/20/showforum.aspx) |
86 | | -+ **Blog:** [Aspose.Pdf for Java Blog](http://www.aspose.com/blogs/aspose-products/aspose-pdf-product-family.html) |
87 | | - |
| 14 | +Directory | Description |
| 15 | +--------- | ----------- |
| 16 | +[Examples](https://github.com/asposepdf/Aspose_Pdf_Java/tree/master/Examples) | A collection of Java examples that help you learn how to use product features. |
88 | 17 |
|
89 | 18 |
|
0 commit comments