AlivePDF icon indicating copy to clipboard operation
AlivePDF copied to clipboard

[Official AlivePDF] - AlivePDF is a client side AS3 PDF generation library for Adobe Flash, Flex and AIR

Results 100 AlivePDF issues
Sort by recently updated
recently updated
newest added

Your FOSSA integration was successful! Attached in this PR is a badge and license report to track scan status in your README. Below are docs for integrating FOSSA license checks...

I have been using Alive PDF 0.1.5 for many years now with great results. The reason for this inquiry is that I now have been given a new requirement to...

Would be a major improvement to have a TLF (Text Layout Framework) to PDF parser, using AlivePDF that already knows how to create PDF's.

``` POMs to build AlivePDF with Maven are here: https://github.com/oliverlietz/pommesbude/tree/master/AlivePDF ``` Original issue reported on code.google.com by `[email protected]` on 25 Feb 2012 at 6:41

Enhancement
Priority-Medium
Auto-migrated
Build

Throw error message for unsupported PNG transparency mode instead of failing silently.

Enhancement
To be tested

``` Line 1811: this.addPage( this.CurOrientation ); The first paramater to addPage isn't orientation. The line should read something like this: this.addPage(this.CurFormat ,currentPage.rotation, this.CurOrientation); Note: this.CurFormat is made up, it'll need...

Bug
Priority-Medium
Auto-migrated
To be tested

``` File PDF.as line 2200. for some reason when cw[c] is equal to 0 (when you find a character with an accent),l is reseting to 0 as well. so i...

Bug
Priority-Medium
Auto-migrated
To be tested

``` When adding an image, at least the width and height parameters don't seem to be using my supplied measurement units. I'm trying to add an image to a landscape...

Bug
Priority-Medium
Auto-migrated
To be tested

``` What steps will reproduce the problem? 1. create a PDF with addCell long enough to span two pages What is the expected output? What do you see instead? The...

Bug
Priority-Medium
Auto-migrated
To be tested

``` What steps will reproduce the problem? 1. set aliasNbPagesMethodMethod 2. add {nb} to your document somewhere What is the expected output? What do you see instead? {nb} should be...

Bug
Priority-Medium
Auto-migrated
To be tested