Skip to content

Commit 0c89dff

Browse files
committed
iText 7.0.0
2 parents 898cf7d + 1644006 commit 0c89dff

File tree

3,253 files changed

+1091045
-122
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,253 files changed

+1091045
-122
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*.afm text eol=lf
77
*.cmap text eol=lf
88
*.crt text eol=lf
9-
*.cs text eol=lf
9+
*.cs text eol=lf ident
1010
*.html text eol=lf
1111
*.java text eol=lf ident
1212
*.lng text eol=lf

.gitignore

Lines changed: 189 additions & 121 deletions
Original file line numberDiff line numberDiff line change
@@ -1,127 +1,202 @@
11
# Created by https://www.gitignore.io
22

3-
### Java ###
4-
*.class
5-
6-
# Mobile Tools for Java (J2ME)
7-
.mtj.tmp/
8-
9-
# Package Files #
10-
*.jar
11-
*.war
12-
*.ear
13-
14-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
15-
hs_err_pid*
16-
17-
18-
### Eclipse ###
19-
*.pydevproject
20-
.metadata
21-
.gradle
22-
bin/
23-
tmp/
3+
### VisualStudio ###
4+
## Ignore Visual Studio temporary files, build results, and
5+
## files generated by popular Visual Studio add-ons.
6+
7+
# User-specific files
8+
*.suo
9+
*.user
10+
*.userosscache
11+
*.sln.docstates
12+
13+
# User-specific files (MonoDevelop/Xamarin Studio)
14+
*.userprefs
15+
16+
# Build results
17+
[Dd]ebug/
18+
[Dd]ebugPublic/
19+
[Rr]elease/
20+
[Rr]eleases/
21+
x64/
22+
x86/
23+
build/
24+
bld/
25+
[Bb]in/
26+
[Oo]bj/
27+
28+
# Visual Studo 2015 cache/options directory
29+
.vs/
30+
31+
# MSTest test Results
32+
[Tt]est[Rr]esult*/
33+
[Bb]uild[Ll]og.*
34+
35+
# NUNIT
36+
*.VisualState.xml
37+
TestResult.xml
38+
39+
# Build Results of an ATL Project
40+
[Dd]ebugPS/
41+
[Rr]eleasePS/
42+
dlldata.c
43+
44+
*_i.c
45+
*_p.c
46+
*_i.h
47+
*.ilk
48+
*.meta
49+
*.obj
50+
*.pch
51+
*.pdb
52+
*.pgc
53+
*.pgd
54+
*.rsp
55+
*.sbr
56+
*.tlb
57+
*.tli
58+
*.tlh
2459
*.tmp
25-
*.bak
26-
*.swp
27-
*~.nib
28-
local.properties
29-
.settings/
30-
.loadpath
31-
32-
# Eclipse Core
33-
.project
34-
35-
# External tool builders
36-
.externalToolBuilders/
37-
38-
# Locally stored "Eclipse launch configurations"
39-
*.launch
40-
41-
# CDT-specific
42-
.cproject
43-
44-
# JDT-specific (Eclipse Java Development Tools)
45-
.classpath
46-
47-
# PDT-specific
48-
.buildpath
49-
50-
# sbteclipse plugin
51-
.target
52-
53-
# TeXlipse plugin
54-
.texlipse
55-
56-
57-
### Intellij ###
58-
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
59-
60-
*.iml
61-
62-
## Directory-based project format:
63-
.idea/
64-
# if you remove the above rule, at least ignore the following:
65-
66-
# User-specific stuff:
67-
# .idea/workspace.xml
68-
# .idea/tasks.xml
69-
# .idea/dictionaries
70-
71-
# Sensitive or high-churn files:
72-
# .idea/dataSources.ids
73-
# .idea/dataSources.xml
74-
# .idea/sqlDataSources.xml
75-
# .idea/dynamic.xml
76-
# .idea/uiDesigner.xml
77-
78-
# Gradle:
79-
# .idea/gradle.xml
80-
# .idea/libraries
81-
82-
# Mongo Explorer plugin:
83-
# .idea/mongoSettings.xml
84-
85-
## File-based project format:
86-
*.ipr
87-
*.iws
88-
89-
## Plugin-specific files:
90-
91-
# IntelliJ
92-
out/
60+
*.tmp_proj
61+
*.log
62+
*.vspscc
63+
*.vssscc
64+
.builds
65+
*.pidb
66+
*.svclog
67+
*.scc
68+
69+
# Chutzpah Test files
70+
_Chutzpah*
71+
72+
# Visual C++ cache files
73+
ipch/
74+
*.aps
75+
*.ncb
76+
*.opensdf
77+
*.sdf
78+
*.cachefile
79+
80+
# Visual Studio profiler
81+
*.psess
82+
*.vsp
83+
*.vspx
84+
85+
# TFS 2012 Local Workspace
86+
$tf/
87+
88+
# Guidance Automation Toolkit
89+
*.gpState
90+
91+
# ReSharper is a .NET coding add-in
92+
_ReSharper*/
93+
*.[Rr]e[Ss]harper
94+
*.DotSettings.user
95+
96+
# JustCode is a .NET coding addin-in
97+
.JustCode
98+
99+
# TeamCity is a build add-in
100+
_TeamCity*
101+
102+
# DotCover is a Code Coverage Tool
103+
*.dotCover
104+
105+
# NCrunch
106+
_NCrunch_*
107+
.*crunch*.local.xml
108+
109+
# MightyMoose
110+
*.mm.*
111+
AutoTest.Net/
112+
113+
# Web workbench (sass)
114+
.sass-cache/
115+
116+
# Installshield output folder
117+
[Ee]xpress/
118+
119+
# DocProject is a documentation generator add-in
120+
DocProject/buildhelp/
121+
DocProject/Help/*.HxT
122+
DocProject/Help/*.HxC
123+
DocProject/Help/*.hhc
124+
DocProject/Help/*.hhk
125+
DocProject/Help/*.hhp
126+
DocProject/Help/Html2
127+
DocProject/Help/html
128+
129+
# Click-Once directory
130+
publish/
131+
132+
# Publish Web Output
133+
*.[Pp]ublish.xml
134+
*.azurePubxml
135+
# TODO: Comment the next line if you want to checkin your web deploy settings
136+
# but database connection strings (with potential passwords) will be unencrypted
137+
*.pubxml
138+
*.publishproj
139+
140+
# NuGet Packages
141+
*.nupkg
142+
# The packages folder can be ignored because of Package Restore
143+
**/packages/*
144+
# except build/, which is used as an MSBuild target.
145+
!**/packages/build/
146+
# Uncomment if necessary however generally it will be regenerated when needed
147+
#!**/packages/repositories.config
148+
149+
# Windows Azure Build Output
150+
csx/
151+
*.build.csdef
152+
153+
# Windows Store app package directory
154+
AppPackages/
155+
156+
# Others
157+
*.[Cc]ache
158+
ClientBin/
159+
[Ss]tyle[Cc]op.*
160+
~$*
161+
*~
162+
*.dbmdl
163+
*.dbproj.schemaview
164+
*.pfx
165+
*.publishsettings
166+
node_modules/
167+
bower_components/
93168

