- Posts: 5
- 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
Export pdf as Flat File
- PDFActivation
- Topic Author
- Offline
- New Member
-
Less
More
11 years 1 month ago #9410
by PDFActivation
Export pdf as Flat File was created by PDFActivation
I have premium licence and i want to save edited pdf as flat file i.e all annotations will be finalised/non editable in new file. Is this feature available? if yes how can i achieve this?
11 years 1 month ago #9431
by Davide
Replied by Davide on topic Export pdf as Flat File
Hi,
at the moment there are no direct APIs to achieve this.
You should retrieve the coordinates of the fields (with annotation.GetRect()) and put the text at that point.
It is not enough to read the text, you must also read the type of annotation (combo, checkbox, etc.) to put the correct text.
at the moment there are no direct APIs to achieve this.
You should retrieve the coordinates of the fields (with annotation.GetRect()) and put the text at that point.
It is not enough to read the text, you must also read the type of annotation (combo, checkbox, etc.) to put the correct text.
- PDFActivation
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
10 years 11 months ago #9676
by PDFActivation
Replied by PDFActivation on topic Export pdf as Flat File
Hi David,
We are in strong need of "flat file" feature. Can you pls tell, whether this feature is there in your development road map?
We are in strong need of "flat file" feature. Can you pls tell, whether this feature is there in your development road map?
10 years 11 months ago #9684
by Davide
Replied by Davide on topic Export pdf as Flat File
Hi,
for now the library doesn't have this feature and the only way is to replace field values with some text using the functions of the premium license.
The flatten function will be implemented but we don't know the release times yet.
for now the library doesn't have this feature and the only way is to replace field values with some text using the functions of the premium license.
The flatten function will be implemented but we don't know the release times yet.
Time to create page: 0.393 seconds