iText in action: [covers iText 5]
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Greenwich, Conn. [u.a.]
Manning
2011
|
Ausgabe: | 2. ed. |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XXIX, 585 S. Ill., graph. Darst. 24cm |
ISBN: | 1932394796 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV037438971 | ||
003 | DE-604 | ||
005 | 20130625 | ||
007 | t | ||
008 | 110606s2011 ad|| b||| 00||| eng d | ||
015 | |a GBA736549 |2 dnb | ||
020 | |a 1932394796 |c (pbk) |9 1-932394-79-6 | ||
035 | |a (OCoLC)734063996 | ||
035 | |a (DE-599)BVBBV037438971 | ||
040 | |a DE-604 |b ger |e aacr | ||
041 | 0 | |a eng | |
049 | |a DE-739 |a DE-92 | ||
050 | 0 | |a QA76.9.F48 | |
082 | 0 | |a 005.72 | |
084 | |a ST 351 |0 (DE-625)143668: |2 rvk | ||
100 | 1 | |a Lowagie, Bruno |e Verfasser |4 aut | |
245 | 1 | 0 | |a iText in action |b [covers iText 5] |c Bruno Lowagie |
250 | |a 2. ed. | ||
264 | 1 | |a Greenwich, Conn. [u.a.] |b Manning |c 2011 | |
300 | |a XXIX, 585 S. |b Ill., graph. Darst. |c 24cm | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
630 | 0 | 4 | |a Adobe Acrobat |
650 | 4 | |a Adobe Acrobat | |
650 | 4 | |a File conversion (Computer science) | |
650 | 4 | |a PDF (Computer file format) | |
650 | 4 | |a PDF <Dateiformat> | |
650 | 4 | |a Programm | |
650 | 4 | |a Adobe Acrobat | |
650 | 7 | |a Adobe Acrobat - Alternative |2 idsbb | |
650 | 4 | |a File conversion (Computer science) | |
650 | 4 | |a PDF (Computer file format) | |
650 | 0 | 7 | |a Programmbibliothek |0 (DE-588)4121521-7 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a PDF |g Dateiformat |0 (DE-588)4523240-4 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Java |g Programmiersprache |0 (DE-588)4401313-9 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Open Source |0 (DE-588)4548264-0 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Adobe Acrobat |0 (DE-588)4372144-8 |2 gnd |9 rswk-swf |
655 | 7 | |0 (DE-588)4006432-3 |a Bibliografie |2 gnd-content | |
689 | 0 | 0 | |a Adobe Acrobat |0 (DE-588)4372144-8 |D s |
689 | 0 | 1 | |a PDF |g Dateiformat |0 (DE-588)4523240-4 |D s |
689 | 0 | 2 | |a Java |g Programmiersprache |0 (DE-588)4401313-9 |D s |
689 | 0 | 3 | |a Programmbibliothek |0 (DE-588)4121521-7 |D s |
689 | 0 | 4 | |a Open Source |0 (DE-588)4548264-0 |D s |
689 | 0 | |8 1\p |5 DE-604 | |
856 | 4 | 2 | |m Digitalisierung UB Passau |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=022590945&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-022590945 | ||
883 | 1 | |8 1\p |a cgwrk |d 20201028 |q DE-101 |u https://d-nb.info/provenance/plan#cgwrk |
Datensatz im Suchindex
_version_ | 1804145749410185216 |
---|---|
adam_text | contents
preface
xvii
preface to the first edition xviv
acknowledgments
xxi
about this book
xxiii
about the title
xxviii
about the cover illustration
xxix
Introducing PDF and
і
Text
3
1.1
Things you can do with PDF
4
1.2
Working with the examples in this book
б
1.3
Creating a PDF document in five steps with iText
8
Creating a new Document object
9 ■
Getting a PdfWriter
instance
12 ·
Opening the Document
13 »
Adding
content
15 ·
Closing the Document
17
1.4
Summary
19
2
CONTENTS
Using
iTexťs
basic
butiding
blocks
20
2.1
Illustrating the examples with a real-world database
21
2.2
Adding Chunk, Phrase, Paragraph, and List objects
22
The Chunk object: a String, a Font, and some attributes
23 ·
The Phrase
object: a List of Chunks with leading
25 ·
Paragraph object: a Phrase
with extra properties and a newline
30 ·
Distributing text over different
lines
34·
The List object: a sequence of Paragraphs called
Listitem
37
The Drawlnterface: vertical position marks, separators, and tabs
41
2.3
Adding Anchor, Image, Chapter, and Section objects
46
The Anchor object: internal and external links
47 ·
Chapter and
Section: get bookmarks
f
or
f
ree
49 ·
The Image object: adding raster
format illustrations
51 ·
Summary
56
Adding content at absolute positions
57
3.1
Introducing the concept of direct content
58
Direct content layers
58 ·
Graphics state and text state
60 ·
A real-
world database: three more tables
62
3.2
Adding text at absolute positions
67
Convenience method: PdfContentByte.showTextAlignedO
67
Convenience method: ColumnText. showTextAligned()
70
3.3
Working with the ColumnText object
74
Using ColumnText in text mode
75 ·
Using ColumnText in
composite mode
81
3.4
Creating reusable content
84
Image XObjects
84·
The
Ρ
dfT
empiate
object
87
3.5
Summary
92
Organizing content in tables
93
4.1
Constructing tables
94
Your first PdfPTable
94 ·
PdfPTable properties
95
4.2
Changing the properties of a cell
98
PdfPCell in text mode
99·
PdfPCell in composite mode
107
4.3
Dealing with large tables
112
Repeating headers and
f
ooters
112·
Splitting tables
113
Memory management for LargeElement implementations
115
4.4
Adding a table at an absolute position
116
Working with writeSelectedRowsi
) 116 ·
Wrapping tables in
columns
119
4.5
Summary
121
£ζ
Table, cell, and page events
122
5.1
Decorating tables using table and cell events
123
Implementing the PdfPTableEvent interface
123 ■
Implementing the
PdfPCellEvent interface
125 ■
Combining table and cell events
128
5.2
Events for basic building blocks
133
Generic Chunk functionality
134
Paragraph events
138
Chapter
and Section events
138·
Page order and blank pages
141
5.3
Overview of the page boundaries
142
The media box
143
° The crop box
145
a Other page boundaries
14-7
5.4
Adding page events to PdfWriter
148
Adding a header and a footer
148 »
Solving the page X of Y
problem
150
Adding a watermark
152 =
Creating a
slideshow
154
5.5
Summan
155
Working with existing PDFs
159
6.1
Accessing an existing PDF with PdfReader
160
Retrieving information about the document and its pages
160
Reducing the memory use of PdfReader
163
6.2
Copying pages from existing PDF documents
164
Importing pages
165 ·
Scaling and superimposing pages
167
N-up copying and tiling PDF documents
170
6.3
Adding content with PdfStamper
173
Adding content at absolute positions
173 ·
Creating a PDF in multiple
passes
175 ·
Adding company stationery to an existing document
176
Inserting pages into an existing document
178
n Filling out a PDF
form
179
6.4
Copying pages with PdfCopy
186
Concatenating and splitting PDF documents
18/
PdfCopy
versus PdfSmartCopy
189 -·
Concatenating forms
191
6.5
Summary
192
Making documents interactive
194
7.1
Introducing actions
195
Document-iiavigalion actions
195
:: Explicit destinations
199
JavaScript in PDF documents
20?. -
More actions
205
CONTENTS
7.2
Adding bookmarks
208
Creating bookmarks for a new document
208 ·
Retrieving
bookmarks from an existing document
210 ·
Adding bookmarks to
an existing document
212 ·
Concatenating documents with
bookmarks
213 ·
Open parameters
214
7.3
Creating annotations
215
Text annotations
215 ·
Link annotations
220 ·
File
attachments
222 ·
Stamp, line, and rectangle annotations
224
7.4
JavaScript programming in PDF
226
Triggering JavaScript from a button
226 ·
Showing and hiding
an annotation
227 ·
A popup triggered by a button that doesn t
need to be pushed
229 ·
Additional actions
231 ·
A PDF
calculator
232
7.5
Summary
234
Filling out interactive forms
236
8.1
Introducing AcroForms
237
8.2
Selecting states or trigger actions with button fields
238
Radio fields and radio buttons
238 ·
Check boxes
240
Pushbuttons
241
8.3
Filling in data with text fields
244
Creating text fields
244 ·
Filling out text fields
247 ·
Text fields
and fonts
249 ·
Validating text fields
252
8.4
Selecting options with choice fields
252
Creating lists and combo boxes
253
Manipulating lists and
combo boxes
255
8.5
Refining the form-filling process
255
Choosing field names
256·
Optimizing the filling process
257
Partial form flattening
258 ·
Customized form flattening
260
8.6
Introducing the XML· Forms Architecture (XFA)
264
Static XFA forms
265 ·
Dynamic XFA forms
270
8.7
Preserving the usage rights of Reader-enabled forms
275
Reader-enabling a form using Adobe Acrobat
276 -
Filling out
Reader-enabled forms using ¿Text
277
8.8
Summarv
278
CONTENTS xiii
Part
3
Essentiaì
.
îTexï
ѕкпхѕ
,
„..,,.... „.,
,
.
...,
.,..
.Ж
Integrating iText in your web applications
283
9.1
Creating a PDF from
a
sendet 284
The five steps of PDF creation in a web application
284 «
Troubleshooting
web applications
286·
Generating a PDF
f
rom
a JSP page
291
9.2
Making a form web ready
293
Adding a submit button to an existing form
293
n Filling out a f
orm
on
the sewer side
298
PDF and XFDF in web applications
299
9.3
JavaScript communication between HTML and PDF
304
9.4
Creating basic building blocks from HTML and XML
307
Parsing HTML
308 »
Parsing XML
312
9.5
Summan-
315
Brightening your document with color and images
317
10.1
Working with the iText color classes
318
Device colors
318 ·
Spot colors
320 ·
Painting patterns
321
Transparency
325
10.2
Overview of supported image types
329
JPEG,JPEG2000, GIF, PNG, BMP, WMF, TIFF, andJBIG2
330
Creating a raw image
332 ·
CCITT compressed images
333
Creating barcodes
334 ·
Working with java.awt. Image
338
Compressing images
338·
Images consisting of multiple pages or
frames
340
10.3
Making images transparent
341
Images and transparency
341 ·
Masking images
344 ·
Clipping
images
345
10.4
Summary
348
Choosing the right font
349
11.1
Getting fonts from a file
349
Font files and their extensions
350-
Type
1
fonts
352-
TrueType
and OpenType fonts
353
11.2
Examining font types from a PDF perspective
354
Simple fonts
355
ώ
Composite fonts
357
CONTENTS
11.3
Using fonts in iText
359
Overview of the Font classes
359·
Type
3
fonts
361 ·
CJK
fonts
363 ·
Writing from right to left
366 ·
Advanced
typography
369
11.4
Automating font creation and selection
373
Getting a Font from the FontFactory
374 ■
Automatic
f
ont
selection
377
11.5
Summái]
379
Protecting your PDF
380
12.1
Adding metadata
381
The info dictionary
381 ·
The Extensible Metadata Platform
(XMP)
383
12.2
PDF and compression
385
Compression lev eh
385 ·
Compressing and decompressing existing
files
386
12.3
Encrypting a PDF document
387
Creating a password-encrypted PDF
387 ·
Public-key
encryption
390
12.4
Digital signatures, OCSP, and timestamping
395
Creating an unsigned signature field
395 ·
Signing a
PDF
396 ·
Adding multiple signatures
399 ·
Verifying the
signatures in a document
402 ·
Creating the digest and signing
externally
403 ·
CRLs, OCSP, and timestamping
405 ·
PDF
Advanced Electronic Signatures (PAdES) profiles
409
12.5
Summary
410
PDFs inside-out
413
13.1
PDF, why and how?
414
The ancestors of PDF
414 ·
The history of PDF
414
PDF as
an ISO standard
418 ·
PDF/X, PDF/ A, PDF/E, PDF/UA, and
other types of PDF
419
13.2
Understanding the Carousel Object System
424
Basic PDF objects
424 ■
The PDF file structure
426 «
Climbing
up the object tree
432
CONTENTS
XV
13.3
Exploring the root of a PDF file
434
Page layout, page mode, and viewer preferences
435 ·
Pages and page
labels
441 ·
Outlines, destinations, and names
446
AcroForms
revisited
441
13.4
Summary
451
The imaging model
452
14.1
Examining the content stream
453
14.2
Path construction and painting operators
454
Constructing paths
454 »
Painting and clipping paths
456
Convenience methods to draw shapes
459
14.3
Overview of the graphics state methods
460
Line characteristics
461
Colors
464
ъ
Changing the
coordinate system
466
u
Affine
transformations using Java
4/0
14.4
Overview of the text and text state methods 4 71
Text state operators
471 ·
Text-positioning and text-showing
operators
472·
Convenience methods for text
476
14.5
Usingjava.awt.Graphics2D
477
Drawing content to PdfGraphics2D
478 ·
Drawing text to
PdfGraphics2D
483
14.6
Summary
492
Page content and structure
493
15.1
Making content visible or invisible
493
Optional content groups
494 ·
Adding structure to layers
495
Optional content membership
500 ·
Changing the slate of a layer with
an action 501vOptional content in XObjects and annotations
503
15.2
Working with marked content
506
Object data
506 ·
Section
508
and accessibility
508 »
Adding
structure
511
15.3
Parsing PDFs
514
Examining the content stream with PRTokeniser
514 -
Processing
content streams with PdfContentStreamProcessor
517
Extracting text
with PdfReaderContentParser and PdfTexlExtractor
519
: Finding text
margins
523
Extracting images
524
15.4
Summary
525
16
PDF streams
526
16.1
Finding and replacing image and font streams
526
Adding a special ID to an Image
527 ·
Resizing an image in an existing
document
528 ·
Listing the fonts used
529 ■
Replacing a font
531
16.2
Embedding files into a PDF
533
File attachment annotations
533 ■
Document-level
attachments
535 ·
Go to embedded file action
536 ·
PDF
packages, portable collections, or portfolios
538
16.3
Integrating rich media
545
Movie annotations
545 · 3D
annotations
546 ·
Embedding
Flash into a PDF
548 ·
Establishing communication between Flex
and PDF
555
16.4
Summary
558
appendix A Bibliography
563
appendix
В
Useful links
565
index
569
|
any_adam_object | 1 |
author | Lowagie, Bruno |
author_facet | Lowagie, Bruno |
author_role | aut |
author_sort | Lowagie, Bruno |
author_variant | b l bl |
building | Verbundindex |
bvnumber | BV037438971 |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.9.F48 |
callnumber-search | QA76.9.F48 |
callnumber-sort | QA 276.9 F48 |
callnumber-subject | QA - Mathematics |
classification_rvk | ST 351 |
ctrlnum | (OCoLC)734063996 (DE-599)BVBBV037438971 |
dewey-full | 005.72 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.72 |
dewey-search | 005.72 |
dewey-sort | 15.72 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
edition | 2. ed. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>02315nam a2200601 c 4500</leader><controlfield tag="001">BV037438971</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20130625 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">110606s2011 ad|| b||| 00||| eng d</controlfield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">GBA736549</subfield><subfield code="2">dnb</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1932394796</subfield><subfield code="c">(pbk)</subfield><subfield code="9">1-932394-79-6</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)734063996</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV037438971</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">aacr</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-739</subfield><subfield code="a">DE-92</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA76.9.F48</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.72</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 351</subfield><subfield code="0">(DE-625)143668:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Lowagie, Bruno</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">iText in action</subfield><subfield code="b">[covers iText 5]</subfield><subfield code="c">Bruno Lowagie</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">2. ed.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Greenwich, Conn. [u.a.]</subfield><subfield code="b">Manning</subfield><subfield code="c">2011</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XXIX, 585 S.</subfield><subfield code="b">Ill., graph. Darst.</subfield><subfield code="c">24cm</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="630" ind1="0" ind2="4"><subfield code="a">Adobe Acrobat</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Adobe Acrobat</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">File conversion (Computer science)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">PDF (Computer file format)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">PDF <Dateiformat></subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Programm</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Adobe Acrobat</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Adobe Acrobat - Alternative</subfield><subfield code="2">idsbb</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">File conversion (Computer science)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">PDF (Computer file format)</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Programmbibliothek</subfield><subfield code="0">(DE-588)4121521-7</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">PDF</subfield><subfield code="g">Dateiformat</subfield><subfield code="0">(DE-588)4523240-4</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Java</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4401313-9</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Open Source</subfield><subfield code="0">(DE-588)4548264-0</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Adobe Acrobat</subfield><subfield code="0">(DE-588)4372144-8</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="655" ind1=" " ind2="7"><subfield code="0">(DE-588)4006432-3</subfield><subfield code="a">Bibliografie</subfield><subfield code="2">gnd-content</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Adobe Acrobat</subfield><subfield code="0">(DE-588)4372144-8</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">PDF</subfield><subfield code="g">Dateiformat</subfield><subfield code="0">(DE-588)4523240-4</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="2"><subfield code="a">Java</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4401313-9</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="3"><subfield code="a">Programmbibliothek</subfield><subfield code="0">(DE-588)4121521-7</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="4"><subfield code="a">Open Source</subfield><subfield code="0">(DE-588)4548264-0</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="8">1\p</subfield><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Passau</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=022590945&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-022590945</subfield></datafield><datafield tag="883" ind1="1" ind2=" "><subfield code="8">1\p</subfield><subfield code="a">cgwrk</subfield><subfield code="d">20201028</subfield><subfield code="q">DE-101</subfield><subfield code="u">https://d-nb.info/provenance/plan#cgwrk</subfield></datafield></record></collection> |
genre | (DE-588)4006432-3 Bibliografie gnd-content |
genre_facet | Bibliografie |
id | DE-604.BV037438971 |
illustrated | Illustrated |
indexdate | 2024-07-09T23:24:24Z |
institution | BVB |
isbn | 1932394796 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-022590945 |
oclc_num | 734063996 |
open_access_boolean | |
owner | DE-739 DE-92 |
owner_facet | DE-739 DE-92 |
physical | XXIX, 585 S. Ill., graph. Darst. 24cm |
publishDate | 2011 |
publishDateSearch | 2011 |
publishDateSort | 2011 |
publisher | Manning |
record_format | marc |
spelling | Lowagie, Bruno Verfasser aut iText in action [covers iText 5] Bruno Lowagie 2. ed. Greenwich, Conn. [u.a.] Manning 2011 XXIX, 585 S. Ill., graph. Darst. 24cm txt rdacontent n rdamedia nc rdacarrier Adobe Acrobat File conversion (Computer science) PDF (Computer file format) PDF <Dateiformat> Programm Adobe Acrobat - Alternative idsbb Programmbibliothek (DE-588)4121521-7 gnd rswk-swf PDF Dateiformat (DE-588)4523240-4 gnd rswk-swf Java Programmiersprache (DE-588)4401313-9 gnd rswk-swf Open Source (DE-588)4548264-0 gnd rswk-swf Adobe Acrobat (DE-588)4372144-8 gnd rswk-swf (DE-588)4006432-3 Bibliografie gnd-content Adobe Acrobat (DE-588)4372144-8 s PDF Dateiformat (DE-588)4523240-4 s Java Programmiersprache (DE-588)4401313-9 s Programmbibliothek (DE-588)4121521-7 s Open Source (DE-588)4548264-0 s 1\p DE-604 Digitalisierung UB Passau application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=022590945&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis 1\p cgwrk 20201028 DE-101 https://d-nb.info/provenance/plan#cgwrk |
spellingShingle | Lowagie, Bruno iText in action [covers iText 5] Adobe Acrobat File conversion (Computer science) PDF (Computer file format) PDF <Dateiformat> Programm Adobe Acrobat - Alternative idsbb Programmbibliothek (DE-588)4121521-7 gnd PDF Dateiformat (DE-588)4523240-4 gnd Java Programmiersprache (DE-588)4401313-9 gnd Open Source (DE-588)4548264-0 gnd Adobe Acrobat (DE-588)4372144-8 gnd |
subject_GND | (DE-588)4121521-7 (DE-588)4523240-4 (DE-588)4401313-9 (DE-588)4548264-0 (DE-588)4372144-8 (DE-588)4006432-3 |
title | iText in action [covers iText 5] |
title_auth | iText in action [covers iText 5] |
title_exact_search | iText in action [covers iText 5] |
title_full | iText in action [covers iText 5] Bruno Lowagie |
title_fullStr | iText in action [covers iText 5] Bruno Lowagie |
title_full_unstemmed | iText in action [covers iText 5] Bruno Lowagie |
title_short | iText in action |
title_sort | itext in action covers itext 5 |
title_sub | [covers iText 5] |
topic | Adobe Acrobat File conversion (Computer science) PDF (Computer file format) PDF <Dateiformat> Programm Adobe Acrobat - Alternative idsbb Programmbibliothek (DE-588)4121521-7 gnd PDF Dateiformat (DE-588)4523240-4 gnd Java Programmiersprache (DE-588)4401313-9 gnd Open Source (DE-588)4548264-0 gnd Adobe Acrobat (DE-588)4372144-8 gnd |
topic_facet | Adobe Acrobat File conversion (Computer science) PDF (Computer file format) PDF <Dateiformat> Programm Adobe Acrobat - Alternative Programmbibliothek PDF Dateiformat Java Programmiersprache Open Source Bibliografie |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=022590945&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT lowagiebruno itextinactioncoversitext5 |