Re: [poppler] question / possible bounty - XFA support

2017-08-31 Thread Leonard Rosenthol
That appears to be something broken in our site – the docs are *not* for pay.  
I’m having our admins look into it.  Sorry about that.

Leonard

On 8/31/17, 4:35 AM, "Nikola Ciprich"  wrote:

So it's not publically available, after all?

Leonard? Is there a way to get those docs freely?

BR

nik

On Thu, Aug 31, 2017 at 09:44:20AM +0200, Valerio Messina wrote:
> Pablo Rodríguez wrote:
> >On 08/30/2017 05:13 AM, Leonard Rosenthol wrote:
> >>The current XFA spec is at
> 
>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fpartners.adobe.com%2Fpublic%2Fdeveloper%2Fen%2Fxml%2Fxfa_spec_3_3.pdf=02%7C01%7C%7C8ec9a880627d446748a208d4f04b2eed%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C1%7C636397653102998160=VkKud0ysOMRyMCDVZBu%2Bkppkk994XJMPmkgHsH6ebVI%3D=0
> >>(all previous version since 1.0 have also been published).
> >Leonard,
> >
> >I get the following message:
> >
> >You have attempted to access Partner Partner Portal content that
> >requires an additional level of permissions.
> >
> >If you think you should have access or need additional information,
> >please contact Partner Help Desk.
> >
> >Go back to Adobe Partner Portal.
> 
> same here, probably it's accessible only to payd account
> 
> Valerio
> ___
> poppler mailing list
> poppler@lists.freedesktop.org
> 
https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.freedesktop.org%2Fmailman%2Flistinfo%2Fpoppler=02%7C01%7C%7C8ec9a880627d446748a208d4f04b2eed%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636397653102998160=XMQ2gJ80AavZ8aq01LIMP%2B30owsLpSn7BMsxgPPr6NQ%3D=0
> 

-- 
-
Ing. Nikola CIPRICH
LinuxBox.cz, s.r.o.
28.rijna 168, 709 00 Ostrava

tel.:   +420 591 166 214
fax:+420 596 621 273
mobil:  +420 777 093 799

https://na01.safelinks.protection.outlook.com/?url=www.linuxbox.cz=02%7C01%7C%7C8ec9a880627d446748a208d4f04b2eed%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636397653102998160=SVqEjv9mia%2Bv9AHB84Mt77PU3M6Ov%2Fz%2B%2BwXhdLVne1Q%3D=0

mobil servis: +420 737 238 656
email servis: ser...@linuxbox.cz
-


___
poppler mailing list
poppler@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/poppler


Re: [poppler] extract links form pdf using poppler-cpp api

2017-08-31 Thread Albert Astals Cid
El dijous, 31 d’agost de 2017, a les 9:29:03 CEST, Jason Crain va escriure:
> On Thu, Aug 31, 2017 at 11:03:04AM +0200, Jeroen Ooms wrote:
> > Some users of the R bindings have requested a way to extract
> > hyperlinks from a pdf file. However it seems that currently this
> > functionality is only available in the qt api, but not in the cpp api?
> 
> It appears not. The CPP API is not as complete as the other APIs.

Patches welcome, i guess you can just kind of copy & paste the code from the 
Qt frontend and replace it by the C++ classes.

Cheers,
  Albert

> ___
> poppler mailing list
> poppler@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/poppler


___
poppler mailing list
poppler@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/poppler


Re: [poppler] extract links form pdf using poppler-cpp api

2017-08-31 Thread Jason Crain
On Thu, Aug 31, 2017 at 11:03:04AM +0200, Jeroen Ooms wrote:
> Some users of the R bindings have requested a way to extract
> hyperlinks from a pdf file. However it seems that currently this
> functionality is only available in the qt api, but not in the cpp api?

It appears not. The CPP API is not as complete as the other APIs.
___
poppler mailing list
poppler@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/poppler


[poppler] cmake/modules

2017-08-31 Thread Albert Astals Cid
 cmake/modules/FindGLIB.cmake |9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

