Giter Site home page Giter Site logo

pdfbuilder-net's People

Contributors

scottblinman avatar syntaxsolutions avatar

Watchers

 avatar

pdfbuilder-net's Issues

Add a table to a PDF document

Add the ability to easily add a table to the PDF document, with formatting options such as font options, background colours, borders and cell padding

Example:
new Table()
new TableRow()
row.AddCell()
AddHeader(row)
AddRow(row)
builder.AddTable(table)

Setting DefaultFontFamily not working

Setting DefaultFontFamily when instantiating DocumentOptions() is not working.

The DefaultFontFamily set should be used across all rendering of text in the document

Add DefaultFontFamily to DocumentOptions

Add the DefaultFontFamily to the DocumentOptions class

DefaultFontFamily will define the default font family for all TextFontOptions types within DocumentOption.

E.g.

  • TitleFontOptions
  • HeadingFontOptions
  • TextFontOptions

Defining the font family for all type will then be as simple as:

PdfBuilder builder = new PdfBuilder(new DocumentOptions
{
    PageOrientation = PageOrientation.Landscape,
    DefaultFontFamily = TextFontFamily.Arial,
});

Incorrect method summary doc

  • PageWidth() = 'Get the page height' should = 'Get the page width'
  • PageHeight() = 'Get the page width' should = 'Get the page height'

Add ParagraphOptions to DocumentOptions constructor

ParagraphOptions is missing from the DocumentOptions constructor

Should include

            this.ParagraphOptions = new ParagraphOptions()
            {
                FontFamily = TextFontFamily.TimesNewRoman,
                FontStyle = TextFontStyle.Normal,
                FontWeight = TextFontWeight.Normal,
                FontSize = 12, // points
                FontColor = Color.Black
            };

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.