Leitz 5180
extrastarker Registraturlocher langer Hebel Stanzleistung 65 Blatt à 80 g/m² schwarz/grau
To find out if the PDF hole-punch keeps its promise, just upload a PDF document and punch! Free of charge and no strings attatched.
If you think that PDF hole-punch is useful, like it on Facebook or recommend it to your frends and colleagues. Many of them will appreciate this handy tool.
Now some information and recommendations for your daily office work. Have fun!
https://en.wikipedia.org/wiki/Paper_size http://www.hjreggel.net/office/lochraster.html
A hole punch (known also as a holing pincer, hole puncher, hole maker, or most commonly as a perforator or paper puncher) is a common office tool that is used to create holes in sheets of paper, often for the purpose of collecting the sheets in a binder or folder. More information
Portable Document Format (PDF) is a file format used to present documents in a manner independent of application software, hardware, and operating systems. Each PDF file encapsulates a complete description of a fixed-layout flat document, including the text, fonts, graphics and other information needed to display it. More information
Mediengestaltung von A bis Z verständlich erklärt (Galileo Design) Die 2. Auflage des Standardwerks – für alle, die jetzt noch besser gestalten wollen! Der Grafikdesigner und Fotograf Markus Wäger führt Sie in diesem Buch auf über 600 Seiten in die Welt der Gestaltung ein. Er erklärt Ihnen, wie Sie mit Formen, Farben, Typografie und Bildern ein perfektes Ergebnis erreichen – sei es nun eine einfache Visitenkarte oder das Layout für ein ganzes Magazin.
Confetti are small pieces or streamers of paper, mylar, or metallic material which are usually thrown at parades, sporting team winners, and celebrations, especially weddings. The origins are from the Latin confectum, with confetti the plural of Italian confetto, small sweet. More information
5PCs/MACs - 1 Jahresabonnement - multilingual (Product Key Card ohne Datenträger)
Die leistungsstarke und gleichermaßen benutzerfreundliche Software - PDF ohne Kompromisse
require_once('fpdf/fpdf.php');
require_once('fpdf/fpdi.php');
$pdf = new FPDI();
$num = $pdf->setSourceFile('input.pdf');
for ($cnt = 1; $cnt <= $num; $cnt++) {
$tpl = $pdf->importPage($cnt);
$pdf->addPage();
$pdf->useTemplate($tpl, null, null, 0, 0, true);
$pdf->Image('holes.png', $x, $y);
}
$pdf->Output('output.pdf', 'F');