다른 예제를 실행하는 방법

GitHub에서 다운로드

Aspose.PDF for Java의 모든 예제는 Github에 호스팅되어 있습니다. 원하는 Github 클라이언트를 사용하여 저장소를 클론하거나 여기에서 ZIP 파일을 다운로드할 수 있습니다.

ZIP 파일의 내용을 컴퓨터의 폴더에 추출합니다. 모든 예제는 Examples 폴더에 위치해 있습니다.

todo:image_alt_text

프로젝트는 Maven 빌드 시스템을 사용합니다. 현대적인 IDE는 프로젝트와 그 종속성을 쉽게 열거나 가져올 수 있습니다. 아래에서는 인기 있는 IDE를 사용하여 예제를 빌드하고 실행하는 방법을 보여드립니다.

IntelliJ IDEA

File 메뉴를 클릭하고 Open을 선택합니다. 프로젝트 폴더로 이동하여 pom.xml 파일을 선택합니다.

todo:image_alt_text

프로젝트가 열리고 종속성이 자동으로 다운로드됩니다. 프로젝트 탭에서 src/main/java 폴더에 있는 예제를 찾아봅니다. 예제를 실행하려면 파일을 마우스 오른쪽 버튼으로 클릭하고 “Run ..“을 선택하면 예제가 실행되고 출력이 내장된 콘솔 출력 창에 표시됩니다.

todo:image_alt_text

이클립스

File 메뉴를 클릭하고 Import를 선택합니다. Maven - Existing Maven Projects를 선택합니다.

todo:image_alt_text

GitHub에서 클론하거나 다운로드한 폴더로 이동하여 pom.xml 파일을 선택합니다.

todo:image_alt_text

프로젝트가 열리고 종속성이 자동으로 다운로드됩니다. From the Package Explorer tab, browse the examples in src/main/java folder. To run an example, just right click on the file and choose Run As - Java Application, the example will be executed and the output will be shown in the built in console output window.

todo:image_alt_text

NetBeans

Click on the File menu and choose Open Project. Browse to the folder that you cloned or downloaded from GitHub. The icon of Examples folder will show that its a Maven project. Select Examples and open it.

todo:image_alt_text

It will open the project and download the dependencies automatically. From the Projects tab, browse the examples in source packages. To run an example, just right click on the file and choose Run File, the example will be executed and the output will be shown in the built in console output window.

todo:image_alt_text

Contribute

If you like to add or improve an example, we encourage you to contribute to the project. 모든 예제와 쇼케이스 프로젝트는 이 저장소에서 오픈 소스이며, 자유롭게 여러분의 애플리케이션에서 사용할 수 있습니다.

기여하려면, 저장소를 포크하고 소스 코드를 편집한 후 풀 리퀘스트를 생성할 수 있습니다. 변경 사항을 검토한 후 유용하다고 판단되면 저장소에 포함하겠습니다.