Re: Filling PDF Interactively PDFBox - Android

2016-11-01 Thread Sender
Thanks for the reply Tilman.

Could you please tell me what do you mean when you said:
"re handle editing - even Apache PDFBox can't do this yet."



On 11/1/16, Tilman Hausherr  wrote:
> Am 01.11.2016 um 05:52 schrieb Sender:
>> Hi all,
>> I've been using:
>> https://github.com/TomRoush/PdfBox-Android
>>
>> The Android port of PDFBox and I must say that I am impressed. @devs
>> Thanks a lot for your contribution guys!
>>
>> Now to the actual problem; am facing is to render a PDF so that a user
>> can interactively fill the PDF form fields (acroforms etc.) such as
>> edit text & visual signature form field etc.
>>
>> On a side-note: I noticed few classes including
>> "PDVisibleSignDesigner.java" but wasn't able to find a working sample
>> for the Android port. Could anyone point me to a working sample or
>> tips?
>>
>> Has anyone used or implemented this kind of functionality before using
>> PDFBox or the PDFBox-Android specifically?
>
> This mailing list is for the main Apache PDFBox project. I appreciate
> the work being done in the Android project but don't know the details.
> You should open an issue in github.
>
> re handle editing - even Apache PDFBox can't do this yet.
>
> Tilman
>
> -
> To unsubscribe, e-mail: users-unsubscr...@pdfbox.apache.org
> For additional commands, e-mail: users-h...@pdfbox.apache.org
>
>

-
To unsubscribe, e-mail: users-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: users-h...@pdfbox.apache.org



Re: Filling PDF Interactively PDFBox - Android

2016-11-01 Thread Tilman Hausherr

Am 01.11.2016 um 05:52 schrieb Sender:

Hi all,
I've been using:
https://github.com/TomRoush/PdfBox-Android

The Android port of PDFBox and I must say that I am impressed. @devs
Thanks a lot for your contribution guys!

Now to the actual problem; am facing is to render a PDF so that a user
can interactively fill the PDF form fields (acroforms etc.) such as
edit text & visual signature form field etc.

On a side-note: I noticed few classes including
"PDVisibleSignDesigner.java" but wasn't able to find a working sample
for the Android port. Could anyone point me to a working sample or
tips?

Has anyone used or implemented this kind of functionality before using
PDFBox or the PDFBox-Android specifically?


This mailing list is for the main Apache PDFBox project. I appreciate 
the work being done in the Android project but don't know the details. 
You should open an issue in github.


re handle editing - even Apache PDFBox can't do this yet.

Tilman

-
To unsubscribe, e-mail: users-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: users-h...@pdfbox.apache.org



Filling PDF Interactively PDFBox - Android

2016-10-31 Thread Sender
Hi all,
I've been using:
https://github.com/TomRoush/PdfBox-Android

The Android port of PDFBox and I must say that I am impressed. @devs
Thanks a lot for your contribution guys!

Now to the actual problem; am facing is to render a PDF so that a user
can interactively fill the PDF form fields (acroforms etc.) such as
edit text & visual signature form field etc.

On a side-note: I noticed few classes including
"PDVisibleSignDesigner.java" but wasn't able to find a working sample
for the Android port. Could anyone point me to a working sample or
tips?

Has anyone used or implemented this kind of functionality before using
PDFBox or the PDFBox-Android specifically?

Regards,
techie9

-
To unsubscribe, e-mail: users-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: users-h...@pdfbox.apache.org



Re: pdfbox-android

2016-04-20 Thread Tilman Hausherr

Am 20.04.2016 um 10:47 schrieb Paul Mitchell:

Hi

I’m not sure if I’ve come to the right spot for my question. Hopefully you can 
help me or direct me to someone who can help me

I’m currently using pdfbox-android with android studio
compile ‘org.apache: pdfbox-android:1.8.9.0’

My questions are
A) any metadata I try and get from a PDF is returning null ie 
getDocumentInformation.getTitle()


metadata can also be in the XMP stream.

I don't know if pdfbox-android has xmpbox / jempbox and the examples, if 
yes, look for the ExtractMetadata example.


And as Andreas said - upload the PDF somewhere (you can't attach it) :-)

Tilman


I know the document is being read as getNumberOfPages() returns the correct 
amount of pages.
Is this an known issue with V 1.8.9.0
I also know that the document has metadata as I can see it in the properties 
when I view it through adobe

B) is there a later android version I can reference? i.e compile ‘org.apache: 
pdfbox-android:1.8.11.0’

Thanks for your time

Paul





-
To unsubscribe, e-mail: users-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: users-h...@pdfbox.apache.org



Re: pdfbox-android

2016-04-20 Thread Andreas Lehmkühler
> Paul Mitchell  hat am 20. April 2016 um 10:47
> geschrieben:
> 
> 
> Hi
> 
> I’m not sure if I’ve come to the right spot for my question. Hopefully you can
> help me or direct me to someone who can help me
> 
> I’m currently using pdfbox-android with android studio
> compile ‘org.apache: pdfbox-android:1.8.9.0’
We, the Apache PDFBox community, don't provide such a piece of software. There
is no official android version of PDFBox.

> My questions are
> A) any metadata I try and get from a PDF is returning null ie
> getDocumentInformation.getTitle()
> I know the document is being read as getNumberOfPages() returns the correct
> amount of pages.
> Is this an known issue with V 1.8.9.0
> I also know that the document has metadata as I can see it in the properties
> when I view it through adobe
Impossible to say without the pdf in question.

> B) is there a later android version I can reference? i.e compile ‘org.apache:
> pdfbox-android:1.8.11.0’
You might ask the origin author of pdfbox-android

> Thanks for your time
> 
> Paul

BR
Andreas

-
To unsubscribe, e-mail: users-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: users-h...@pdfbox.apache.org



pdfbox-android

2016-04-20 Thread Paul Mitchell
Hi

I’m not sure if I’ve come to the right spot for my question. Hopefully you can 
help me or direct me to someone who can help me

I’m currently using pdfbox-android with android studio
compile ‘org.apache: pdfbox-android:1.8.9.0’

My questions are
A) any metadata I try and get from a PDF is returning null ie 
getDocumentInformation.getTitle()
I know the document is being read as getNumberOfPages() returns the correct 
amount of pages.
Is this an known issue with V 1.8.9.0
I also know that the document has metadata as I can see it in the properties 
when I view it through adobe

B) is there a later android version I can reference? i.e compile ‘org.apache: 
pdfbox-android:1.8.11.0’

Thanks for your time

Paul