PDF Split and Merge: Difference between revisions
Proposing for deletion per WP:PROD |
|||
Line 1: | Line 1: | ||
{{Proposed deletion/dated |
|||
|concern = Non-notable PDF software. Not even fully open source - only a certain version of the software is free and open-source, the rest are commercial versions. Also, article was created by an [[WP:SPA|SPA]]. |
|||
|timestamp = 20180210114945 |
|||
|help = |
|||
}} |
|||
{{Infobox software |
{{Infobox software |
||
| name = PDFsam Basic |
| name = PDFsam Basic |
Revision as of 11:49, 10 February 2018
It is proposed that this article be deleted because of the following concern:
If you can address this concern by improving, copyediting, sourcing, renaming, or merging the page, please edit this page and do so. You may remove this message if you improve the article or otherwise object to deletion for any reason. Although not required, you are encouraged to explain why you object to the deletion, either in your edit summary or on the talk page. If this template is removed, do not replace it. This message has remained in place for seven days, so the article may be deleted without further notice. Find sources: "PDF Split and Merge" – news · newspapers · books · scholar · JSTOR Nominator: Please consider notifying the author/project: {{subst:proposed deletion notify|PDF Split and Merge|concern=Non-notable PDF software. Not even fully open source - only a certain version of the software is free and open-source, the rest are commercial versions. Also, article was created by an [[WP:SPA|SPA]].}} ~~~~ Timestamp: 20180210114945 11:49, 10 February 2018 (UTC) Administrators: delete |
Developer(s) | Andrea Vacondio |
---|---|
Initial release | June 29, 2008 |
Stable release | 3.3.5[1]
/ November 22, 2017 |
Repository | github |
Written in | Java, JavaFX |
Operating system | Cross-platform |
Platform | Java |
Type | PDF utility |
License | AGPLv3 for v3, GPLv2 for previous versions 2.x |
Website | www |
PDFsam Basic or PDF Split and Merge is a free and open source cross-platform desktop application to split, merge, extract pages, rotate and mix PDF documents.
The distribution system
PDFsam Basic is a desktop application freely accessible from the project's page both as source and compiled code. It is available as MSI package for 32-bit and 64-bit MS Windows, .dmg for Mac OS X, .deb package for Debian based GNU/Linux distributions and ZIP bundle for the power users' convenience.
Functionalities
- Merge PDF files selecting entire documents or subsections of them. It provides a number of settings to let the user decide what to do in case the original PDF files contain Acro Forms or an outline (bookmarks) and it can generate a table of contents, normalize pages size and add blank pages.
- Split PDF files in a number of ways:
- After every page, even pages or odd pages
- After a given set of page numbers
- Every n pages
- By bookmark level
- By size, where the generated files will roughly have the specified size
- Rotate PDF files where multiple files can be rotated, either every page or a selected set of pages
- Extract pages from multiple PDF files
- Mix PDF files where a number of PDF files are merged together taking pages alternately from them
- Save and restore of the workspace
Architecture
PDFsam Basic relies on Sejda SDK, an open source and task oriented Java library to edit PDF files and SAMBox, a PDFBox fork.
Requirements
PDFsam Basic is written in Java and JavaFX and requires a working Java Virtual Machine version 8 or above installed in the operating system in order to run.
See also
References
External links
- http://www.pdfsam.org/ - PDF Split and Merge, the project's main page
- https://github.com/torakiki/pdfsam - the project's page on GitHub
- http://www.pdfsam.org/documentation/ - the project's online help web page
- http://sejda.org/ - to execute PDFsam tasks using a Command-line interface
- https://sejda.com/ - to execute PDFsam tasks using a web application