Questions tagged [purepdf]
9 questions
3
votes
1 answer
Should I use PurePDF or AlivePdf
My company has only two flex pdf libraries available, AlivePDF and PurePDF.
I am having trouble finding very good documentation related to what I need to do so I hope to get some feedback from people who have used these libs.
The primary thing I…

prismaticorb
- 895
- 1
- 8
- 18
2
votes
1 answer
Reading a PDF, character problems
I'm trying to use PurePDF to gather some information inside a PDF file, but can't manage to have PurePDF read it.
Whenever PurePDF tries to read any pdf, it says it can't find its header, I tried debugging it and noticed the string read from…

rsantos
- 66
- 6
1
vote
1 answer
Can not resolve a multiname reference unambiguously. flash.text:Font while work with purePdf
I am working with purePDF. It looks the Font Class between playerglobal and purePDF is get conflicted.. Can someone please help me out!!!
Full Error
Can not resolve a multiname reference unambiguously. flash.text:Font (from C:\Program Files…

DD.
- 47
- 7
1
vote
1 answer
PurePDF ImageElement throwing errors
Hey so I am trying to create an air app that generates a PDF for the user to save but am running into issues with PurePDF. Whenever I run the ImageElement.getInstance() method I am returned a runtime error:
Error: Error #2030: End of file was…

rcooper102
- 209
- 1
- 11
0
votes
1 answer
purePdf problem?
i am generating a pdf file with purePdf the problem is when i insert a table it leaves the space on the previous page of pdf and goes to next page even at least one row of its pdfptable can be accommodate on last page
how can i be able to remove…

Badr
- 10,384
- 15
- 70
- 104
0
votes
1 answer
Change color when mouse over from pdf
I have a task:
In my document I created some link. If I click it I go to some place from my document. And from time of click appears a highlight. I want to highlight appears from time mouse over. Whether exist some way to do it?
I work with Flash,…

Jakobinec
- 63
- 13
0
votes
1 answer
Flex ScriptTimeLimit 15 Seconds
I have a flex project where people can style something (add pictures, forms, text, ...) and create a PDF in the end. I'm using the purepdf library to create the PDF. My problem is, that when I create the PDF there is one point where the PDF library…

Hannes
- 3,752
- 2
- 37
- 47
0
votes
1 answer
PurePdf draw shape inside table cell
I'd like to draw a shape inside a table using purepdf as3 library. I haven't found any sample code on google. I think I should use a template to draw my rectangle and then add this to a cell.
var template:PdfTemplate = cb.createTemplate(30,…

Tropicalista
- 3,097
- 12
- 44
- 72
0
votes
1 answer
Create PDF from Flash CS6 (Client side)
I'm searching for a way to create a pdf file directly from flash 100% clientside.
I'm not able to interact with other files on the server (like using php for the pdf creation).
Can this be done with the purePDF / AlivePDF library directly in…

vigri
- 475
- 1
- 5
- 16