by Qoppa Software - 상품타입: Component / Java Class
최신 정보는 밑의 링크를 참고하세요.
PDF 만
또는 이 상품의 특정 라이센스를 구입하실 경우는, 가격 및 제품 취급 상황에 관해서는 이쪽 으로 연락 주시기 바랍니다.
이 페이지에 표시된 정보는 최신정보가 아닐 경우가 있습니다.
Assemble or disassemble PDF documents. jPDFAssemble is a Java library that can be used to assemble PDF files. jPDFAssemble can combine, merge or split PDF documents. jPDFAssemble also allows to add or manipulate bookmarks in PDF documents. The library can save resulting documents to the local file system or to an output stream to be able to serve the documents directly to a client browser when working within a J2EE server. jPDFAssemble is built on top of Qoppa's proprietary PDF technology so you do not have to install any third party software or drivers. jPDFAssemble is also 100% Java, so it is completely platform independent and can run on Windows, Linux, Unix, Mac OSX and any other platform that supports the Java runtime environment.
jPDFAssemble Main Features
The starting point for using jPDFAssemble is the com.qoppa.pdfAssemble.PDFAssembleDoc class. This class is used to load PDF documents and then provides methods to combine or split documents and then save the resulting documents. The class provides three constructors to load PDF files from the file system, a URL or an InputStream. All constructors take an additional parameter, an object that implements IPasswordHandler, that will be queried if the PDF file requires a password to open (called Open or User password). Additionally, the class provides a fourth constructor to create a blank document. This constructor can be used when a new document needs to be created entirely by assembling pages from other PDF documents. Once a PDF document has been loaded by instantiating the PDFAssembleDoc class, pages in the document can be deleted or extracted to a new PDF.
jPDFAssemble PDFs Merging: Inserting Pages, Appending Documents
jPDFAssemble also allows to merge documents by inserting pages from other PDF documents or appending whole documents into a PDF document. The document can be an existing document or a new document according to the constructor used when creating the PDFDocument object.
jPDFAssemble Working with Bookmarks
jPDFAssemble allows to create new bookmarks or manipulate existing bookmarks in PDF documents.
jPDFAssemble Getting Basic Information about the PDF Document (Title, Author, etc...)
To get basic information about the loaded PDF document, you need to get the DocumentInfo class accessible through PDFAssembleDoc.getDocumentInfo. From this class, you can get information about the document such as title, author, subject, keywords, etc.
jPDFAssemble Distribution and JAR Files
jPDFAssemble is packaged in a single jar file, jPDFAssemble.jar that gets installed with the evaluation sample. When distributing an application that contains jPDFAssemble, the jPDFAssemble.jar file needs to be distributed along with it and needs to be included in the class path when running the application.
에서 제공