Native and full Javascript implementation of the classic XMLWriter class
toXML - Pure JavaScript XML Writer
Tiny and simple XML writer util for NodeJS
A typescript XML writer
Minimalist JSON to XLS (Excel Office XML) writer.
A simple code writer that assists with formatting and visualizing blocks of code.
Various helper utilities for working with buffers and binary data
Write logs based on conventional commits and templates.
YAML 1.2 parser and serializer
Validate XML, Parse XML, Build XML without C/C++ based libraries
XML import/export for documents described with moddle
A convertor between XML text and Javascript object / JSON text.
An evented streaming XML parser in JavaScript
XML utilities for the AWS SDK
Convert objects/arrays into a CSV string or write them into a CSV file
Build XML from JSON without C/C++ based libraries
Utilities for determining if characters belong to character classes defined by the XML specs.
Statoscope report writer
a fast, efficient buffer writer
Validates XML name productions — Name, NCName, QName, NMToken, NMTokens — for XML 1.0 and 1.1
Fix for the Minimalist JSON to XLS (Excel Office XML) writer.
Specialized fast async file writer
YAML 1.2 parser and serializer
Fast and simple xml generator. Supports attributes, CDATA, etc. Includes tests and examples.
writes xml, not pretty, but faaast
A Rust library for writing sitemap.xml
RDF::RDFXML is an RDF/XML reader and writer for the RDF.rb library suite.
RDF::RDFXML is an RDF/XML reader and writer for the RDF.rb library suite.
XML SAX Machines
XML SAX Machines
A Garmin Training Center XML (TCX) reader/writer.
libxml-Ruby provides Ruby language bindings for libxml2 It is free software, released under the MIT License. libxml-ruby provides DOM, SAX, Reader, and Writer APIs along with XPath support and validation via DTD, RelaxNG, and XML Schema.
== DESCRIPTION: Welcome to the PDF-Labels project. Our aim is to make creating labels programmatically easy in Ruby. This Library builds on top of "PDF::Writer":http://ruby-pdf.rubyforge.org/ and uses the templates from "gLabels":http://glabels.sourceforge.org. What this means is easy, clean Ruby code to create many common label types without measuring the labels yourself! All of this in pure Ruby (we use the XML templates from gLabels, we do NOT have a dependancy on gLabels, nor on Gnome) == FEATURES/PROBLEMS: * Works with all gLabels supported templates for rectangular labels * Does not yet work for CD labels (circles) == SYNOPSIS: p = PDFLabelPage.new("Avery 8160") # label is 2 x 10 #Some examples of adding labels p.add_label() # should add to col 1, row 1 p.add_label(:position => 1) # should add col 1, row 2 p.add_label(:text => "Positoin 15", :position => 15) # should add col 2, row 1 p.add_label(:text => 'No Margin', :position => 5, :use_margin => false) #this doesn't use a margin p.add_label(:position => 9, :text => "X Offset = 4, Y Offset = -6", :offset_x => 4, :offset_y => -6) p.add_label(:text => "Centered", :position => 26, :justification => :center) # should add col 2, row 15 p.add_label(:text => "[Right justified]", :justification => :right, :position => 28)# col 2, row 14, right justified. p.add_label(:position => 29) # should add col 2, row 15 p.add_label(:position => 8, :text => "This was added last and has a BIG font", :font_size => 18)
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.