it.stefanochizzolini.clown.samples

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » PDF » PDFClown 0.0.5 » it.stefanochizzolini.clown.samples 
it.stefanochizzolini.clown.samples
Java Source File NameTypeComment
BookmarksParsingSample.javaClass This sample demonstrates how to inspect the bookmarks of a PDF document.
ComplexTypesettingSample.javaClass This sample demonstrates how to create a new document populating it with various graphics elements.

Remarks

This implementation features an enlightening example of an embryonic typesetter that exploits the new typographic primitives defined in PDF Clown (see BlockFilter class in use); this is just a humble experiment -- anybody could develop a typesetter sitting upon PDF Clown!

Anyway, PDF Clown currently lacks support for content flow composition (i.e.

HelloWorldSample.javaClass This sample is a minimalist introduction to the use of PDF Clown.

Remarks

Skimming through its source code you may appreciate the BIG simplification that has been introduced with the current version (0.0.5): PDF Clown keeps unaltered its powerful facilities for fine-grained access to the PDF domain, introducing at the same time a bunch of shortcuts that automate routine tasks and ease users' experience.

ImageExtractionSample.javaClass This sample demonstrates how to extract XObject images from a PDF file.
InlineObjectSample.javaClass This sample demonstrates how to embed an image object within a content stream.
ISample.javaInterface Sample interface.
MergeSample.javaClass This sample demonstrates how to concatenate a document to another.
PageCoordinatesSample.javaClass This sample shows the effects of the manipulation of the CTM (Current Transformation Matrix), that is the logical device which affects the page coordinate system used to place graphics contents onto the canvas.
PageFormatSample.javaClass This sample generates a series of pages from the default page formats available, both in size and orientation.
PageNumberingSample.javaClass This sample demonstrates how to stamp the page number on alternated corners of an existing document's pages.
PagesManipulationSample.javaClass This sample demonstrates how to manipulate the pages collection within a document, to perform movements, additions, removals and extractions of groups of pages.
PageStampSample.javaClass This sample demonstrates how to simply insert (stamp) new contents on an existing document.
PageToFormSample.javaClass This sample demonstrates how to reuse a page as a form (precisely: form XObject [PDF:1.6:4.9]).
ParsingSample.javaClass This sample demonstrates how to inspect the structure of a PDF document.
PDFClownSampleLoader.javaClass
PrimitiveSample.javaClass This sample demonstrates how to perform advanced editing over a PDF document structure accessing primitive objects.
SampleHelper.javaClass
SampleResources.javaClass
SplitSample.javaClass This sample demonstrates how to split a document into its constituting pages.
TextExtractionSample.javaClass This sample is a rough stub that demonstrates a basic way to extract text from a document.

Remarks

This implementation is definitely simplistic: its purpose is NOT to provide a real-life solution for PDF text mining; it lacks advanced features such as character encoding management, glyph position detection, dehyphenation, page-breaks handling and so on.

TransformationSample.javaClass This sample demonstrates how to spacially manipulate an image object.
TypesettingSample.javaClass This sample concentrates on proper fitting of styled text within a given page area (block frame), from the beginning of "Alice in Wonderland", Chapter 1 ("Down the Rabbit-Hole").
WatermarkSample.javaClass This sample demonstrates how to insert watermark text into an existing document.

Remarks

This implementation uses a Form XObject [PDF:1.6:4.9] to conveniently achieve a consistent page background.

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.