rghost 0.8.3 → 0.8.5
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/rghost.rb +0 -0
- data/lib/rghost/callback.rb +0 -0
- data/lib/rghost/color.rb +11 -4
- data/lib/rghost/constants.rb +0 -0
- data/lib/rghost/convert.rb +0 -0
- data/lib/rghost/cursor.rb +0 -0
- data/lib/rghost/document.rb +128 -22
- data/lib/rghost/document_callback_facade.rb +0 -0
- data/lib/rghost/dsc_entry.rb +0 -0
- data/lib/rghost/dynamic_document_callback.rb +0 -0
- data/lib/rghost/eps.rb +0 -0
- data/lib/rghost/font.rb +0 -0
- data/lib/rghost/font_map.rb +15 -1
- data/lib/rghost/frame.rb +0 -0
- data/lib/rghost/function.rb +5 -1
- data/lib/rghost/gif.rb +1 -1
- data/lib/rghost/graphic.rb +0 -0
- data/lib/rghost/grid/base_grid.rb +1 -1
- data/lib/rghost/grid/csv_grid.rb +2 -1
- data/lib/rghost/grid/dynamic_callback.rb +0 -0
- data/lib/rghost/grid/field_format.rb +0 -0
- data/lib/rghost/grid/grid.rb +0 -0
- data/lib/rghost/grid/header.rb +0 -0
- data/lib/rghost/grid/matrix.rb +0 -0
- data/lib/rghost/grid/rails_grid.rb +0 -0
- data/lib/rghost/grid/static_callback.rb +0 -0
- data/lib/rghost/grid/style/border_lines.rb +0 -0
- data/lib/rghost/grid/style/bottom_lines.rb +0 -0
- data/lib/rghost/grid/style/old_forms.rb +0 -0
- data/lib/rghost/grid/style/style.rb +0 -0
- data/lib/rghost/gs_alone.rb +8 -2
- data/lib/rghost/helpers.rb +0 -0
- data/lib/rghost/horizontal_line.rb +0 -0
- data/lib/rghost/image.rb +0 -0
- data/lib/rghost/jpeg.rb +1 -1
- data/lib/rghost/line.rb +0 -0
- data/lib/rghost/line_width.rb +0 -0
- data/lib/rghost/load.rb +2 -0
- data/lib/rghost/newpath.rb +0 -0
- data/lib/rghost/paper.rb +0 -0
- data/lib/rghost/pdf_security.rb +36 -0
- data/lib/rghost/point.rb +0 -0
- data/lib/rghost/point_with_command.rb +0 -0
- data/lib/rghost/ps/AdobeExpert.enc +0 -0
- data/lib/rghost/ps/AdobeLatinEncoding.enc +0 -0
- data/lib/rghost/ps/Bengali.enc +0 -0
- data/lib/rghost/ps/CodePage1250.enc +0 -0
- data/lib/rghost/ps/CodePage1251.enc +0 -0
- data/lib/rghost/ps/CodePage1252.enc +0 -0
- data/lib/rghost/ps/CodePage1253.enc +0 -0
- data/lib/rghost/ps/CodePage1254.enc +0 -0
- data/lib/rghost/ps/CodePage1256.enc +0 -0
- data/lib/rghost/ps/CodePage1257.enc +0 -0
- data/lib/rghost/ps/CodePage1258.enc +0 -0
- data/lib/rghost/ps/CodePage874.enc +0 -0
- data/lib/rghost/ps/IsoLatin.enc +0 -0
- data/lib/rghost/ps/MacCentralEuropean.enc +0 -0
- data/lib/rghost/ps/MacCyrillice.desnc +0 -0
- data/lib/rghost/ps/MacGreek.enc +0 -0
- data/lib/rghost/ps/MacHebrew.enc +0 -0
- data/lib/rghost/ps/TeX-CorkEncoding.enc +0 -0
- data/lib/rghost/ps/TeX-LGR-Greek.enc +0 -0
- data/lib/rghost/ps/TeX-T2AModified2Encoding.enc +0 -0
- data/lib/rghost/ps/TeX-T2BAdobeEncoding.enc +0 -0
- data/lib/rghost/ps/TeX-T2CAdobeEncoding.enc +0 -0
- data/lib/rghost/ps/TeX-X2AdobeEncoding.enc +0 -0
- data/lib/rghost/ps/TeX-XL2encoding.enc +0 -0
- data/lib/rghost/ps/TeXMathExtensionEncoding.enc +0 -0
- data/lib/rghost/ps/TeXMathItalicEncoding.enc +0 -0
- data/lib/rghost/ps/TeXMathSymbolEncoding.enc +0 -0
- data/lib/rghost/ps/US-ASCII.enc +0 -0
- data/lib/rghost/ps/UTF-8.enc +0 -0
- data/lib/rghost/ps/basic.ps +0 -0
- data/lib/rghost/ps/begin_document.ps +0 -0
- data/lib/rghost/ps/callbacks.ps +0 -0
- data/lib/rghost/ps/code128.font +0 -0
- data/lib/rghost/ps/code39.font +0 -0
- data/lib/rghost/ps/cursor.ps +0 -0
- data/lib/rghost/ps/datagrid.ps +0 -0
- data/lib/rghost/ps/developer.ps +0 -0
- data/lib/rghost/ps/ean.font +0 -0
- data/lib/rghost/ps/eps.ps +0 -0
- data/lib/rghost/ps/font.ps +0 -0
- data/lib/rghost/ps/frame.ps +0 -0
- data/lib/rghost/ps/gif.ps +0 -0
- data/lib/rghost/ps/horizontal_line.ps +0 -0
- data/lib/rghost/ps/i25.font +0 -0
- data/lib/rghost/ps/jpeg.ps +0 -0
- data/lib/rghost/ps/link.ps +22 -0
- data/lib/rghost/ps/paper.ps +0 -0
- data/lib/rghost/ps/rect_link.ps +17 -0
- data/lib/rghost/ps/rectangle.ps +0 -0
- data/lib/rghost/ps/rghost_default_template.eps +0 -0
- data/lib/rghost/ps/row.ps +0 -0
- data/lib/rghost/ps/show.ps +0 -0
- data/lib/rghost/ps/table_callbacks.ps +0 -0
- data/lib/rghost/ps/text.ps +0 -0
- data/lib/rghost/ps/textarea.ps +0 -0
- data/lib/rghost/ps/type.ps +0 -0
- data/lib/rghost/ps/unit.ps +0 -0
- data/lib/rghost/ps/vertical_line.ps +0 -0
- data/lib/rghost/ps_facade.rb +22 -4
- data/lib/rghost/ps_object.rb +0 -0
- data/lib/rghost/rectangle_link.rb +65 -0
- data/lib/rghost/rgengine.so +0 -0
- data/lib/rghost/ruby_ghost_config.rb +7 -4
- data/lib/rghost/ruby_ghost_engine.rb +3 -1
- data/lib/rghost/ruby_ghost_version.rb +2 -2
- data/lib/rghost/ruby_to_ps.rb +0 -0
- data/lib/rghost/scale.rb +0 -0
- data/lib/rghost/show.rb +0 -0
- data/lib/rghost/static_document_callback.rb +0 -0
- data/lib/rghost/text.rb +0 -0
- data/lib/rghost/text_in.rb +1 -1
- data/lib/rghost/text_link_in.rb +42 -0
- data/lib/rghost/textarea.rb +0 -0
- data/lib/rghost/units.rb +0 -0
- data/lib/rghost/variable.rb +0 -0
- data/lib/rghost/vertical_line.rb +0 -0
- metadata +140 -142
data/lib/rghost/ruby_to_ps.rb
CHANGED
File without changes
|
data/lib/rghost/scale.rb
CHANGED
File without changes
|
data/lib/rghost/show.rb
CHANGED
File without changes
|
File without changes
|
data/lib/rghost/text.rb
CHANGED
File without changes
|
data/lib/rghost/text_in.rb
CHANGED
@@ -37,7 +37,7 @@ class RGhost::TextIn < RGhost::PsObject
|
|
37
37
|
text.raw f
|
38
38
|
#text.call @options[:with] || @options[:tag] || :default_font
|
39
39
|
|
40
|
-
text.raw string_eval(@options[:
|
40
|
+
text.raw string_eval(@options[:text] || @options[:write] )
|
41
41
|
#text.raw "setrgbcolor"
|
42
42
|
#text.raw "setfont"
|
43
43
|
text.graphic_scope
|
@@ -0,0 +1,42 @@
|
|
1
|
+
require "ps_object"
|
2
|
+
require "cursor"
|
3
|
+
require "ruby_to_ps"
|
4
|
+
#TextLinkIn is a helper to combine the cursor positioning and text with hyperlink output into one step as TextIn.
|
5
|
+
#It works only PDF format
|
6
|
+
class RGhost::TextLinkIn < RGhost::PsObject
|
7
|
+
include RGhost::RubyToPs
|
8
|
+
DEFAULT_OPTIONS={:x=> :limit_left,:y=> :current_row, :tag => :default_font, :color => :blue,:label => "RGhost API", :url => 'http://rghost.rubyforge.org'}
|
9
|
+
#===Options
|
10
|
+
#* <tt>:x and :y</tt> - Initial position.
|
11
|
+
#* <tt>:tag or :with</tt> - Use predefined tag.
|
12
|
+
#* <tt>:color</tt> - Override color of the tag.
|
13
|
+
#* <tt>:label</tt> - The text.
|
14
|
+
#* <tt>:url</tt> - Hyperlink.
|
15
|
+
#===Examples
|
16
|
+
# doc=RGhost::Document.new
|
17
|
+
# doc.text_link "Shairon at Hashcode", :url => "http://www.hashcode.eti.br", :color => :blue, :x => 3, :y => 4, :tag => :h1
|
18
|
+
#====Rotating
|
19
|
+
# doc.newpath do
|
20
|
+
# translate :x => 3, :y=> 4
|
21
|
+
# rotate 45
|
22
|
+
# text_link "RGhost website", :url => "http://rghost.rubyforge.org", :x => 0, :y => 0, :tag => :font2
|
23
|
+
# end
|
24
|
+
def initialize(options={})
|
25
|
+
|
26
|
+
@options=DEFAULT_OPTIONS.dup.merge(options)
|
27
|
+
end
|
28
|
+
|
29
|
+
def ps
|
30
|
+
text=RGhost::PsObject.new
|
31
|
+
text.set RGhost::Cursor.moveto(@options)
|
32
|
+
text.raw RGhost::Color.create(@options[:color]) if @options[:color]
|
33
|
+
f="_#{@options[:with] || @options[:tag] || :default_font}"
|
34
|
+
text.raw f
|
35
|
+
text.raw "/:link_str #{to_string(@options[:label])} def /:link_uri #{to_string(@options[:url])} def :link_make "
|
36
|
+
text.ps
|
37
|
+
|
38
|
+
|
39
|
+
|
40
|
+
end
|
41
|
+
|
42
|
+
end
|
data/lib/rghost/textarea.rb
CHANGED
File without changes
|
data/lib/rghost/units.rb
CHANGED
File without changes
|
data/lib/rghost/variable.rb
CHANGED
File without changes
|
data/lib/rghost/vertical_line.rb
CHANGED
File without changes
|
metadata
CHANGED
@@ -1,184 +1,182 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
|
+
rubygems_version: 0.9.4
|
3
|
+
specification_version: 1
|
2
4
|
name: rghost
|
3
5
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
6
|
+
version: 0.8.5
|
7
|
+
date: 2008-09-12 00:00:00 -03:00
|
8
|
+
summary: Ruby Ghostscript Engine is a document creation and conversion API, support(PDF,PS,GIF,TIF,PNG,JPG...). It uses the GhostScript framework for the format conversion, utilizes EPS templates and is optimized to work with larger documents.
|
9
|
+
require_paths:
|
10
|
+
- lib
|
11
|
+
email: shairon.toledo@gmail.com
|
12
|
+
homepage: http://rghost.rubyforge.org
|
13
|
+
rubyforge_project: Ruby Ghostscript Engine is a document creation and conversion API, support(PDF,PS,GIF,TIF,PNG,JPG...). It uses the GhostScript framework for the format conversion, utilizes EPS templates and is optimized to work with larger documents.
|
14
|
+
description:
|
15
|
+
autorequire:
|
16
|
+
default_executable:
|
17
|
+
bindir: bin
|
18
|
+
has_rdoc: false
|
19
|
+
required_ruby_version: !ruby/object:Gem::Version::Requirement
|
20
|
+
requirements:
|
21
|
+
- - ">"
|
22
|
+
- !ruby/object:Gem::Version
|
23
|
+
version: 0.0.0
|
24
|
+
version:
|
5
25
|
platform: ruby
|
26
|
+
signing_key:
|
27
|
+
cert_chain:
|
28
|
+
post_install_message:
|
6
29
|
authors:
|
7
30
|
- Shairon Toledo
|
8
|
-
autorequire:
|
9
|
-
bindir: bin
|
10
|
-
cert_chain: []
|
11
|
-
|
12
|
-
date: 2008-07-22 00:00:00 -03:00
|
13
|
-
default_executable:
|
14
|
-
dependencies: []
|
15
|
-
|
16
|
-
description:
|
17
|
-
email: shairon.toledo@gmail.com
|
18
|
-
executables: []
|
19
|
-
|
20
|
-
extensions: []
|
21
|
-
|
22
|
-
extra_rdoc_files: []
|
23
|
-
|
24
31
|
files:
|
25
32
|
- lib/rghost
|
26
|
-
- lib/rghost/
|
27
|
-
- lib/rghost/ruby_ghost_config.rb
|
28
|
-
- lib/rghost/shape_content.rb
|
29
|
-
- lib/rghost/horizontal_line.rb
|
30
|
-
- lib/rghost/constants.rb
|
31
|
-
- lib/rghost/helpers.rb
|
32
|
-
- lib/rghost/line.rb
|
33
|
-
- lib/rghost/variable.rb
|
34
|
-
- lib/rghost/cursor.rb
|
35
|
-
- lib/rghost/image.rb
|
36
|
-
- lib/rghost/document.rb
|
37
|
-
- lib/rghost/point.rb
|
38
|
-
- lib/rghost/text.rb
|
39
|
-
- lib/rghost/parse_text.rb
|
40
|
-
- lib/rghost/color.rb
|
41
|
-
- lib/rghost/ruby_ghost_engine.rb
|
42
|
-
- lib/rghost/static_document_callback.rb
|
43
|
-
- lib/rghost/callback.rb
|
44
|
-
- lib/rghost/gif.rb
|
33
|
+
- lib/rghost/show.rb
|
45
34
|
- lib/rghost/eps.rb
|
46
|
-
- lib/rghost/
|
35
|
+
- lib/rghost/ruby_ghost_config.rb
|
47
36
|
- lib/rghost/function.rb
|
48
|
-
- lib/rghost/
|
49
|
-
- lib/rghost/
|
50
|
-
- lib/rghost/
|
51
|
-
- lib/rghost/
|
52
|
-
- lib/rghost/polygon.rb
|
37
|
+
- lib/rghost/circle.rb
|
38
|
+
- lib/rghost/newpath.rb
|
39
|
+
- lib/rghost/ps_object.rb
|
40
|
+
- lib/rghost/gif.rb
|
53
41
|
- lib/rghost/ps
|
54
|
-
- lib/rghost/ps/
|
55
|
-
- lib/rghost/ps/
|
56
|
-
- lib/rghost/ps/
|
57
|
-
- lib/rghost/ps/
|
58
|
-
- lib/rghost/ps/
|
59
|
-
- lib/rghost/ps/
|
60
|
-
- lib/rghost/ps/CodePage1258.enc
|
61
|
-
- lib/rghost/ps/TeX-X2AdobeEncoding.enc
|
42
|
+
- lib/rghost/ps/UTF-8.enc
|
43
|
+
- lib/rghost/ps/font.ps
|
44
|
+
- lib/rghost/ps/TeX-T2BAdobeEncoding.enc
|
45
|
+
- lib/rghost/ps/callbacks.ps
|
46
|
+
- lib/rghost/ps/Bengali.enc
|
47
|
+
- lib/rghost/ps/IsoLatin.enc
|
62
48
|
- lib/rghost/ps/ean.font
|
63
|
-
- lib/rghost/ps/
|
64
|
-
- lib/rghost/ps/
|
65
|
-
- lib/rghost/ps/
|
66
|
-
- lib/rghost/ps/
|
49
|
+
- lib/rghost/ps/link.ps
|
50
|
+
- lib/rghost/ps/code128.font
|
51
|
+
- lib/rghost/ps/rect_link.ps
|
52
|
+
- lib/rghost/ps/TeX-X2AdobeEncoding.enc
|
53
|
+
- lib/rghost/ps/paper.ps
|
54
|
+
- lib/rghost/ps/TeX-XL2encoding.enc
|
67
55
|
- lib/rghost/ps/MacCyrillice.desnc
|
56
|
+
- lib/rghost/ps/horizontal_line.ps
|
57
|
+
- lib/rghost/ps/CodePage1254.enc
|
58
|
+
- lib/rghost/ps/CodePage1256.enc
|
59
|
+
- lib/rghost/ps/begin_document.ps
|
60
|
+
- lib/rghost/ps/MacCentralEuropean.enc
|
61
|
+
- lib/rghost/ps/rghost_default_template.eps
|
62
|
+
- lib/rghost/ps/CodePage1250.enc
|
63
|
+
- lib/rghost/ps/developer.ps
|
64
|
+
- lib/rghost/ps/CodePage1253.enc
|
65
|
+
- lib/rghost/ps/US-ASCII.enc
|
66
|
+
- lib/rghost/ps/code39.font
|
67
|
+
- lib/rghost/ps/show.ps
|
68
|
+
- lib/rghost/ps/eps.ps
|
69
|
+
- lib/rghost/ps/table_callbacks.ps
|
70
|
+
- lib/rghost/ps/CodePage874.enc
|
71
|
+
- lib/rghost/ps/rectangle.ps
|
72
|
+
- lib/rghost/ps/basic.ps
|
73
|
+
- lib/rghost/ps/virtual_pages.ps
|
74
|
+
- lib/rghost/ps/jpeg.ps
|
75
|
+
- lib/rghost/ps/text.ps
|
68
76
|
- lib/rghost/ps/Fontmap
|
69
|
-
- lib/rghost/ps/
|
70
|
-
- lib/rghost/ps/
|
77
|
+
- lib/rghost/ps/datagrid.ps
|
78
|
+
- lib/rghost/ps/TeX-T2CAdobeEncoding.enc
|
71
79
|
- lib/rghost/ps/TeXMathExtensionEncoding.enc
|
72
|
-
- lib/rghost/ps/TeX-LGR-Greek.enc
|
73
80
|
- lib/rghost/ps/gif.ps
|
81
|
+
- lib/rghost/ps/CodePage1251.enc
|
82
|
+
- lib/rghost/ps/TeX-T2AModified2Encoding.enc
|
83
|
+
- lib/rghost/ps/type.ps
|
84
|
+
- lib/rghost/ps/textarea.ps
|
85
|
+
- lib/rghost/ps/MacGreek.enc
|
86
|
+
- lib/rghost/ps/AdobeExpert.enc
|
87
|
+
- lib/rghost/ps/cursor.ps
|
88
|
+
- lib/rghost/ps/vertical_line.ps
|
89
|
+
- lib/rghost/ps/row.ps
|
90
|
+
- lib/rghost/ps/CodePage1257.enc
|
91
|
+
- lib/rghost/ps/CodePage1252.enc
|
74
92
|
- lib/rghost/ps/i25.font
|
75
|
-
- lib/rghost/ps/
|
93
|
+
- lib/rghost/ps/MacHebrew.enc
|
94
|
+
- lib/rghost/ps/TeX-LGR-Greek.enc
|
95
|
+
- lib/rghost/ps/_cusor.ps
|
96
|
+
- lib/rghost/ps/TeX-CorkEncoding.enc
|
97
|
+
- lib/rghost/ps/CodePage1258.enc
|
76
98
|
- lib/rghost/ps/AdobeLatinEncoding.enc
|
77
|
-
- lib/rghost/ps/rghost_default_template.eps
|
78
99
|
- lib/rghost/ps/TeXMathSymbolEncoding.enc
|
79
|
-
- lib/rghost/ps/begin_document.ps
|
80
|
-
- lib/rghost/ps/code39.font
|
81
|
-
- lib/rghost/ps/code128.font
|
82
|
-
- lib/rghost/ps/horizontal_line.ps
|
83
|
-
- lib/rghost/ps/CodePage1253.enc
|
84
|
-
- lib/rghost/ps/frame.ps
|
85
|
-
- lib/rghost/ps/US-ASCII.enc
|
86
|
-
- lib/rghost/ps/MacGreek.enc
|
87
|
-
- lib/rghost/ps/MacHebrew.enc
|
88
100
|
- lib/rghost/ps/__datagrid.ps
|
89
|
-
- lib/rghost/ps/
|
90
|
-
- lib/rghost/ps/
|
91
|
-
- lib/rghost/ps/CodePage1254.enc
|
92
|
-
- lib/rghost/ps/jpeg.ps
|
93
|
-
- lib/rghost/ps/TeX-T2BAdobeEncoding.enc
|
94
|
-
- lib/rghost/ps/table_callbacks.ps
|
95
|
-
- lib/rghost/ps/_cusor.ps
|
96
|
-
- lib/rghost/ps/TeX-T2AModified2Encoding.enc
|
97
|
-
- lib/rghost/ps/eps.ps
|
98
|
-
- lib/rghost/ps/Bengali.enc
|
99
|
-
- lib/rghost/ps/CodePage1252.enc
|
100
|
-
- lib/rghost/ps/rectangle.ps
|
101
|
-
- lib/rghost/ps/textarea.ps
|
102
|
-
- lib/rghost/ps/TeX-XL2encoding.enc
|
101
|
+
- lib/rghost/ps/TeXMathItalicEncoding.enc
|
102
|
+
- lib/rghost/ps/frame.ps
|
103
103
|
- lib/rghost/ps/unit.ps
|
104
|
-
- lib/rghost/
|
105
|
-
- lib/rghost/
|
106
|
-
- lib/rghost/
|
107
|
-
- lib/rghost/
|
108
|
-
- lib/rghost/
|
109
|
-
- lib/rghost/
|
110
|
-
- lib/rghost/
|
111
|
-
- lib/rghost/ps/vertical_line.ps
|
112
|
-
- lib/rghost/ps/TeX-T2CAdobeEncoding.enc
|
113
|
-
- lib/rghost/ps/CodePage874.enc
|
114
|
-
- lib/rghost/circle.rb
|
104
|
+
- lib/rghost/convert.rb
|
105
|
+
- lib/rghost/doc
|
106
|
+
- lib/rghost/dsc_entry.rb
|
107
|
+
- lib/rghost/rectangle_link.rb
|
108
|
+
- lib/rghost/line_width.rb
|
109
|
+
- lib/rghost/line.rb
|
110
|
+
- lib/rghost/vertical_line.rb
|
115
111
|
- lib/rghost/ruby_to_ps.rb
|
116
|
-
- lib/rghost/
|
117
|
-
- lib/rghost/
|
112
|
+
- lib/rghost/text.rb
|
113
|
+
- lib/rghost/horizontal_line.rb
|
118
114
|
- lib/rghost/grid
|
119
|
-
- lib/rghost/grid/base_grid.rb
|
120
|
-
- lib/rghost/grid/static_callback.rb
|
121
|
-
- lib/rghost/grid/dynamic_callback.rb
|
122
115
|
- lib/rghost/grid/grid.rb
|
116
|
+
- lib/rghost/grid/dynamic_callback.rb
|
117
|
+
- lib/rghost/grid/callback_facade.rb
|
118
|
+
- lib/rghost/grid/matrix.rb
|
123
119
|
- lib/rghost/grid/style
|
124
|
-
- lib/rghost/grid/style/
|
120
|
+
- lib/rghost/grid/style/old_forms.rb
|
125
121
|
- lib/rghost/grid/style/border_lines.rb
|
122
|
+
- lib/rghost/grid/style/style.rb
|
126
123
|
- lib/rghost/grid/style/bottom_lines.rb
|
127
|
-
- lib/rghost/grid/
|
124
|
+
- lib/rghost/grid/base_grid.rb
|
128
125
|
- lib/rghost/grid/csv_grid.rb
|
126
|
+
- lib/rghost/grid/field_format.rb
|
129
127
|
- lib/rghost/grid/header.rb
|
128
|
+
- lib/rghost/grid/static_callback.rb
|
130
129
|
- lib/rghost/grid/rails_grid.rb
|
131
|
-
- lib/rghost/
|
132
|
-
- lib/rghost/
|
133
|
-
- lib/rghost/grid/callback_facade.rb
|
134
|
-
- lib/rghost/gs_alone.rb
|
135
|
-
- lib/rghost/document_callback_facade.rb
|
136
|
-
- lib/rghost/jpeg.rb
|
130
|
+
- lib/rghost/polygon.rb
|
131
|
+
- lib/rghost/paper.rb
|
137
132
|
- lib/rghost/dash.rb
|
138
|
-
- lib/rghost/
|
139
|
-
- lib/rghost/
|
140
|
-
- lib/rghost/
|
133
|
+
- lib/rghost/helpers.rb
|
134
|
+
- lib/rghost/ps_facade.rb
|
135
|
+
- lib/rghost/cursor.rb
|
136
|
+
- lib/rghost/border.rb
|
137
|
+
- lib/rghost/units.rb
|
141
138
|
- lib/rghost/textarea.rb
|
139
|
+
- lib/rghost/font.rb
|
140
|
+
- lib/rghost/constants.rb
|
141
|
+
- lib/rghost/parse_text.rb
|
142
|
+
- lib/rghost/ruby_ghost_version.rb
|
143
|
+
- lib/rghost/graphic.rb
|
144
|
+
- lib/rghost/callback.rb
|
145
|
+
- lib/rghost/color.rb
|
146
|
+
- lib/rghost/variable.rb
|
147
|
+
- lib/rghost/document.rb
|
142
148
|
- lib/rghost/load.rb
|
143
|
-
- lib/rghost/
|
144
|
-
- lib/rghost/
|
145
|
-
- lib/rghost/
|
149
|
+
- lib/rghost/how_to.rb
|
150
|
+
- lib/rghost/gs_alone.rb
|
151
|
+
- lib/rghost/scale.rb
|
146
152
|
- lib/rghost/point_with_command.rb
|
147
|
-
- lib/rghost/units.rb
|
148
|
-
- lib/rghost/virtual_pages.rb
|
149
153
|
- lib/rghost/dynamic_document_callback.rb
|
150
|
-
- lib/rghost/ruby_ghost_version.rb
|
151
|
-
- lib/rghost/ps_facade.rb
|
152
154
|
- lib/rghost/frame.rb
|
153
|
-
- lib/rghost/
|
154
|
-
- lib/rghost/
|
155
|
-
- lib/rghost/
|
155
|
+
- lib/rghost/rgengine.so
|
156
|
+
- lib/rghost/virtual_pages.rb
|
157
|
+
- lib/rghost/shape_content.rb
|
158
|
+
- lib/rghost/image.rb
|
159
|
+
- lib/rghost/ruby_ghost_engine.rb
|
160
|
+
- lib/rghost/font_map.rb
|
161
|
+
- lib/rghost/text_link_in.rb
|
162
|
+
- lib/rghost/static_document_callback.rb
|
163
|
+
- lib/rghost/jpeg.rb
|
164
|
+
- lib/rghost/document_callback_facade.rb
|
165
|
+
- lib/rghost/pdf_security.rb
|
166
|
+
- lib/rghost/point.rb
|
167
|
+
- lib/rghost/text_in.rb
|
156
168
|
- lib/rghost.rb
|
157
|
-
|
158
|
-
|
159
|
-
post_install_message:
|
169
|
+
test_files: []
|
170
|
+
|
160
171
|
rdoc_options: []
|
161
172
|
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
version: "0"
|
169
|
-
version:
|
170
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
171
|
-
requirements:
|
172
|
-
- - ">="
|
173
|
-
- !ruby/object:Gem::Version
|
174
|
-
version: "0"
|
175
|
-
version:
|
173
|
+
extra_rdoc_files: []
|
174
|
+
|
175
|
+
executables: []
|
176
|
+
|
177
|
+
extensions: []
|
178
|
+
|
176
179
|
requirements: []
|
177
180
|
|
178
|
-
|
179
|
-
rubygems_version: 1.1.1
|
180
|
-
signing_key:
|
181
|
-
specification_version: 2
|
182
|
-
summary: Ruby Ghostscript Engine is a document creation and conversion API, support(PDF,PS,GIF,TIF,PNG,JPG...). It uses the GhostScript framework for the format conversion, utilizes EPS templates and is optimized to work with larger documents.
|
183
|
-
test_files: []
|
181
|
+
dependencies: []
|
184
182
|
|