HMG_HPDF - Export to PDF made easy... (New Version)

Moderator: Rathinagiri

Post Reply
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG_HPDF - Export to PDF made easy... (New Version)

Post by esgici »

bpd2000 wrote:...URL link working in Acrobat Reader
Must be a difference; Reader version, reader settings even OS settings :?
rathinagiri wrote:Duly noted and coded. Will be released in the next version.
Thanks.
rathinagiri wrote:Regarding the tooltip I didn't understand about the space you have mentioned. The sample is working fine for me in Sumathra.
When icons placed vertically and successive, tooltips not seen other than last one:
Vertically placed icons
Vertically placed icons
Vertical.png (14.16 KiB) Viewed 4495 times
1: Cursor is on last icon; 2: Cursor is on first icon.

In fact tooltip come, but for a very short duration; seen as not came.

When icons placed Horizontally and successive, all tooltips seen:
Horizontally placed icons
Horizontally placed icons
Horizontal.png (22.44 KiB) Viewed 4495 times
1: Cursor is on first icon; 2: Cursor is on 2nd icon.

By the way, does Sumatra PDF Reader is better than Acrobat ?

Formerly I was installed an tried for a short time and as far as remember, it haven't any significant advantage than Adobe reader.

If you recommend, for cooperation, we all can use Sumatra.

But my opinion is Adobe have a superiority as user count and personally I don't guess that one of my users know Sumatra ;)

With mu best regards
Viva INTERNATIONAL HMG :D
User avatar
Rathinagiri
Posts: 5481
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMG_HPDF - Export to PDF made easy... (New Version)

Post by Rathinagiri »

On seeing your pics, I can assume that, these icons are inside the reader themselves and not in the library.

See the icon sets in Sumatra.
iconset.jpg
iconset.jpg (3.23 KiB) Viewed 4489 times
In Sumatra it is working fine. I don't know how and why!
By the way, does Sumatra PDF Reader is better than Acrobat ?
I don't think so. However, I prefer using Open Source software over copyrighted software. I prefer LibreOffice over MS Office and so on. That is my personal preference.

Sumatra's benefits that I feel:

1. Small footprint in memory.
2. Just having the required functionality. Nothing more nothing less.
3. Portable
4. Open source
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG_HPDF - Export to PDF made easy... (New Version)

Post by esgici »

rathinagiri wrote:Regarding the Adobe Acrobat security block, you can remove it using the methods mentioned here.
This setting really helped, thanks.
rathinagiri wrote:In Sumatra it is working fine. I don't know how and why!...
... I prefer using Open Source software over copyrighted software. I prefer LibreOffice over MS Office and so on.
OK, all right ...

Cooperation is more important than personal preferences ;)

Sumatra pdf reader installed, made default pdf reader and all problems gone away :)

Now it's time to advance ahead :arrow:

TIA

Best regards
Viva INTERNATIONAL HMG :D
User avatar
Rathinagiri
Posts: 5481
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMG_HPDF - Export to PDF made easy... (New Version)

Post by Rathinagiri »

Here comes a new version with 3 new features:
pdf.zip
(283.91 KiB) Downloaded 270 times
1. HMG_HPDF_PageNo() -> nCurPage
2. SET HPDFINFO AUTHOR|CREATOR|TITLE|SUBJECT|KEYWORDS|DATECREATED|DATEMODIFIED TO xValue [ TIME cTimeString ]
3. GET HPDFINFO AUTHOR|CREATOR|TITLE|SUBJECT|KEYWORDS|DATECREATED|DATEMODIFIED TO cVariable

I think all the features are self explanatory. TIME clause is effective only with DATECREATED or DATEMODIFIED clause.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
bpd2000
Posts: 1207
Joined: Sat Sep 10, 2011 4:07 am
Location: India

Re: HMG_HPDF - Export to PDF made easy... (New Version)

Post by bpd2000 »

rathinagiri wrote:Here comes a new version with 3 new features:
pdf.zip
1. HMG_HPDF_PageNo() -> nCurPage
.
Thank you, most important requirement for automation
BPD
Convert Dream into Reality through HMG
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG_HPDF - Export to PDF made easy... (New Version)

Post by esgici »

rathinagiri wrote:Here comes a new version with 3 new features
Thanks, Impressive :)

Is there a way referencing a point ( tag / header / paragraph / anything else ) other than page / page no ?

TIA
Viva INTERNATIONAL HMG :D
User avatar
Rathinagiri
Posts: 5481
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMG_HPDF - Export to PDF made easy... (New Version)

Post by Rathinagiri »

A new version with a small feature:
pdf.zip
(284.79 KiB) Downloaded 274 times
New command is:

SET HPDFDOC PAGENUMBERING [ FROM nPage ] [ STYLE DECIMAL|ROMAN|LETTERS ] [ UPPER|LOWER> ] [ PREFIX cPrefix ]

This command is used in thumbnails and page numbering.

1. You can start numbering from any page.
2. If the style selected is Roman or Letters, you can use Upper/Lower.
3. If the prefix clause is included, the numbering will have the prefix.

Example:

SET HPDFDOC PAGENUMBERING
SET HPDFDOC PAGENUMBERING FROM 2
SET HPDFDOC PAGENUMBERING STYLE ROMAN
SET HPDFDOC PAGENUMBERING STYLE ROMAN LOWER PREFIX "PAGE: "
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
Rathinagiri
Posts: 5481
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMG_HPDF - Export to PDF made easy... (New Version)

Post by Rathinagiri »

esgici wrote:
rathinagiri wrote:Here comes a new version with 3 new features
Thanks, Impressive :)

Is there a way referencing a point ( tag / header / paragraph / anything else ) other than page / page no ?

TIA
If I am correct, you want to hyperlink to an image or paragraph or text inside a document.

I think not. There is only a page link. So the destination can only be a page.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG_HPDF - Export to PDF made easy... (New Version)

Post by esgici »

rathinagiri wrote: If I am correct, you want to hyperlink to an image or paragraph or text inside a document.
Yes, hyper or not ;)
rathinagiri wrote: I think not. There is only a page link. So the destination can only be a page.
Bad news :(

Who know, mayhap a day ...

TIA
Last edited by esgici on Tue Oct 09, 2012 11:43 am, edited 1 time in total.
Viva INTERNATIONAL HMG :D
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG_HPDF - Export to PDF made easy... (New Version)

Post by esgici »

rathinagiri wrote:New command is: SET HPDFDOC PAGENUMBERING ...
Very good, thanks :)

TIA
Viva INTERNATIONAL HMG :D
Post Reply