It is currently Mon May 20, 2013 10:07 am

All times are UTC + 1 hour




Post new topic Reply to topic  [ 299 posts ]  Go to page 1, 2, 3, 4, 5 ... 20  Next
Author Message
 Post subject: PurePDF Version 2.0
PostPosted: Mon Oct 17, 2005 3:34 pm 
Offline
Enthusiast
Enthusiast

Joined: Fri Jun 06, 2003 2:41 pm
Posts: 153
Location: Belgium
Hi,

A new version of the PurePDF is available. Please note that I will release very soon extension libraries of PurePDF. The lib is also uploaded to PBOSL.
For the moment not all previous functions are available !

New functions :
- pdf_InsertTOC()
- pdf_TOCEntry()

The files can be download here.

Any comments are welcome.

Enjoy,

LuckyLuke


Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 17, 2005 3:42 pm 
Offline
Addict
Addict
User avatar

Joined: Tue Jul 22, 2003 5:02 pm
Posts: 1496
Location: Nantes, France
very thank you.

EDIT: bug while installing... please note the double '\\'
Image

_________________
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer


Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 17, 2005 4:03 pm 
Offline
Enthusiast
Enthusiast

Joined: Fri Jun 06, 2003 2:41 pm
Posts: 153
Location: Belgium
The following directory should exist : ..\Examples\Source.

@NUM3: Can you fix this problem in the installer ? Thanks.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 17, 2005 4:03 pm 
Offline
Addict
Addict
User avatar

Joined: Wed Oct 15, 2003 12:40 am
Posts: 1129
Location: Sweden
Great! :)

Yeah... :cry: the same error during installation here...

_________________
Image
(\__/)
(='.'=) This is Bunny. Copy and paste Bunny into your
(")_(") signature to help him gain world domination.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 17, 2005 4:39 pm 
Offline
Addict
Addict
User avatar

Joined: Wed Oct 15, 2003 12:40 am
Posts: 1129
Location: Sweden
Got an error after PurePDF 2.0 installation,

Error: Constant already declared with a different value: #PDF_ALIGN_CENTER

[pause]

Hmmm... two .res files?!? One "pdf.res" and one "pdfres.res". The "pdfres.res" is from the new installation. Another Installer error? ;)

[edit]

I just renamed "pdfres.res" to "pdf.res" and deleted the other.

_________________
Image
(\__/)
(='.'=) This is Bunny. Copy and paste Bunny into your
(")_(") signature to help him gain world domination.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 17, 2005 6:38 pm 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Fri Apr 25, 2003 4:51 pm
Posts: 2715
Location: Portugal, Lisbon
LuckyLuke wrote:
The following directory should exist : ..\Examples\Source.

@NUM3: Can you fix this problem in the installer ? Thanks.


Upssss...

Stupid bug!

This will happen when you add files before you type the library name!

Code:
FileData()\target_dir="Examples"+GetGadgetText(#Gadget_Li_name)+"\Source"


I've created an extra check to prevent this bug!

You can get the fixed version here: http://io-soft.planetaclix.pt/files/Li2.zip

_________________
Software: http://xipa.org
Elevator Maintenance: http://central-elevadores.pt
Good web hosting!


Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 17, 2005 7:00 pm 
Offline
Enthusiast
Enthusiast

Joined: Fri Jun 06, 2003 2:41 pm
Posts: 153
Location: Belgium
Thanks Num3 for this very fast reply ! :)

Important Note :
The previous version of PurePDF should be uninstalled ! Else you'll get :
Quote:
Error: Constant already declared with a different value: #PDF_ALIGN_CENTER


My excuses for all these problems, but I was still at work ... (still sleeping) :wink:

New links to download from :Install or Zip


Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 17, 2005 9:18 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Thu Sep 16, 2004 9:50 pm
Posts: 614
Location: France
Very, very good !! :D

_________________
DroopyLib & PBFastLib


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 18, 2005 7:56 am 
Offline
Enthusiast
Enthusiast

Joined: Fri Jun 06, 2003 2:41 pm
Posts: 153
Location: Belgium
PDFDraw, the first extension library is available here.
It contains the following functions :
    pdf_Circle()
    pdf_Ellipse()
    pdf_Rotate()
    pdf_Sector()
    pdf_SetDash()


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 18, 2005 9:25 am 
Offline
Addict
Addict
User avatar

Joined: Tue Jul 22, 2003 5:02 pm
Posts: 1496
Location: Nantes, France
the pdf_PageNo() function disappeared... :?

_________________
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 18, 2005 10:40 am 
Offline
Enthusiast
Enthusiast

Joined: Fri Jun 06, 2003 2:41 pm
Posts: 153
Location: Belgium
pdf_PageNo() became pdf_GetPageNo().

Some other changes :
pdf_Open() => pdf_Create()
pdf_SetFooter() => pdf_SetProcFooter()
pdf_SetHeader() => pdf_SetProcHeader()
pdf_Close() => not needed anymore
pdf_CreateIndex() => removed and replaced by more flexible
pdf_InsertTOC()
pdf_SetProtection() => removed
pdf_Protection() => removed
...


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 18, 2005 9:04 pm 
Offline
Addict
Addict
User avatar

Joined: Fri Feb 13, 2004 12:45 am
Posts: 2749
Location: Bergen, Norway
Excellent lib :)

_________________
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 19, 2005 2:39 am 
Offline
Enthusiast
Enthusiast

Joined: Thu Jun 02, 2005 3:55 am
Posts: 505
Location: U.S.A.
For some reason... only half the PDF Draw functions show in PB and none of the main functions show for the PDF plugin when I code.

I tried reinstalling to no avail.

Ideas?

_________________
Intrigued - Registered PureBasic, lifetime updates user


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 19, 2005 7:29 am 
Offline
Enthusiast
Enthusiast

Joined: Fri Jun 06, 2003 2:41 pm
Posts: 153
Location: Belgium
@Intrigued :
Do you have the following files installed in the UserLibraries
    mem
    pdf
    pdfDraw

Or try these downloads :
PurePDF
PDFDraw

Or can you send me the files mentioned above from your UserLibraries ?


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 20, 2005 6:19 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Wed Aug 24, 2005 4:02 pm
Posts: 525
Location: Germany
I look at the new version and found in the helpfiles a lot of "ipf_"-commands. What's the difference between "pdf_" and "ipf_"?


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 299 posts ]  Go to page 1, 2, 3, 4, 5 ... 20  Next

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  

 


Powered by phpBB © 2008 phpBB Group
subSilver+ theme by Canver Software, sponsor Sanal Modifiye