How to run PDF-Arranger ?

Discuss anything related to portable freeware here.
Post Reply
Message
Author
vmars316
Posts: 261
Joined: Thu Feb 09, 2012 11:47 am
Location: Colorado
Contact:

How to run PDF-Arranger ?

#1 Post by vmars316 »

Hello ,
How to run PDF-Arranger ,
Its a .py program
and I dont know how to start it .

Thanks for your Help...

User avatar
Midas
Posts: 6727
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: How to run PDF-Arranger ?

#2 Post by Midas »

Have you downloaded the portable ZIP package from https://github.com/pdfarranger/pdfarranger/releases?

Although it isn't really portable ATM, there's an executable inside which will run the program with no issues after extraction.

vmars316
Posts: 261
Joined: Thu Feb 09, 2012 11:47 am
Location: Colorado
Contact:

Re: How to run PDF-Arranger ?

#3 Post by vmars316 »

Oh ,
I downloaded 1.8 , no *.exe
1.7 works .
Thanks

User avatar
Cornflower
Posts: 244
Joined: Fri Aug 31, 2007 7:58 am
Location: Canada's capital

Re: How to run PDF-Arranger ?

#4 Post by Cornflower »

There is indeed an exe amongst all the dll files, pdfarranger.exe.

As Midas says, it works if you extract everything to a directory, but if you run it from a USB it will still create a config.ini in %APPDATA%. It doesn't keep any information of note other than the size and location of the window. The other settings seem to mostly be for non-Windows.

vmars316
Posts: 261
Joined: Thu Feb 09, 2012 11:47 am
Location: Colorado
Contact:

Re: How to run PDF-Arranger ?

#5 Post by vmars316 »

Thank you

User avatar
Midas
Posts: 6727
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: How to run PDF-Arranger ?

#6 Post by Midas »

vmars316 wrote: I downloaded 1.8 , no *.exe
Dunno what's up on your side but I just re-downloaded the latest PDFArranger v1.80 ZIP package and the executable is there alright... :?:

Image


And for the time being, here's a yaP configuration that will turn PDFArranger fully stealth as well as completely portable:

Code: Select all

; configuration file for yaP v0.7.1.5 (http://yap.rolandtoth.hu/)
; application name: PDF Arranger
; version: v1.8.0
; website: https://github.com/pdfarranger/pdfarranger

[GENERAL]
application = App\pdfarranger.exe

; commandline = 
; workdir = 

[BEFORE]
dir = %APPDATA%\pdfarranger :: Data

...

Post Reply