- Posts: 9
- 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
Explanation of Feature List Required
- sachin.1.kumar
- Topic Author
- Offline
- New Member
-
Less
More
IP: 192.168.0.70
12 years 7 months ago #5210
by sachin.1.kumar
Explanation of Feature List Required was created by sachin.1.kumar
Please explain the feature list mentioned below which is specific to either premium version or professional version:
1. Page text reflow
2. Form editing
3. PDF index handling and modification
4. Multimedia annotation extraction and support
5. Transparent image annotation: usefull to take handwritten note
6. Text annotation
7. Text highlight, underline, strikethrough (handled as annotation)
8. Floating Text Annotation
9. Wrapper sources (pdfex, view)
10.PDF creation, page create/remove
1. Page text reflow
2. Form editing
3. PDF index handling and modification
4. Multimedia annotation extraction and support
5. Transparent image annotation: usefull to take handwritten note
6. Text annotation
7. Text highlight, underline, strikethrough (handled as annotation)
8. Floating Text Annotation
9. Wrapper sources (pdfex, view)
10.PDF creation, page create/remove
IP: 192.168.0.70
12 years 7 months ago - 12 years 7 months ago #5212
by radaee
Replied by radaee on topic Explanation of Feature List Required
1. Page text reflow
professional
2. Form editing
premium
3. PDF index handling and modification
premium for editing, professional for others
4. Multimedia annotation extraction and support
professional
5. Transparent image annotation: usefull to take handwritten note
professional
6. Text annotation
professional for sticky note
7. Text highlight, underline, strikethrough (handled as annotation)
professional
8. Floating Text Annotation
premium
9. Wrapper sources (pdfex, view)
professional
10.PDF creation, page create/remove
premium
professional
2. Form editing
premium
3. PDF index handling and modification
premium for editing, professional for others
4. Multimedia annotation extraction and support
professional
5. Transparent image annotation: usefull to take handwritten note
professional
6. Text annotation
professional for sticky note
7. Text highlight, underline, strikethrough (handled as annotation)
professional
8. Floating Text Annotation
premium
9. Wrapper sources (pdfex, view)
professional
10.PDF creation, page create/remove
premium
Last edit: 12 years 7 months ago by .
- sachin.1.kumar
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 9
- Thank you received: 0
IP: 192.168.0.70
12 years 7 months ago #5214
by sachin.1.kumar
Replied by sachin.1.kumar on topic Explanation of Feature List Required
I want the explanation of the features
like strikethrough will do something like this:
This a [strike]Testing data[/strike].
like strikethrough will do something like this:
This a [strike]Testing data[/strike].
IP: 192.168.0.70
12 years 7 months ago #5217
by nermeen
Replied by nermeen on topic Explanation of Feature List Required
1- Page Reflow Mode
in reflow, every object, text box, image has an id that indicates the order with which they should be put in reflow mode .. using reflow methods you can read the tagged pdf content as reflow objects (Check PDFReaderActOld with def_view = 5)
public float ReflowStart( float width, float scale )
public boolean Reflow( int dib, float orgx, float orgy )
public boolean ReflowToBmp( Bitmap bitmap, float orgx, float orgy )
public int ReflowGetParaCount()
public int ReflowGetCharCount( int iparagraph )
public float ReflowGetCharWidth( int iparagraph, int ichar )
public float ReflowGetCharHeight( int iparagraph, int ichar )
public int...
2- Form editing : Edit a pdf that has From in it (edit texts, checkboxes, radio buttons ..)
3- PDF index handling and modification: Reading and modifying pdf index (outline)
4- Multimedia annotation extraction and support: support of sount, vedio, attachments, etc annotations
5- Transparent image annotation: Handwriting annotation
6- Text annotation: add or read text annotation
7- Text highlight, underline, strikethrough: annotations check the demo project
8- Floating text annotation: It's a free-text annotation, this type of annotation can be add using:
Page.AddAnnotEditbox
9- Wrapper sources: the source code of the jar file that exists in the demo projects (that handles the different views of the SDK)
10- PDF creation, page create/remove: to modify the pdf structure (create a new pdf, create a new page, delete a page, move a page, concatenate pdfs...)
in reflow, every object, text box, image has an id that indicates the order with which they should be put in reflow mode .. using reflow methods you can read the tagged pdf content as reflow objects (Check PDFReaderActOld with def_view = 5)
public float ReflowStart( float width, float scale )
public boolean Reflow( int dib, float orgx, float orgy )
public boolean ReflowToBmp( Bitmap bitmap, float orgx, float orgy )
public int ReflowGetParaCount()
public int ReflowGetCharCount( int iparagraph )
public float ReflowGetCharWidth( int iparagraph, int ichar )
public float ReflowGetCharHeight( int iparagraph, int ichar )
public int...
2- Form editing : Edit a pdf that has From in it (edit texts, checkboxes, radio buttons ..)
3- PDF index handling and modification: Reading and modifying pdf index (outline)
4- Multimedia annotation extraction and support: support of sount, vedio, attachments, etc annotations
5- Transparent image annotation: Handwriting annotation
6- Text annotation: add or read text annotation
7- Text highlight, underline, strikethrough: annotations check the demo project
8- Floating text annotation: It's a free-text annotation, this type of annotation can be add using:
Page.AddAnnotEditbox
9- Wrapper sources: the source code of the jar file that exists in the demo projects (that handles the different views of the SDK)
10- PDF creation, page create/remove: to modify the pdf structure (create a new pdf, create a new page, delete a page, move a page, concatenate pdfs...)
- sachin.1.kumar
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 9
- Thank you received: 0
IP: 192.168.0.70
12 years 7 months ago #5222
by sachin.1.kumar
Replied by sachin.1.kumar on topic Explanation of Feature List Required
Can you elaborate the feature "PDF index handling and modification"?
- sachin.1.kumar
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 9
- Thank you received: 0
IP: 192.168.0.70
12 years 7 months ago #5224
by sachin.1.kumar
Replied by sachin.1.kumar on topic Explanation of Feature List Required
Our Requirement is to securely render PDF document on android device without copy paste, so Is Professional Edition is sufficient for us?
Time to create page: 0.498 seconds