- Posts: 48
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about Android development and PDF
Compiling PDF forms
IP: 192.168.0.71
12 years 2 months ago #6564
by noberasco
Replied by noberasco on topic Compiling PDF forms
Hi,
just tried Annotation.GetEditTextFormat(), seems to do the trick
What about the invisible text in the PDF document I shared with you?
Here, I have no clues, so I can only ask to you.
What about saving the document as a non-editable PDF?
This is what I could determine so far.
Regards,
Michele
just tried Annotation.GetEditTextFormat(), seems to do the trick
What about the invisible text in the PDF document I shared with you?
Here, I have no clues, so I can only ask to you.
What about saving the document as a non-editable PDF?
This is what I could determine so far.
Actually, I don't need to check whether the document is editable or not. What I need to do, after editing the document, is to save it in a form that is no longer editable by either your library or other applications. Any suggestions? I have a couple of ideas, such as setting a password for editing the document, or creating a copy of the PDF containing rasterized images. Can either option be performed with your library? I would rather set a password if possible. Otherwise, I believe Page.RenderToBmp() should do the trick. Correct?about non-editable form:
you can invoke Document.GetPerm() to check editable, this method used for signatured document.
you can invoke Document.GetPermission to check editable for those encrypted PDF.
Regards,
Michele
IP: 192.168.0.71
12 years 2 months ago #6568
by radaee
Replied by radaee on topic Compiling PDF forms
where is "invisible text in the PDF document I shared with you?"
about password protection: not supported.
about password protection: not supported.
IP: 192.168.0.71
12 years 2 months ago #6572
by noberasco
Replied by noberasco on topic Compiling PDF forms
Hi,
Password protection
thanks for letting me know that password protecting documents is not supported.
Invisible text
About the invisible text, if you download this PDF form:
dl.dropboxusercontent.com/u/7172743/TEST.pdf
and feed it to your library, you will discover that, after inputing data into text fields, as soon as the text field loses focus the text becomes invisible. It is still there (it appears if you re-edit the field, or if you export the form data) but you cannot see it. As I wrote, this happens to me only with this particular document (which unfortunately is the very document my customer asked me to use as a base to determine whether I can work with your library).
Regards,
Michele
Password protection
thanks for letting me know that password protecting documents is not supported.
Invisible text
About the invisible text, if you download this PDF form:
dl.dropboxusercontent.com/u/7172743/TEST.pdf
and feed it to your library, you will discover that, after inputing data into text fields, as soon as the text field loses focus the text becomes invisible. It is still there (it appears if you re-edit the field, or if you export the form data) but you cannot see it. As I wrote, this happens to me only with this particular document (which unfortunately is the very document my customer asked me to use as a base to determine whether I can work with your library).
Regards,
Michele
IP: 192.168.0.71
12 years 2 months ago #6574
by radaee
Replied by radaee on topic Compiling PDF forms
fixed. plz wait next version.
IP: 192.168.0.71
12 years 2 months ago #6579
by noberasco
Replied by noberasco on topic Compiling PDF forms
Hi,
this is great news
Please let me know as soon as the new beta is ready for testing.
Regards,
Michele
this is great news
Please let me know as soon as the new beta is ready for testing.
Regards,
Michele
IP: 192.168.0.158
12 years 2 months ago #6581
by nermeen
Replied by nermeen on topic Compiling PDF forms
The new beta version
2.9.11beta6
has been published.
Time to create page: 0.392 seconds