New commits:
commit 26f64a2a34a9273897c34045ea7af5e8c3c603cb
Author: Albert Astals Cid 
Date:   Thu Aug 31 15:37:07 2017 +0200

cmake: enable glib for windows too

There's no need to not having it enabled

diff --git a/cmake/modules/FindGLIB.cmake b/cmake/modules/FindGLIB.cmake
index 35a9f9e7..a7d43fa6 100644
--- a/cmake/modules/FindGLIB.cmake
+++ b/cmake/modules/FindGLIB.cmake
@@ -13,11 +13,8 @@
 
 include(FindPackageHandleStandardArgs)
 
-if (NOT WIN32)
-  find_package(PkgConfig REQUIRED)
+find_package(PkgConfig REQUIRED)
 
-  pkg_check_modules(GLIB2 "glib-2.0>=${GLIB_REQUIRED}" 
"gobject-2.0>=${GLIB_REQUIRED}" "gio-2.0>=${GLIB_REQUIRED}")
+pkg_check_modules(GLIB2 "glib-2.0>=${GLIB_REQUIRED}" 
"gobject-2.0>=${GLIB_REQUIRED}" "gio-2.0>=${GLIB_REQUIRED}")
 
-  find_package_handle_standard_args(GLib DEFAULT_MSG GLIB2_LIBRARIES 
GLIB2_CFLAGS)
-
-endif(NOT WIN32)
+find_package_handle_standard_args(GLib DEFAULT_MSG GLIB2_LIBRARIES 
GLIB2_CFLAGS)
___
poppler mailing list
poppler@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/poppler


[poppler] extract links form pdf using poppler-cpp api

2017-08-31 Thread Jeroen Ooms
Some users of the R bindings have requested a way to extract
hyperlinks from a pdf file. However it seems that currently this
functionality is only available in the qt api, but not in the cpp api?
___
poppler mailing list
poppler@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/poppler


Re: [poppler] question / possible bounty - XFA support

2017-08-31 Thread Nikola Ciprich
So it's not publically available, after all?

Leonard? Is there a way to get those docs freely?

BR

nik

On Thu, Aug 31, 2017 at 09:44:20AM +0200, Valerio Messina wrote:
> Pablo Rodríguez wrote:
> >On 08/30/2017 05:13 AM, Leonard Rosenthol wrote:
> >>The current XFA spec is at
> >>http://partners.adobe.com/public/developer/en/xml/xfa_spec_3_3.pdf
> >>(all previous version since 1.0 have also been published).
> >Leonard,
> >
> >I get the following message:
> >
> >You have attempted to access Partner Partner Portal content that
> >requires an additional level of permissions.
> >
> >If you think you should have access or need additional information,
> >please contact Partner Help Desk.
> >
> >Go back to Adobe Partner Portal.
> 
> same here, probably it's accessible only to payd account
> 
> Valerio
> ___
> poppler mailing list
> poppler@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/poppler
> 

-- 
-
Ing. Nikola CIPRICH
LinuxBox.cz, s.r.o.
28.rijna 168, 709 00 Ostrava

tel.:   +420 591 166 214
fax:+420 596 621 273
mobil:  +420 777 093 799
www.linuxbox.cz

mobil servis: +420 737 238 656
email servis: ser...@linuxbox.cz
-
___
poppler mailing list
poppler@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/poppler


Re: [poppler] question / possible bounty - XFA support

2017-08-31 Thread Valerio Messina

Pablo Rodríguez wrote:

On 08/30/2017 05:13 AM, Leonard Rosenthol wrote:

The current XFA spec is at
http://partners.adobe.com/public/developer/en/xml/xfa_spec_3_3.pdf
(all previous version since 1.0 have also been published).

Leonard,

I get the following message:

You have attempted to access Partner Partner Portal content that
requires an additional level of permissions.

If you think you should have access or need additional information,
please contact Partner Help Desk.

Go back to Adobe Partner Portal.


same here, probably it's accessible only to payd account

Valerio
___
poppler mailing list
poppler@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/poppler