# pdfWriteBookmarks **Repository Path**: mirrors_stefanbirkner/pdfWriteBookmarks ## Basic Information - **Project Name**: pdfWriteBookmarks - **Description**: Java program to add bookmarks to pdf (stable) - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README /* pdfWriteBookmarks * (c) 2006 Michael Goerz * http://www.physik.fu-berlin.de/~goerz/ * * pdfWriteBookmarks is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * pdfWriteBookmarks is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with pdfWriteBookmarks; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * http://www.gnu.org/copyleft/gpl.html */ /* * pdfWriteBookmarks uses the PDFBox library * http://www.pdfbox.org/ */ pdfWriteBookmarks is build with [Maven](http://maven.apache.org/). You can build it with the command ./mvnw package You will find the actual source code files in the subfolder src/pdfwritebookmarks/ The executable jar-file is in the subfolder dist/. Read /dist/README.TXT You will probably want to put this folder in a convenient location and write a simple batch file to wrap around the jar-file.