Search found 240 matches: acrobat

Return to advanced search

Re: Manupulate PDF via Acrobat PRO DC

... )   local lResultadoApertura := gPDDoc:Open( RutaFicheroPDF )   // pausa( RutaFicheroPDF  )   // intentamos abrir el fichero pdf de acrobat   cpathFile += "\salida\"   If !HB_DIREXISTS( cpathFile )      MakeDir( cpathFile )   ENDIF  If !lResultadoApertura    gPDDoc := nil  ...
by mastintin
Thu Dec 23, 2021 10:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manupulate PDF via Acrobat PRO DC
Replies: 23
Views: 3755

Re: Manupulate PDF via Acrobat PRO DC

Hi,

Is there an example to save all the pages to separate files.
I can extract the number op pages.
Now I want to add a loop , and save the pages one by one, but I can't find it.

Also an example how to add a PDF to the current would be nice
by Marc Vanzegbroeck
Thu Dec 23, 2021 3:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manupulate PDF via Acrobat PRO DC
Replies: 23
Views: 3755

Re: Manupulate PDF via Acrobat PRO DC

Thank you for the info.

I see that acrobat automatically add bookmarks when you combine different PDF's.
So maybe I can extract each page, and renamed them, sort them, and combine to one PDF. :D
by Marc Vanzegbroeck
Thu Dec 23, 2021 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manupulate PDF via Acrobat PRO DC
Replies: 23
Views: 3755

Re: Manupulate PDF via Acrobat PRO DC

Marc . From Acrobat sdk guide ( pag.95) : AcroExch.PDBookmark A bookmark for a page in a PDF file. This is a creatable interface. Each bookmark has a title that appears on screen, and an action that specifies what happens when a ...
by mastintin
Thu Dec 23, 2021 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manupulate PDF via Acrobat PRO DC
Replies: 23
Views: 3755

Re: Manupulate PDF via Acrobat PRO DC

Hi Antonio,

Did you manage to contact Manuel Alvarez?
by Marc Vanzegbroeck
Thu Dec 23, 2021 8:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manupulate PDF via Acrobat PRO DC
Replies: 23
Views: 3755

Re: Manupulate PDF via Acrobat PRO DC

Dear Marc,

I have emailed Manuel Alvarez (Mastintin in these forums) as he is our PDFs Master amongst many other areas that he superb control :-)
by Antonio Linares
Tue Dec 21, 2021 3:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manupulate PDF via Acrobat PRO DC
Replies: 23
Views: 3755

Manupulate PDF via Acrobat PRO DC

Hi, I saw in the forum that it is possible to open PDF's with Acrobat PRO DC via FWH and do some stuff. I found that I can open it with LOCAL numPagPDFObj := CreateObject( "acroexch.pddoc" ) Is there an example how I can add bookmarks ...
by Marc Vanzegbroeck
Tue Dec 21, 2021 3:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manupulate PDF via Acrobat PRO DC
Replies: 23
Views: 3755

Embed any application

Hi,

Is it possible to embed any application (Word, Excel, Acrobat, etc. - depending on the file extension) in the FW window ? ? Or is it only possible with ActiveX ?
by Natter
Sun Oct 31, 2021 8:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Embed any application
Replies: 1
Views: 375

Re: Emailing from Preview screen

For anyone who might be curious, it was an Adobe problem, solved by reinstalling Adobe Acrobat.
by dtussman
Thu May 20, 2021 6:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Emailing from Preview screen
Replies: 7
Views: 748

Re: Win10 2004 update kills some Acro activex functionality ...

Yesterday I found solution:
Acrobat Reader -> Edit -> Preferences -> Security (Enhanced) -> Enable Protected Mode at startup (uncheck).
by bosibila
Mon Jun 08, 2020 8:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Win10 2004 update kills Acro activex functionality (solved)
Replies: 9
Views: 1255

Re: Win10 2004 update kills some Acro activex functionality ...

cnavarro wrote:Windows 10 - Pro 2004
Fivewin 20.04
Acrobat Reader 2020.009.20067


Just the same here.

EMG
by Enrico Maria Giordano
Thu Jun 04, 2020 9:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Win10 2004 update kills Acro activex functionality (solved)
Replies: 9
Views: 1255

Re: Win10 2004 update kills some Acro activex functionality ...

Windows 10 - Pro 2004
Fivewin 20.04
Acrobat Reader 2020.009.20067
by cnavarro
Thu Jun 04, 2020 8:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Win10 2004 update kills Acro activex functionality (solved)
Replies: 9
Views: 1255

Re: Win10 2004 update kills some Acro activex functionality ...

Thanks mr. Navarro and mr. Enrico,
can you send me your version of Fivewin, compiler and Acrobat reader?
by bosibila
Thu Jun 04, 2020 8:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Win10 2004 update kills Acro activex functionality (solved)
Replies: 9
Views: 1255

Win10 2004 update kills Acro activex functionality (solved)

Hello everybody, I'm asking for help with this bug. Does anyone has experienced shutting down of some Acrobat activex functions (oActivex:Do("PrintWithDialog") and oActivex:Do("Print"))? After Win10 2004 update those two functions are disabled. ...
by bosibila
Wed Jun 03, 2020 8:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Win10 2004 update kills Acro activex functionality (solved)
Replies: 9
Views: 1255

Re: How to print PDF file without GUI?

Dear Master Rao,

I change as your recommendation, it is still showing Acrobat Reader.
nageswaragunupudi wrote:Please try
Code: Select all  Expand view
shellexecute( 0 , "print" , wfile, nil, nil, 0 )

Image
by dutch
Thu Feb 27, 2020 5:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to print PDF file without GUI?
Replies: 17
Views: 3139
PreviousNext

Return to advanced search