PDF Split and Merge: Difference between revisions
Appearance
Content deleted Content added
m Version 3.3.7 released |
Restored revision 1190835756 by 86.48.8.85 (talk): Spam |
||
(38 intermediate revisions by 28 users not shown) | |||
Line 1: | Line 1: | ||
{{Short description|Open-source PDF utility software}} |
|||
{{Infobox software |
{{Infobox software |
||
| name |
| name = PDFsam Basic |
||
| logo |
| logo = File:PDFsam Basic logo.svg |
||
| screenshot |
| screenshot = PDFsam merge module.png |
||
| caption |
| caption = PDFsam Basic 3.3.2 with merge PDF module opened |
||
⚫ | |||
| collapsible = |
|||
⚫ | |||
⚫ | |||
| latest release version = {{wikidata|property|reference|P348}} |
|||
⚫ | |||
⚫ | |||
| discontinued = |
|||
| |
| repo = {{URL|https://github.com/torakiki/pdfsam}} |
||
⚫ | |||
⚫ | |||
⚫ | |||
| repo = {{URL|https://github.com/torakiki/pdfsam}} |
|||
⚫ | |||
| status = Active |
|||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
| size = |
|||
| language = |
|||
⚫ | |||
⚫ | |||
⚫ | |||
}} |
}} |
||
'''PDFsam Basic''' or '''PDF Split and Merge''' is a [[Free and open-source software|free and open |
'''PDFsam Basic''' or '''PDF Split and Merge''' is a [[Free and open-source software|free and open-source]] [[cross-platform]] desktop application to split, merge, extract pages, rotate and mix [[Portable Document Format|PDF documents]]. PDFsam uses a [[freemium]] model and encourages buying the full version with popups. |
||
== |
== Distribution system == |
||
PDFsam Basic is a desktop application freely accessible both as [[source code|source]] and [[Compiler|compiled]] code. It is available as a [[Windows Installer|MSI]] package for [[32-bit]] and [[64-bit computing|64-bit]] [[Microsoft Windows|MS Windows]], [[Apple Disk Image|.dmg]] for [[macOS]], [[Deb (file format)|.deb package]] for [[Debian]] based [[Linux]] distributions, and ZIP bundle for [[power users]]' convenience. |
|||
== Functionalities == |
== 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 [[AcroForms|Acro Forms]] or an outline ( |
* 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 [[AcroForms|Acro Forms]] (Acrobat forms) or an outline ([[bookmark]]s) and it can generate a [[table of contents]], normalize [[page size|pages size]] and [[page margin]]s and add blank pages. |
||
*Split PDF files in a number of ways: |
*Split PDF files in a number of ways: |
||
** After every page, even pages or odd pages |
** After every page, even pages or odd pages |
||
Line 36: | Line 32: | ||
** By [[bookmark]] level |
** By [[bookmark]] level |
||
** By size, where the generated files will roughly have the specified size |
** 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 |
* Rotate PDF files where multiple files can be rotated, either every page or a selected set of pages (i.e. Mb). |
||
* Extract pages from multiple PDF files |
* Extract pages from multiple PDF files |
||
* Mix PDF files where a number of PDF files are merged, taking pages alternately from them |
* Mix PDF files where a number of PDF files are merged, taking pages alternately from them |
||
Line 42: | Line 38: | ||
== Architecture == |
== Architecture == |
||
PDFsam Basic |
PDFsam Basic is written in [[Java (programming language)|Java]] and [[JavaFX]]. PDFsam Basic relies on Sejda SDK, an open source and task oriented Java library to edit PDF files and SAMBox, a [[PDFBox]] [[Fork (software development)|fork]]. |
||
== Requirements == |
|||
PDFsam Basic is written in [[Java (programming language)|Java]] and [[JavaFX]] and requires a working [[Java Virtual Machine]] [[Java version history#Java_SE_8|version 8 or above]] installed in the [[operating system]] in order to run. |
|||
== See also == |
== See also == |
||
{{Portal|Free software}} |
{{Portal|Free and open-source software}} |
||
* [[List of PDF software]] |
* [[List of PDF software]] |
||
* [[Apache PDFBox]] |
|||
== References == |
== References == |
||
Line 55: | Line 49: | ||
== External links == |
== External links == |
||
*{{Official website| |
*{{Official website|https://pdfsam.org}} |
||
*{{github|torakiki/pdfsam}} |
*{{github|torakiki/pdfsam}} |
||
*[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]]] |
|||
{{PDF software}} |
{{PDF software}} |
Latest revision as of 18:48, 21 May 2024
Developer(s) | Andrea Vacondio |
---|---|
Initial release | June 29, 2008 |
Stable release | 5.2.9[1]
/ 28 October 2024 |
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 | pdfsam |
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. PDFsam uses a freemium model and encourages buying the full version with popups.
Distribution system
[edit]PDFsam Basic is a desktop application freely accessible both as source and compiled code. It is available as a MSI package for 32-bit and 64-bit MS Windows, .dmg for macOS, .deb package for Debian based Linux distributions, and ZIP bundle for power users' convenience.
Functionalities
[edit]- 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 (Acrobat forms) or an outline (bookmarks) and it can generate a table of contents, normalize pages size and page margins 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 (i.e. Mb).
- Extract pages from multiple PDF files
- Mix PDF files where a number of PDF files are merged, taking pages alternately from them
- Save and restore of the workspace
Architecture
[edit]PDFsam Basic is written in Java and JavaFX. PDFsam Basic relies on Sejda SDK, an open source and task oriented Java library to edit PDF files and SAMBox, a PDFBox fork.
See also
[edit]References
[edit]- ^ "Release 5.2.9". 28 October 2024. Retrieved 25 November 2024.
External links
[edit]