94-
# mpeltonen/sbt-idea plugin
95-
.idea_modules/
169+
# RIA/Silverlight projects
170+
Generated_Code/
96171

97-
# JIRA plugin
98-
atlassian-ide-plugin.xml
172+
# Backup & report files from converting an old project file
173+
# to a newer Visual Studio version. Backup files are not needed,
174+
# because we have git ;-)
175+
_UpgradeReport_Files/
176+
Backup*/
177+
UpgradeLog*.XML
178+
UpgradeLog*.htm
99179

100-
# Crashlytics plugin (for Android Studio and IntelliJ)
101-
com_crashlytics_export_strings.xml
102-
crashlytics.properties
103-
crashlytics-build.properties
180+
# SQL Server files
181+
*.mdf
182+
*.ldf
104183

184+
# Business Intelligence projects
185+
*.rdl.data
186+
*.bim.layout
187+
*.bim_*.settings
105188

106-
### NetBeans ###
107-
nbproject/private/
108-
build/
109-
nbbuild/
110-
dist/
111-
nbdist/
112-
nbactions.xml
113-
nb-configuration.xml
114-
.nb-gradle/
189+
# Microsoft Fakes
190+
FakesAssemblies/
115191

192+
# Node.js Tools for Visual Studio
193+
.ntvs_analysis.dat
116194

117-
### Linux ###
118-
*~
195+
# Visual Studio 6 build log
196+
*.plg
119197

120-
# KDE directory preferences
121-
.directory
122-
123-
# Linux trash folder which might appear on any partition or disk
124-
.Trash-*
198+
# Visual Studio 6 workspace options file
199+
*.opt
125200

126201

127202
### Windows ###
@@ -146,11 +221,4 @@ $RECYCLE.BIN/
146221

147222
target/
148223
nbactions*.xml
149-
.checkstyle
150-
.pmd
151-
.pmdruleset.xml
152-
153-
# Ignore generated files
154-
filmfestival.log
155-
156-
.vagrant/
224+
src/core/iTextSharp.xml

0 commit comments

Comments
 (0)